How to add/implement a Click-2-Call link for your Mobile web page

H

How Can We Help?

How to add/implement a Click-2-Call link for your Mobile web page

If you have a mobile website and you need to add a click to call link this method could come in handy.If a visitor clicks on this link his mobile phone will prompt the user if he wants to phone the number specified.

Add the following anchor tag to your code

<a href="tel:1111111111">1111111111</a>

Replace the 1’s with the correct number, please do not include any other characters or the + sign after tel: between the brackets, otherwise it won’t work.

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me