Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html sms link android

<!-- For both Android and IOS -->
<a href="sms:/* phone number here */;?body=/* body text here */">Link</a>
<!-- Use %20 instead of spaces, + for country code -->
<a href="sms:+123456789?body=Question%20from%20me">Send me a SMS</a>
<!-- Without phone number -->
<a href="sms:?&body=Question%20from%20me">Send a SMS</a>
 
PREVIOUS NEXT
Tagged: #html #sms #link #android
ADD COMMENT
Topic
Name
6+7 =