Hi, can anyone help?
I would like to add a 'link' to a webpage that when clicked on a mobile phone it opens a sms message to send.. (this I can do)... BUT I would like to be able to add a message or the website url within that text message and for it to already be there when the sms opens up.
This opens up a sms on my mobile... and shows the text "Send sms" on the webpage. BUT this also comes up with a page error if clicked on by anyone using a desktop...
<a href="sms:?body=hello world">Send sms</a>
Does anyone know the code as to how to do this?