Clickable Phone Number Link For Mobile Browsers
Now a days most of the visitors to webpages are from mobile devices, So how can we make the phone number in the webpage clickable ?
The latest devices support the “tel” tag
tel: 9497337645
so the complete link code is
<a href=”tel:9497338835″> Call Me</a>
so for images it should be like this
<a href=”tel:9497338835″><img src=”my_image.jpg”/></a>
For using in WordPress select the number or image and click on hyper link and enter “tel:9497338835” as the url 🙂