Created
August 22, 2013 23:17
-
-
Save grtaylor2/6313917 to your computer and use it in GitHub Desktop.
Enable specific phone numbers on page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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