create hyperlink in sms in iPhone

前端 未结 8 1062
死守一世寂寞
死守一世寂寞 2020-12-10 14:01

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

8条回答
  •  轮回少年
    2020-12-10 14:47

    No, you can not do this. However you could use tinyurl and format it like this http://whateverYouWantToSay@tinyurl.com Web browsers usually ignore anything before an @ therefore you could effectively hide the actual site being linked to, as long as your friend does not know that.

    What actually happens is the data before the @ is submitted to the web site in the form username:password. However it must be a site that requires authentication to access, or the site will normally just ignore it.

提交回复
热议问题