whatsap web code example

Example 1: link whatsapp to website

<!-- 
link the following URL to the desired icon or button in your code:
https://wa.me/PhoneNumber (see the example below)
remember to include the country code
-->
<a href='https://wa.me/27722840005' target='_blank'><i class= "fa fa-whatsapp"></i></a>

Example 2: whatsapp

WhatsApp Messenger, or simply WhatsApp, is an American freeware,
cross-platform messaging and Voice over IP (VoIP) service
owned by Facebook, Inc.
It allows users to send text messages and voice messages,
make voice and video calls, and share images, documents,
user locations, and other media.

Example 3: whatsapp html

<a href="https://wa.me/!!!yourNumberWithCountryCodeHere!!!?text=Hi%20Eric,%20I%20am%20sending%20you%20this%20message%20because%20I%20am%20interested%20in%20your%20business!" style="text-decoration: none;" target="_blank">
	 <img src="https://i.ibb.co/N9P0K9H/239px-Whats-App-svg.png" width="50" height="50"/>
</a>

<a href="https://wa.me/!!!yourNumberWithCountryCodeHere!!!?text=Hi%20Eric,%20I%20am%20sending%20you%20this%20message%20because%20I%20am%20interested%20in%20your%20business!" target="_blank">
  Send Message
</a>

Example 4: whatsapp

lets use sockets to chat

Tags:

Html Example