Want to know how can you easily integrate WhatsApp chat on your website just follow the steps below and I am sure you will find this pretty easy. There is no rocket science to crack it you just need basic code knowledge only.
Step 1: Just paste the following code before body tag on your website and replace the dummy number with your actual number and place any whatsapp icon
<a href="https://wa.me/yourmobilenu?text=Hey%21%20%20" class="whatsapp-chat" target="_blank"><img src="img/whatsapp.png"></a>
Step2: Paste the following code in your style CSS
.whatsapp-chat {
position: fixed;
left: 25px;
bottom: 24px;
z-index:9;
}Now Cheers !😊

Comments
Post a Comment