tags:

views:

52

answers:

4

Is it possible to create a hyperlink in an sms in an iPhone?

For example, if I want the word 'foo' hyperlinked in HTML then I'll write <a href="http://foo.com"&gt;foo&lt;/a&gt; in a normal situation.

If I want to have a certain word in my sms to be hyperlinked to something, is there any way I can do this? Like "I have a <a href="http://foo.com"&gt;surprise&lt;/a&gt; for you" and the receiver taps on the hyperlinked word 'surprise' which will take the user to the destined page.

Any suggestions as to how this can be done? Examples and samples welcome!

Thanks in advance :)

+2  A: 

I experimented with exactly this just yesterday. It seems you can't include a nicely formatted hyperlink, unfortunately. I hope to be proven wrong by somebody else, though :-)

However, as you've probably seen yourself, iPhone is able to recognize an URL and you can tap on it to open the URL in Safari (or tap the disclosure button next the message to get more options on what to do with the URL). As far as I can tell the only thing you can do is format your SMS accordingly: "I have a surprise for you: http://foo.com" even though that might spoil the surprise ;-)

DarkDust
+1  A: 

i don't think it's possible to create hyperlinks in SMS.

The only way is to send an URL, and the iPhone will convert it to a link...

Dratir
A: 

No, you cannot use html tags in sms / text messages. All you can do is insert the URL without the tag. It then depends on the receivers device whether the URL is presented to the user as link or as plain text.

Toastor
A: 

No, you can't do this due to privacy issues. Apple thinks that giving you this ability would allow you to link users to malware and such. Sorry!

Raphael Caixeta
This has nothing to do with apple - it is just not supported on other phones. Even if apple would allow or encourage it for text messages between iphones, these messages would be totally useless when send to other phones.
Toastor