whatsapp link html 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: how to make a whatsapp hyperlink html

<!-- Try this link "formula" out :) -->

<a href="https://wa.me/<number>" target="_blank">Link Text Here</a>

<!-- where the <number> is a full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format. -->

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>

Tags:

Html Example