whatsapp

How to Add WhatsApp Number to Website


Nowadays WhatsApp is one of the important Messenger. A lot of people use WhatsApp Messenger so it is important to add WhatsApp links to the website. Now will see how to add the WhatsApp link to the social media icon. when you add this link to the site client directly will chat with your WhatsApp number using your WhatsApp number. Now we can see how to link this to the website. Below is the code to link WhatsApp to the website. Below the code, you can change your number from the below Code.

You need to use href=”https://wa.me/enter your number” to add WhatsApp number to the Website.

Example:-


<a href="https://wa.me/Enter Your Number" target="_blanck">Click Here</a>


<a href="https://wa.me/+918866851995" target="_blanck">Click Here</a>

Output:-

Click Here

How to Add Number to Website

To add a mobile number to the website you have to use href=”tel:+91 9876543210″ so that users coming to your website can directly contact you.

Example:-


<a href="tel:Enter Your Number" target="_blanck">Click Here</a>


<a href="tel:8866851995" target="_blanck">Click Here</a>

Output:-

Click Here

How to Add Email To Website

To add mobile email to the website you need to use href=”mailto:Example@gmail.com” so that users visiting your website can contact you directly

Example:-


<a href="mailto:Enter Your Email" target="_blanck">Click Here</a>

<a href="mailto:info@myprograming.com" target="_blanck">Click Here</a>

Output:-

Click Here

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *