
HTML allows us to add links that can open the dial pad of a mobile phone directly. This only works on a mobile phone, but Google Chrome has a cool feature that allows you to click this link on a laptop and call via your cell phone. These links are called click to call links.
Other Tricks with HTML href URI
We have a few more cool tricks under our bag.
- Open Google Maps pointing to an address
- Open email client with a receiver and pre-written email body
- Open SMS application with a pre-written SMS
Open Google Maps pointing to an address
You can open an address with Google Maps. These types of links are called Map URLs. These links are supported across platforms. If the native app is installed, the Google Maps app will be opened and the requested action will be performed. Otherwise, the URL launches Google Maps in a browser and performs the requested action.
There are a few options:
- Open Google Maps showing the location of an address
- Open Google Maps with the directions to an address
Read the documentation in the resources section to know more about Map URLs.
Open email client with a receiver and pre-written email body
The mailto: tag allows us to open the email client of the user and create a new mail. You are allowed to add a receiver email address, subject, body, Cc email addresses, and Bcc email addresses.
Open SMS application with a pre-written SMS (not supported on iOS)
The sms: tag allows us to send SMS to a number with a body. Make sure the body content is in a URL encoded format to ensure symbols and spaces are sent properly. Below is a code snippet with a sample usage.
Bonus
You can include all of the above tricks in your curriculum vitae or resume. All you have to do is use a PDF editor and add links to any text you wish. Use the above-mentioned sample schemes (links) as URLs. An online PDF editor is linked below in the resources section.
I hope you gained something from this.
Resources
Working demo of all the above code snippets — codepen
On devices with phone capabilities, make it easy for users to directly connect with you by simply tapping a phone…developers.google.com
New Users: Before you can start using the Google Maps Platform APIs and SDKs, you must sign up and create a billing…developers.google.com
Basic Open default mail program, create new message with the TO field already filled out. Adding a subject Open default…css-tricks.com
Back to Navigating SMS Links need no introduction. They're everywhere on the internet, literally. In HTML, links are…simpletexting.com
This tool is provided without warranty, guarantee, or much in the way of explanation. Note that use of this tool may or…meyerweb.com
Free, no watermarks or registration. Edit PDF files for free. Fill & sign PDFs. Change existing text and links. Find &…www.sejda.com