760.487.8122 [email protected]

Have you ever wondered how to get a number on your site, to dial a phone number when clicked?

If you have ever created a hyperlink, you’ll have no problem getting your phone number or you choice of text to initiate a phone call through common desktop and mobile web browsers.

You’ll use the same HTML used to create a hyperlink, but you’ll replace the ‘http’ with ‘tel’ and the URL ‘www.domainnamehere.com’ with the number you want to have dialed ‘5553334444’. This tells the browser that you’re linking to a phone number. See the example below:

<a href="tel://5555555555">Clickable Text or Number Here</a>

So the example above should look like this: Clickable Text or Number Here