for text messages. The behavior will be similar, but in...">

An href link to send a text message?

Is there a link similar to <a href="tel:...">

for text messages. The behavior will be similar, but instead of telling the number, it will prompt the user to send text?

+3


source to share


2 answers


try using this:

 <a href="sms://+14035550185?body=I%27m%20interested%20in%20your%20product.%20Please%20contact%20me.">Send a SMS message</a>

      



You can use the body parameter for the message queue in text.

+11


source


WhatsApp provides the ability to send text.



<a href="whatsapp://send?text=The text to share!" data-action="share/whatsapp/share">Share via Whatsapp</a>

      

-2


source







All Articles