Add whatsapp icon in your website
- By Preneesh AV --
- 01-Aug-2019 --
- 163 Comments
Add whatsapp icon in your website
Place the style code in the head section of your webpage:
<style>.whatsapp-icon-web {
position: fixed;
bottom: 10px;
right: 100px;
z-index: 1000003;
}
</style>
Keep the below html code in body of your webpage
<p>
<a target="_blank" href="https://api.whatsapp.com/send?phone=918891867579&text=" class="img-icon-a nofocus whatsapp-icon-web">
<img class="img-icon ccw-analytics" id="style-9" data-ccw="style-9" style="height:70px;"
src="https://www.speaktech.in/themes/
images/whatsapp-icon.png"
alt="WhatsApp chat">
</a></p>