Search Results for 'whatsapp'

Results from the Forum
wmcoettc
Participant
#0

Hello

We have observed that when we send a news/website link from our website, generated in wordpress/newspaper/tagdiv to a WhatsApp group or friend, it ONLY sends a URL which is ugly, we would like it if, as happens on other websites, there would be a box with a photo and a few lines from the news/web header.
It seems to us it has to be a tagdib/newspapper problem.
Can you help us?

Example URL like appears in whatsapp now: https://www.coettc.info/2023/11/10/adolescencialliuremobil/

Thank you.

Calin
tagDiv Staff

Hello,
Initially that’s how they worked, but lately more and more users have requested that they be visible on the desktop as well because there are options for them as well.
Now the solution I can offer you is a custom css to hide these elements on the devices you don’t want to appear:
.single .td-social-whatsapp, .single .td-social-telegram {
display: none;
}

Please set the code in the theme panel > custom code> advance css – https://i.imgur.com/BOLeCit.png for those devices where you’ll lice to not be displayed.
Thank you!

#0

Hi, in theme panel > social apis > social share > can I show whatsapp and telegram icon only for mobile/responsive?

Phoenicia
tagDiv Member

Please note that the links of my website the eliasbejjaninews.com that is built on your newspaper team template is no working on any cell phone social media facilities ( face book, link-in, whatsapp, twitter etc) the links are not working and showing the following message. I believe the problem started after updating the word press to 6.4 version today. please note that every thing works well on my computers.. Below is the error problem

The error message that shows. Warning: require_once(/home/news/public_html/wp-content/themes/Newspaper/legacy/common/wp_booster/td_log.php): Failed to open stream: No such file or directory in /home/news/public_html/wp-includes/template.php on line 790

Fatal error: Uncaught Error: Failed opening required ‘/home/news/public_html/wp-content/themes/Newspaper/legacy/common/wp_booster/td_log.php’ (include_path=’.:’) in /home/news/public_html/wp-includes/template.php:790 Stack trace: #0 /home/news/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php(42): load_template(‘/home/news/publ…’, true) #1 /home/news/public_html/wp-content/plugins/td-subscription/includes/tds_update.php(1113): td_autoload_classes->loading_classes(‘td_log’) #2 /home/news/public_html/wp-content/plugins/td-subscription/includes/tds_update.php(19): tds_update::_to_1p5() #3 /home/news/public_html/wp-content/plugins/td-subscription/includes/td_subscription.php(1292): tds_update::update_settings(‘1.2.1’) #4 /home/news/public_html/wp-includes/class-wp-hook.php(324): td_subscription::setup_environment(”) #5 /home/news/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/news/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/news/public_html/wp-settings.php(643): do_action(‘init’) #8 /home/news/public_html/wp-config.php(100): require_once(‘/home/news/publ…’) #9 /home/news/public_html/wp-load.php(50): require_once(‘/home/news/publ…’) #10 /home/news/public_html/wp-blog-header.php(13): require_once(‘/home/news/publ…’) #11 /home/news/public_html/index.php(17): require(‘/home/news/publ…’) #12 {main} thrown in /home/news/public_html/wp-includes/template.php on line 790
There has been a critical error on this website.

Partha0000
tagDiv Member

<div class=”fixed-buttons”>

<button id=”whatsapp-button”>
<i class=”fab fa-whatsapp fa-3x”></i>
</button>


<button id=”phone-call-button”>
<i class=”fas fa-phone fa-3x”></i>
</button>

</div>

<style>

.fixed-buttons {
position: fixed;
bottom: 20px; /* Adjust the distance from the bottom as needed */
left: 50%; /* Center the buttons horizontally */
transform: translateX(-50%);
z-index: 9999;
text-align: center;
}

.fixed-buttons button {
padding: 10px; /* Adjust the button size as needed */
margin: 5px; /* Adjust the button spacing as needed */
background-color: #FF0000; /* Adjust the button’s background color */
color: black; /* Adjust the button’s text color */
border: none;
cursor: pointer;
}

