Working SMS Urls in 2022
by Sam
HTML
<a
href="sms:"
target="_blank"
><button type="button">Launch Messages App</button></a>
<br>
<br>
<a
href="sms://45777"
target="_blank"
><button type="button">Message to Shortcode</button></a>
<br>
<br>
<a
href="sms://45777/&body=Body%20text%20here"
target="_blank"
><button type="button">Message with Body (iOS)</button></a>
<br>
<br>
<a
href="sms:///&body=Body%20text%20here"
target="_blank"
><button type="button">Message with Body and blank recipient (iOS)</button></a>
<br>
<br>
<a
href="sms://45777/?body=Body%20text%20here"
target="_blank"
><button type="button">Message with Body (Android)</button></a>
<br>
<br>