Question

Posted in: Newsmag
Post count: 280

Hi
i want add WhatsApp Share Button using this https://wordpress.org/support/plugin/whatsapp

its gave me this php cod <?php echo do_shortcode('[whatsapp]'); ?>

where shouid i add it to appears beside facebook and google +

or put it insted of pinterest ..

Post count: 7909

Hi,

You can try to add it after theme’s share buttons – http://screencast.com/t/Qr4xbSkxu5xt

$buffy .= do_shortcode('[whatsapp]');

Thanks!

Post count: 280

thank you alin but its not working
you can check it om my dev site
http://webmaster0.sky-host.cu.cc/wp

Post count: 7909

Hi,

This appears only on tablets and mobiles – http://screencast.com/t/R4BFBIegb

Thanks!

Post count: 45

I made the step by step over failed.
insert the way the code that spoke, but does not appear.
$ Buffy = do_shortcode (‘[whatsapp].’);

Post count: 9544

Roney
Your example doesnt match the one alin provided.

Post count: 6535

Hi


@Roney
please make sure you have the whatsapp plugin installed: https://wordpress.org/support/plugin/whatsapp then go to plugin settings and set it where you want to appear on the post/pages: http://screencast.com/t/VQ4vE5bbAI4

To make the button visible on desktop add this custom css in theme panel > custom css:

@media (min-width: 1024px){
.wabtn_container {
display: block;
}
}

Let me know how it goes.

Thanks!

Post count: 45

I have the plugin installed, but he’s not getting on the sharing buttons place with others, it appears randomly

Post count: 6535

Hi

Try to clear the cache deactivate the plugins, leave just Visual Composer and whatsapp and test again. If the problem persist please provide a link so I can inspect it closer.

Thanks!

Post count: 45
Post count: 45

it’s past time to come a native feature to WhatsApp … it is necessary to monitor developments.

Post count: 6600

Hi,

Please provide your admin login credentials so we can have closer look and inspect this. Also include a link tot this topic.

Thanks

Viewing 12 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic.