How to open a phone app with an html link

by arthur in webdesign, css, html | 1 min

If you’d like your visitors to be able to open a phone application straight from your website you can follow this quick guide.

1Create a basic HTML link

In the body of your website, create a basic HTML link like this:
222-333-4444

2Add ‘tel:12223334444’ in the href attribute

When you finish your link should look like this:
222-333-4444
replacing ‘12223334444’ with your phone number including the country code and area code.


Now learn about:


Discuss this guide

var disqus_shortname = ‘howchootest’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })();

Leave a Reply

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