Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html sms link

<!-- 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>
Comment

how to send sms with a tag in html

// Without Contact Number
<a href="sms:?&body=message">Text Message</a>

// With Contact Number
<a href="sms:1234567890;?&body=message">Text Message</a>
Comment

PREVIOUS NEXT
Code Example
Html :: how to download file html button 
Html :: link to google icons embed in my website 
Html :: html video element 
Html :: insertar html en react 
Html :: how to put javascript in html 
Html :: bootstrap nav nav tabs float right 
Html :: html bitcoin symbol 
Html :: html make range bar show value 
Html :: html href new tab 
Html :: toogle class add and remove class 
Html :: google no translate meta tag 
Html :: group inputs html 
Html :: ionic format date 
Html :: meta tag checker 
Html :: html row 
Html :: multiple countdown html js 
Html :: html meta redirect to another page 
Html :: one image html 
Html :: onclick on input type checkbox field 
Html :: image in html table 
Html :: pug meta viewport 
Html :: 1x1 transparent image base 64 
Html :: Remove White Space Below Image Elements 
Html :: html components 
Html :: time.mktime 
Html :: textarea 
Html :: vertical line navigation bar 
Html :: html <input 
Html :: two buttons in same form 
Html :: html in page navigation 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =