Search Results for 'whatsapp'

Results from the Forum
rehanahmadjamal
Participant
#0

Hi,
Whenever I share my website’s link on whatsapp, I cannot see the thumbnails. How can I address this issue?

Catalin
tagDiv Staff

Hello ruslangr,

There is talking about Whatsapp social network which is available only for Mobile mode. For more information about this Network, please consult here -> https://web.whatsapp.com/ If you want to have some ads in footer section, you should add the ad code in Footer Top, like this -> http://screencast.com/t/aidCUgio

Thanks for the message!

zopdev
Participant
#0

Hello.

How to add Line share button on Mobile Post ? by default it comes with WhatsApp button when we open a post on mobile device ?

For example : http://prntscr.com/dk95oo (the one that i marked with red square)

Thank you.

Catalin
tagDiv Staff

Hello gbhackersonsecurity,

Please try to identify what you changed since you last saw it working properly and revert any changes. You can try to disable all plugins except visual composer clear cache and reset CDN files but even so, WhatsApp sometimes is able to grab the image and sometimes not. I ran a quick test in sharing an article from our demo but no image was grabbed so it could be an app issue.
Unfortunately, the WhatsApp image provided mixed results in our tests as well. All the proper markup is there but it seems the networks simply does not grab the image. We will implement a fix for this if we find one.But for the moment there is no solution.

Sorry for the inconvenience!

gbhackersonsecurity
Participant
#0

When I try to share my website (https://gbhackers.com) in whatsapp, the Thumbnail Image doesn’t showing properly.

Alin [tagDiv]
tagDiv Staff

Hi,

Please note that we answer from the most older emails in order, so if you add a reply or more we will get later to you.
You can use this custom css if you want to hide the whatsapp share button – http://screencast.com/t/ruUsLgcgsgh5
If you use Mobile Theme plugin please add the code here – http://screencast.com/t/MbAp4IW3fQ37 If you don’t use the Mobile Theme plugin, you can add it in Theme Panel > Custom Css:

.single .td-social-whatsapp {
display: none !important;
}

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the whatsapp image provided mixed results in our tests as well. All the proper markup is there but it seems the networks imply does not grab the image. We will implement a fix for this if we find one. but for the moment there is no solution
Sorry for the inconvenience

Icemanrlz
tagDiv Member

The funny thing is that if I share a post that came with the theme’s demo content and I share it with whatsapp the image will load properly

But, If I try to share a post that I just created the image will not load.

Icemanrlz
Participant
#0

HI

I’m using newspaper + The events calendar (modern tribe) + jetpack.

Everything seem really to be working fine, except that I can’t make the “sharing buttons” show up in the event page.

When I go to my calendar and hit a single event to see more information about it, the sharing buttons are just not there, so I can’t share the event on Facebook, Twitter or WhatsApp.

Could anyone help me with this issue?

My events link

pinnaclecompass
tagDiv Member

Hi,

Here is a simplified way of adding a ‘share by email’ icon. It works for us, but you must update one theme file after each theme update. (won’t work by adding in child theme)

This method simply calls on the default mail client to open on a desktop, and does not use WP to actually send the email, which we did not want anyway, to avoid any spamming.

File: ../themes/Newspaper/includes/modules/td_module_single.php

I added this line after ‘Pinterest’ link and before ‘Whatsapp’:

EDIT: PHP code was sanitized on this post, so here is the screenshot of it:

screenshot of code

And here is the CSS:

/* SOCIAL SHARING - EMAIL ICON */
.td-social-email {
  background-color: #00aeef;
  margin-left: 10px;
  padding-left: 11px;
}
.td-icon-mail::before {
  content: '\e810'; /* or '\e820' */
  font-size: 19px;
} 

Enjoy 🙂

  • This reply was modified 9 years by pinnaclecompass. Reason: sanitized PHP replaced by screenshot of code
BurakBt
Participant
#0

We encounter this error on the search console. Why do we get this error? Can you solve this problem?
The error

dennisjpitocco
tagDiv Member

Hi Catalin:

Linkedin Share Button has been working perfectly (following your advice above in September). However, it disappeared completely after we installed the latest Theme Update earlier this week!

I’m wondering if their new version code changes no longer support the temporary patch they supplied?

Here’s what we did:

1) Edit file: \public_html\wp-content\themes\Newspaper\includes\modules\td_module_single.php
At somewhere near line 53 add (just after/under whatsapp) add:

<a class=”td-social-sharing-buttons td-social-linkedin” href=”http://www.linkedin.com/shareArticle?mini=true&url=&#8217; .
urlencode(esc_url(get_permalink())) . ‘&title=’ . htmlspecialchars(urlencode(html_entity_decode($this->title,
ENT_COMPAT, ‘UTF-8’)), ENT_COMPAT, ‘UTF-8’) . ‘&source=’ . urlencode(get_bloginfo(‘name’)) . ‘”
onclick=”window.open(this.href, \’mywin\’,\’left=50,top=50,width=600,height=350,toolbar=0\’); return false;”><div
class=”td-sp td-sp-linkedin”></div>

2) Make sure custom CSS code is still there. Add in theme options, custom code, custom CSS:

.td-social-linkedin {background-color: #006699; }
.td-sp-linkedin {width: 32px; height: 32px; background-position: -24px -744px; }

We observed the code was still in the custom CSS theme options.

3) Replace the image sprite files with the one’s you manually supplied last time.
Replace the sprites in \public_html\wp-content\themes\Newspaper\images\sprite with:

Still not working… Help!

eugenio811
tagDiv Member

Hi Andre,

Thanx for the info.

But i want to keep the whatsapp and hide the pinterest when i adjust the code to hide pinterest it still displays pinterest.
Is there a way to achieve this?

Andrei L.
tagDiv Member

Hi

Those are the default options for social networks but you can hide Whatsapp using this css in theme panel > custom code > custom css: http://screencast.com/t/BYYDqKSx

.td-sp-whatsapp{
display: none!important;
}

Let us know how it goes.
Thanks!

eugenio811
Participant
#0

Hi All,

How can i decide which social channels are chosen to share my articles.
For instance now i have: Facebook, Titter, Google+ and Pinterest (on mobile Whatsapp)

How can i make the share option only display: Facebook, Titter, Google+ for instance?

Thanx in advance.

rtofficial
Participant
#0

Hello tagdiv,

I would like to know if social sharing is available for images/photos in a lightbox. Meaning, if we create a image carousel/gallery or a media grid (using VC), when the image open up in lightbox, can we show sharing icons for each individual image?

Actually I am looking for sharing photos using lightbox view to Whatsapp.

Regards.

paologalli
tagDiv Member

Andrei
the icon is still the linkedin one not the whatsup…

the css code I’m using is the following

.td-social-linkedin{
background-color: #006699;
}
.td-sp-linkedin{
width: 32px;
height: 32px;
background-position: -24px -744px;
}
.td-sp-whatsapp{
background-position: -24px -743px;
}

the 2 icons are the same…

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css to change the position of the icon: http://screencast.com/t/5HK1c5bGNb

.td-sp-whatsapp{
background-position: -24px -743px;
}

Thanks!

pacoesni
tagDiv Member

I was looking for the same: the inclusion of new share options. I hope they’ll update the LinkedIn tutorial because if I use it on NewsMag, it brokes the Whatsapp share option on the mobile versión.

Catalin
tagDiv Staff

Hello matore,

Please keep in mind that the Whatsapp was been designed to be used only for mobile devices and not for others. So, I have tested on my mobile device (not the emulator) and works as properly.

Thanks for your understanding!

hemant90
Participant
#0

hi,

In mobile blocks are not appearing, instead of blocks code is appearing. do check the screen shot

mobile error theme

matore
Participant
#0

Hello.
I get “broken link” error for every page in the website because the links are created by whatsapp.
How can I solved this error?

Thank You

Nano
Participant
#0

Hey, I am using different plugin for social sharing on desktop and want the newspaper socia sharing option on mobile version. No using mobile theme plugin.

How can I disable social sharing option for posts on desktop version and can have it enabled on mobile version only ( along with WhatsApp share option)

Thank you.

Bogdan B.
tagDiv Staff

Hi,

You can use this code to do it:

.td-social-facebook, .td-social-twitter, .td-social-google, .td-social-pinterest, td-social-whatsapp{
background-color: grey!important;
}

Thank you!

Viewing 25 results - 551 through 575 (of 658 total)