.fixed-buttons button i {
margin-right: 5px; /* Add spacing between the icon and text */
}

.fixed-buttons button:hover {
background-color: red; /* Adjust the button’s background color on hover */
}


@media
(max-width: 768px) {
.fixed-buttons {
left: 20px; /* Adjust the left distance for mobile and tablet screens */
bottom: 5%; /* Center the buttons vertically */
transform: translateY(-50%);
display: flex;
flex-direction: column;
}

.fixed-buttons button {
padding: 15px; /* Make the buttons smaller for mobile and tablet screens */
margin: 10px 0; /* Add spacing between the buttons */
}

.fixed-buttons button i {
font-size: 24px; /* Increase the icon size for mobile and tablet screens */
}
}

</style>

Also Get it : https://docs.google.com/document/d/13B9ddhW1dFju-dquhE1RibvnNvL6dMek52X5Q2kgF54/edit?usp=sharing

zklid
tagDiv Member

Thanks for the reply, but on the mobile theme is it possible to use the active plugins in the desktop version? (for example whatsapp button, etc.)

petkong
Participant
#0

Dear Team Support,

When I browse via mobile and share the content via Whatsapp the image link doesn’t show up. How to set it up?

https://bebejadaily.com/manyung-fish-head/

Best regards,

Dian

Partha0000
tagDiv Member

Hello sir, actually I observed and I see that the CSS position fixed is not working in post type. It’s working in page type. It’s very important to enable in my website can you please fix it. I am just going to provide you the HTML and CSS code.

Html : <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css”&gt;

<i class=”fa fa-whatsapp my-float”></i>


<i class=”fa fa-phone my-float1″></i>

