php - Make a call from website -
i developing website allow user make call website business owner. stuck in problem how do it. want open skype window(audio call) or clicking on call button. (calling external protocol or call exe) , responsive website, user can call , send sms mobile/iphone. on mobile site, after clicking call button, call should made mobile , after clicking sms button, sms writting window should open. pls me! thank you.
you can generate skype button on this website.
call phone link has format:
<a href="tel:+435555555">call me</a>
send sms link:
<a href="sms:+435555555?body=hallo">send sms</a>
you should test on devices , maybe hide of them if sure not supported.
Comments
Post a Comment