Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to send an SMS with hyperlink and anchor text (hidden URL) on Android device?

I know that the Android Message app can parse URLs that starts with "www" and "http://", making them hyperlinks. But is it possible to send a hyperlink, where only the anchor text is displayed and the URL is hidden?

Thanks

like image 517
Guilherme Silva Avatar asked Jan 21 '26 01:01

Guilherme Silva


1 Answers

Basically, no, you can't.

SMS is a specific standard that contains just text. So when you send something that looks like a URL, the Android (and iOS/Windows/whatever) messaging apps can detect it using a RegEx or similar and make it a link. But you can't do anything like an <a href=""> tag as you would with HTML. You might be able to use MMS to achieve this, but I'm not 100% on that.

Good luck!

like image 101
xmjw Avatar answered Jan 22 '26 14:01

xmjw



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!