I need Whatsapp Sharing Icon Active on Iphone

Posted in: Newspaper
Post count: 5

Dear Support, How can I get Whatsapp Sharing icon active on iPhone and DEsktop on my website?

Many thanks.

Post count: 20688

Hi,

WhatsApp and other mobile socials will only be displayed on mobile. When used on a mobile the mobile WhatsApp application will launch and you can share the post.

If you want this social to appear as a sharing option on desktop as well, you could make it visible with a code like this
https://www.screencast.com/t/sGA8pfmMuWb

@media (min-width: 767px) {
.td-social-whatsapp {
display: inline-block;
}}

Enter it in Theme panel->Custom CSS section if you want to use it.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.