Skip to content

Instantly share code, notes, and snippets.

@grtaylor2
Created August 22, 2013 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grtaylor2/6313917 to your computer and use it in GitHub Desktop.
Save grtaylor2/6313917 to your computer and use it in GitHub Desktop.
Enable specific phone numbers on page
Add to the page or it will detect any ph# on page and make it clickable for iPhone.
<meta name="format-detection" content="telephone=no">
Then wrap specified phone number:
<a href="tel:1-800-555-5555">Anchor to any words or combo of numbers and/or letters</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment