MyBB Community Forums

Full Version: Add WhatsApp share button to Showthread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I want to add WhatsApp share button to my forum's showthread but I don't know the code to add can anyone help me out
You can generate the code here: http://whatsapp-sharing.com/
(2015-06-28, 01:31 AM)Destroy666 Wrote: [ -> ]You can generate the code here: http://whatsapp-sharing.com/


Sir, that link is so suspicious, looks like a phishing site.
With humbility, Can u provide another way?
Try this code below
Share This: <a href="whatsapp://send?text=Text You want to share!" data-action="share/whatsapp/share">Whatsapp</a>
You can use an image based icon to wrap the above text.
<a href="whatsapp://send?text=Text You want to share!" data-action="share/whatsapp/share"> <img src="Your Whatsapp Image" alt="Whatsapp Image"> </a>

Hope it helps.
(2015-06-28, 01:31 AM)Destroy666 Wrote: [ -> ]You can generate the code here: http://whatsapp-sharing.com/

The link got me redirect to Facebook.
<a href="whatsapp://send?text=The text to share!" data-action="share/whatsapp/share">Share via Whatsapp</a>
You can also generate your button here: http://kriskbx.github.io/whatsapp-sharing/
Just in case some one want's the button visible only when user is browsing from mobile device then here is code snip: https://jsfiddle.net/Guruprasad_Rao/szn3n7z3/