for text messages. The behavior will be similar, but in...">
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?
<a href="tel:...">
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.
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>