Show Mobile Navigation
, ,

Make Mobile Number Callable in Blog OR in e-mail

Hemant Verma - 2:35 PM
When anyone want to send your mobile number in mail or facebook etc. and you want to call on that number so you will have to copy that number on a paper and then you dial that number in your mobile phone but there is also a one method that you can easily send your number in mail, and whenever you want to call them, probably you copy that number and paste in the dialer but you can easily enable that number callable in your website also on your blog also.




Adding Code for Telephone Links


You add the code as text to the location you want the link to appear. You just need a single line of code like this:
<a href="tel:123-456-7890">123-456-7890</a>
The first part of this line of code tells where to point the link. Href=tel: creates a telephone link. The number of course gives it the number to link to.
The second part is the visual portion of the link. It doesn’t have to match the link. In other words, the visual portion can be numbers or letters you want displayed. You can have it say a message instead, such as “Click to Call”. For example, if you want it to display a message instead of the number, your code would look like this:
<a href="tel:123-456-7890">CLICK TO CALL</a>
Your visitors will see the message but when they click on it they are sent to the dialing screen of their phones with your number already inserted and ready for them to hit the call button.

0 comments:

Post a Comment

You may use these HTML tags and attributes: <a href="" title=""> </a> <b> </b><strong> </strong>

 



Make Your Blog Like a Pro
About | Contact | Affiliates | Privacy Policy | TOS