How to Add Whatsapp contact Button on your Blog (Blogspot)
Welcome to another amazing article on Kelvztech blog.. This time am going to to teach you how to add a Whatsapp contact Button to your blog, Just like you see on Sammyloaded blog.Benefit of Whatsapp contact Button >>
1) Helps your visitors to easily reach you..
2) It makes your blog look professional. ..
Steps to add Whatsapp contact Button to your blog
1)>>Copy the code bellow.
<!-- WhatsHelp.io widget -->
<script type="text/javascript">
(function () {
var options = {
whatsapp: "xxxxxxxxxx", // WhatsApp number
call_to_action: "Chat with me Live", // Call to action
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>
<!-- /WhatsHelp.io widget -->
2)>> Replace "xxxxxxxx" with your Whatsapp Phone number .
3)>>Go to your dashboard, look under LAYOUT >>GADGET>>HTML and paste your code there..
That the simple way to add Whatsapp contact Button to your blog..Was this helpful?
Let us know in the comment box..
From SAMMYLOADED
1 Comments