Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to send a link in SMS message?

Tags:

android

I want to send a link for www.google.com in sms, but I want that its shows only "Google". when user click on "Google" its link www.google.com should be open. How can I do that?

like image 230
Gaurav Gupta Avatar asked Mar 03 '11 09:03

Gaurav Gupta


1 Answers

You cannot, SMS messages aren't composed in HTML, and don't support the concept of hyperlinks. Why don't you just send a link to http://www.google.com and let the phone figure out what to do with it? In the worst case the receiving user would have to open the message in edit mode, copy & paste the URL into the web browser.

like image 130
Axarydax Avatar answered Oct 07 '22 01:10

Axarydax