whatsapp web link href 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: whats app link target blank
<button onclick="javascript:{window.open('https://api.whatsapp.com/send?phone=55myphonehere&text='+encodeURIComponent('My text here'),'_blank')}" ></button>