Archive for January, 2010
SMS linking on mobile browsers, Can’t add message to link
So today at work I spent several minutes trying to figure out how to send an sms link with a message along with it. Turns out according to the iPhone URL Scheme, you can’t do it (at least for their phones). So to all those people who are going to try to search on the web (hopefully this blog post ranks high in the search results) I’ll make it easy for you and show you what you can do:
<a href=”sms:1234567890″>SMS Message</a>
You can also add more than number:
<a href=”sms:1234567890,1234567890″>SMS Message</a>
Nothing else. You can’t add a message along with it.
You can also see what this guy tried here and failed.