Most of us, Bloggers, use Phone Number or Email id on our Websites to give Contact information to visitors. But most of us don't use the link in Phone Numbers and Email Id which can directly Call or Send mail when clicked in them.
This is a Demo Below of Phone Number and Email id with Link in them so that when clicked on these Phone Number and Email id, Users can directly call or send mail.
Contact Number: 123123123
Send SMS: 123123123
Send Fax: 123123123
Email Id: helpforag@gmail.com
Result when clicked on Call-Able Phone Numbers:-
Whenever visitors click on them, visitors are asked for Permission to Call or Send SMS or Mail, and then after granting permission, they are directly able to call or send mail or SMS. The major motto of any Site or Blogger is to make it easy for visitors, and this thing is one way to facilitate visitors, which may not be provided on most of the sites.
Most of the Bloggers now Disable Copy-Paste in their Site, and Users are not allowed to Copy the Information on the Site. So if the Phone numbers and Email id are added to our Blogger Site, the Visitors have to Note down the Phone number somewhere and then type again to call as the Copy-Paste is mostly Disabled. So it's better to Add Call-able Links in our Blogger Site so that visitors can directly Call or Send SMS or Email when clicked in that Phone Numbers or Email Id.
Creating Link in Phone Numbers, Email Id's help visitors directly call or SMS or send Email when clicked on that Numbers or Email Id. So If Copy-Paste is Disabled on our Site, then it's not a problem for visitors. We can Help visitors adding a link in Phone Numbers and Email id, and then it helps them a lot in direct calling or mailing by clicking on that Numbers or email id.
How to Add Link to Phone Numbers and Email id or Create Call-able Numbers in our Site Easily?
#1. For Call-able Phone Numbers:-
You can create Call-able Phone Numbers in Site by 2 Ways in Blogger:-
A. You can Use this Code method:
<a href=" tel:123123123">123123123</a>
This Code Display 123123123, and this Number is call-able; when clicked, ask for permission to call and calls in the number directly.
This method can also be modified in this way:
<a href="tel:123123123">Click Here to Call me</a>
OR
<a href="tel:123123123">Call me</a>
Hence, when clicked in Call me or Click Here to Call me, Visitors can directly call the number.
B. Also, you can use this method in Blogger.
Write the Number in the Post first, Highlight the Number, then go to Insert Link Option, and then click on the Link option as= tel:123123123.
This will create a Call-able Number, here supposed to be 123123123.
The Steps are also shown in the photo below:-
#2. For Sending SMS:-
You can create Directly Sending SMS in Phone Numbers in Site by 2 Ways in Blogger:-
A. You can Use this Code method:
<a href="sms:123123123">123123123</a>
This Code Display 123123123, and this Number is SMS-able; when clicked, Ask for permission to Send SMS and Open Message App to Send SMS in the number directly.
This method can also be modified in this way:
<a href="sms:123123123">Click Here to SMS me</a>
OR
<a href="sms:123123123">SEND SMS</a>
Hence, when clicked in SEND SMS or Click Here to SMS me, Visitors can directly Send SMS in the number.
B. Also, you can use this method in Blogger.
Write the Number in the Post first, Highlight the Number, then go to Insert Link Option, and then click on the Link option as= sms:123123123. This will create an SMS-able Number, here supposed to be 123123123.
The Steps are the same as in the Phone Number shown above; just use ' sms: ' in place of ' tel:
#3. For Email id:-
You can create Directly Mailing in Email id by 2 Ways in Blogger:-
A. You can Use this Code method:
<a href="mailto:helpforag@gmail.com">helpforag@gmail.com</a>
This Code Display helpforag@gmail.com and this Email-id are Directly mail-able when clicked ask for permission to Send Email and Open Mail App to Send mail in the number directly.
This method can also be modified in this way:
<a href="mailto:helpforag@gmail.com">Click Here to Mail me</a>
OR
<a href="mailto:helpforag@gmail.com">MAIL ME</a>
Hence, when clicked in MAIL ME or Click Here to Mail me, Visitors can directly Send mail in the mentioned email id.
B. Also, you can use this method in Blogger.
Write the Email id in the Post first, Highlight the Email id, then go to Insert Link Option and then Click on Link option as= mailto:helpforag@gmail.com. This will create a Directly mail-able Email id, here supposed to be helpforag@gmail.com.
The Steps are the same as in the Phone Number shown above; just use ' mailto: ' in place of ' tel: