开发者

sending html link in SMS message in iPhone

开发者 https://www.devze.com 2023-03-26 09:14 出处:网络
I want to send SMS from iPhone to another phone with some text and a link. I can send it as text: \"Please click http://www.facebook.com to login to Facebook\".

I want to send SMS from iPhone to another phone with some text and a link. I can send it as text:

"Please click http://www.facebook.com to login to Facebook".

but I want to send it like it:

"Please click <a href="http://www.facebook.com">HERE</a> to login to Facebook".
开发者_StackOverflow中文版

Is this possible? How can I do it? Thanks!


SMS doesn't support anything but plain text AFAIK, so what you want to achieve isn't possible using SMS. On the other hand, I believe that MMS does support HTML, so you may want to try that instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消