Click to WhatsApp link
Click to chat is a very simple form to initiate a conversation with someone who doesn’t want to save their contact information in the address book. The mechanism is working based on generated link according to format: https://wa.me/[number] so the final URL structure is: https://wa.me/14242215100
When you click on the above link you’ll be redirected to the WhatsApp webpage pop-up window which will trigger a message window to the target number included in the URL link.
This method works on mobile and desktop devices.
For the branded Chat logo buttons please follow the guidelines attached here
HTML code examples
to embed SVG image:
<a aria-label="Chat on WhatsApp" href="https://wa.me/1XXXXXXXXXX"> <img alt="Chat on WhatsApp" src="WhatsAppButtonGreenLarge.svg" />
<a />
to embed PNG image
<a aria-label="Chat on WhatsApp" href="https://wa.me/1XXXXXXXXXX"> <img alt="Chat on WhatsApp" src="WhatsAppButtonGreenLarge.png" />
<a />