Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Adding a Whatsapp button

$
0
0
1.

<a href="https://wa.me/country code number" target="_blank"><i class="fab fa-whatsapp"></i></a>

2.

<script type=”text/javascript”>

(function () {

var options = {

WhatsApp: “+ country code number”, //

call_to_action: “Hello, text?”, // whatsapp go

position: “right”, // Position may be ‘right’ or ‘left’

};

var proto = document.location.protocol, host = “whatshelp.io”, url = proto + “//static.” + host;

var s = document.createElement(‘script’); s.type = ‘text/javascript’; s.async = true; s.src = url + ‘/widget-send-button/js/init.js’;

s.onload = function () { WhWidgetSendButton.init(host, proto, options); };

var x = document.getElementsByTagName(‘script’)[0]; x.parentNode.insertBefore(s, x);

})();

</script>

Footer templates

Viewing all articles
Browse latest Browse all 690

Trending Articles