Tuesday, 16 July 2019

html - mailto: link equivalent for phone calls?




Is there any way using html and/or JS to link an image so that it makes a phone call. Similar to the mailto: links. This would just make life a lot easier if this was possible. Say if a person had skype, could a button then open skype for them and call a number?




Thanks in advance


Answer



like this:



Call us free!


you can look also on this article



add-telephone-number-links-with-html



No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...