Home » Social Media » WhatsApp » Click to Chat : How to Open WhatsApp Chat From Website Button ?

Click to Chat : How to Open WhatsApp Chat From Website Button ?

If you want to have a “chat” button on your website which on Android mobile will directly start the Whatsapp application and send a predefined message to predefined contact number, just copy paste the below lines where ever you need.

<a href="https://api.whatsapp.com/send?phone=91xxxxxxxxxx&text=Hi%20we%20need%20help%20regarding%20something" class="applyinfo-btn">start chat </a>

In above the message we are trying to send is “Hi we need help regarding something”, which when used in html we need to add “%20” for space hence it became as “Hi%20we%20need%20help%20regarding%20something”

For India, it will be 91 as country code in “phone=”, you can check your country code from https://faq.whatsapp.com/en/general/21016748

Refer page, If you want to add Android Share dialog to website using Web Share API

Refer more at https://faq.whatsapp.com/en/general/26000030


Subscribe our Rurban Life YouTube Channel.. "Rural Life, Urban LifeStyle"

5 thoughts on “Click to Chat : How to Open WhatsApp Chat From Website Button ?”

    • It would have been better if you could add a credit backlink pointing to this webpage as you have copied some contents from this page. Thanks.

      Reply

Leave a Comment