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 ..
Hi,
You can try to add it after theme’s share buttons – http://screencast.com/t/Qr4xbSkxu5xt
$buffy .= do_shortcode('[whatsapp]');
Thanks!
thank you alin but its not working
you can check it om my dev site
http://webmaster0.sky-host.cu.cc/wp
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!
