How to add/implement a Click-2-Call link for your Mobile web page?
|
|
|
|
|
Question: How to add a Click-2-Call link for your Mobile web page? If you have a mobi website and you need to add a click to call link this method could come in handy.If a visitor clicks on this link his mobi phone will prompt the user if he wants to phone the number specified. Answer: Add the following anchor tag to your code <a href="tel:1111111111">1111111111</a> Replace the 1's with the correct number, please do not include any other characters or the + sign after tel: between the brackets, otherwise it won't work.
|