You can add a WhatsApp button and live chat feature to the web page for your customers to contact you and provide live support. I am explaining what needs to be done to add a live WhatsApp support line contact button to your website and for visitors to your site to contact your WhatsApp number through this button.
You can use this in areas where you provide technical support services, shopping sites with e-commerce systems, and areas where you offer online services. The visitor who visits your site will be able to contact you via WhatsApp with one click. You can use the code below for this.
<script type="text/javascript">
(function () {
var options = {
whatsapp: "905559998877",
call_to_action: "Hello, how can I help you?",
position: "left",
};
var proto = document.location.protocol, host = "getbutton.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>
You can also give a Whatsapp live chat link to an icon on your site, for example a Whatsapp icon or a text like Contact Us. For this, we need to use the link to Whatsapp below on our page, at the point where we want to link. If you have the knowledge to edit the codes of your page, you can easily use the link below.
<a href="https://wa.me/905559998877" target="_blank" rel="noopener noreferrer nofollow">
WhatsApp
</a>
Remember to change the contact number when using this on your page.