Css:
float{
position:Fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float{
margin-top:16px;
}

.float1{
position:fixed;
width:60px;
height:60px;
bottom:40px;
left:40px;
background-color:#d3253b;
color:#14FF01;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float1{
margin-top:16px;
}

Connectats
tagDiv Member

Connectats
tagDiv Member

I attach some screenshoots in order you could give me a hand on that.

Screenshoot (1)

Screenshoot (2)

Screenshoot (3)

Screenshoot (4)

thalesbrandao
Participant
#0

hello,
I need to include this message on all of our existing and future pages below the title of the article. How to carry out this inclusion? Is it possible to do this in the source code? what would be the way? It is important information related to our new WhatsApp channel.

https://imgur.com/tnPSsWM

thalesbrandao
Participant
#0

In newsmag there is an alternative for pop up similar to the CNN Brasil website.
https://www.cnnbrasil.com.br/
I need a targeted pop up for users to follow our new WhatsApp channel. what would be the best alternative? thanks

Partha0000
tagDiv Member

You provide me a wrong screenshot I just don’t mean it. I provide you the code you provided me a screenshot that is the WordPress by default button I just don’t mean it.
Actually, I need 2 Static button when user scroll the page the button will always be static. For this reason I write the code and its working other WordPress theme fine.
I provide you the login information in the previous session. Please login and go to edit a post. Then select HTML and best the code. Then you can get exact information what I mean by it. The code is below:
<div class=”fixed-buttons”>

<button id=”whatsapp-button”>
<i class=”fab fa-whatsapp fa-3x”></i>
</button>

<button id=”phone-call-button”>
<i class=”fas fa-phone fa-3x”></i>
</button>

</div>

<style>
.fixed-buttons {
position: fixed;
bottom: 20px; /* Adjust the distance from the bottom as needed */
left: 50%; /* Center the buttons horizontally */
transform: translateX(-50%);
z-index: 9999;
text-align: center;
}

.fixed-buttons button {
padding: 10px; /* Adjust the button size as needed */
margin: 5px; /* Adjust the button spacing as needed */
background-color: #0073e6; /* Adjust the button’s background color */
color: black; /* Adjust the button’s text color */
border: none;
cursor: pointer;
}

.fixed-buttons button i {
margin-right: 5px; /* Add spacing between the icon and text */
}

.fixed-buttons button:hover {
background-color: #0054a9; /* Adjust the button’s background color on hover */
}


@media
(max-width: 768px) {
.fixed-buttons {
left: 20px; /* Adjust the left distance for mobile and tablet screens */
bottom: 5%; /* Center the buttons vertically */
transform: translateY(-50%);
display: flex;
flex-direction: column;
}

.fixed-buttons button {
padding: 5px; /* Make the buttons smaller for mobile and tablet screens */
margin: 5px 0; /* Add spacing between the buttons */
}

.fixed-buttons button i {
font-size: 24px; /* Increase the icon size for mobile and tablet screens */
}
}
</style>

Partha0000
Participant
#0

Hello sir I want to add a code using HTML and CSS in this theme. But this code is not working. But I try another wordpress website where is install another themes in this another themes it’s working fine.

I just want to add two button in a specific post. The post will be sure to static button. It’s working another theme fine but in this newspaper things not work.

My website login username and password:

https://acallgirl.com/wp-admin

The code is in the below section:
<div class=”fixed-buttons”>

<button id=”whatsapp-button”>
<i class=”fab fa-whatsapp fa-3x”></i>
</button>


<button id=”phone-call-button”>
<i class=”fas fa-phone fa-3x”></i>
</button>

</div>

<style>
.fixed-buttons {
position: fixed;
bottom: 20px; /* Adjust the distance from the bottom as needed */
left: 50%; /* Center the buttons horizontally */
transform: translateX(-50%);
z-index: 9999;
text-align: center;
}

.fixed-buttons button {
padding: 10px; /* Adjust the button size as needed */
margin: 5px; /* Adjust the button spacing as needed */
background-color: #0073e6; /* Adjust the button’s background color */
color: black; /* Adjust the button’s text color */
border: none;
cursor: pointer;
}

.fixed-buttons button i {
margin-right: 5px; /* Add spacing between the icon and text */
}

.fixed-buttons button:hover {
background-color: #0054a9; /* Adjust the button’s background color on hover */
}


@media
(max-width: 768px) {
.fixed-buttons {
left: 20px; /* Adjust the left distance for mobile and tablet screens */
bottom: 5%; /* Center the buttons vertically */
transform: translateY(-50%);
display: flex;
flex-direction: column;
}

.fixed-buttons button {
padding: 5px; /* Make the buttons smaller for mobile and tablet screens */
margin: 5px 0; /* Add spacing between the buttons */
}

.fixed-buttons button i {
font-size: 24px; /* Increase the icon size for mobile and tablet screens */
}
}
</style>

zuzazapata
Participant
#0

Hello
I was accessing this Brazilian site and I noticed that they use a “Read more” button on top of the article. The user sees the article but can only access all the content after clicking on the button.

They use the NewsPapper theme

How do I do it?

printscreem

Anamaria
tagDiv Staff

Hi,

This can be done only with a plugin for chat, like for example https://wordpress.org/plugins/wp-whatsapp-chat/

Thank you!

samso9te
tagDiv Member

When a link of a particular post is shared on whatsapp status or to a person it doesn’t displays it’s featured image, it just displays the link and without the featured image.

Here’s an example of what I need.
Link to what I need

Bettina
tagDiv Staff

Hello!

Yes, it is a need. Unfortunately, we do not offer support via WhatsApp/Telegram.
If you sent an email, then we will take a look and try to help you as soon as possible.
Please be patient!

Thank you!

phacsindevs
tagDiv Member

Hi,

I have sent you the email with the admin credentials. I have hosted the website on Hostinger and they have a custom control panel. I am using login with Google and I am not able to share access of the account. I have also shared my Whatsapp/telegram contact in the mail if your team need to establish direct contact. If you need to access the hosting provider cpanel, we can do that using Anydesk.

Thank you

jonybuy
tagDiv Member

Awesome, thanks!
If needed, I’m available via WhatsApp, Skype…

BrinjalCode
Participant
#0

when is share a post on whatsapp…the preview is not shown(thumbnail)???same goes for facebook …i have tried lower bitrate and lower resolution photos also

Viewing 25 results - 76 through 100 (of 658 total)