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 :: html align text right 
Html :: link email 
Html :: how to create white space in html 
Html :: how to put a table in the middle of a div in html 
Html :: fa-fa-home 
Html :: default date in html 
Html :: View HTML5 Video on iOS devices without going to full screen 
Html :: <input length 
Html :: vue js focus ref 
Html :: favicon htmk 
Html :: html left chevron symbol 
Html :: select html unselectable option 
Html :: elementor icon controls 
Html :: Bootstrap Carousel Image Not Display in Full Width 
Html :: disable textarea html 
Html :: html favicon error code 
Html :: create a table in html with 3 rows and 4 columns 
Html :: how to make a alert in powershell 
Html :: Hoow to open a css property in css 
Html :: how to redirect to gmail with a tag html 
Html :: filter in v-html 
Html :: how do you play audio files on html 
Html :: meta name viewport 
Html :: embed tag youtube 
Html :: html dns prefetch 
Html :: not allow decimal in input type number 
Html :: vue select v-for 
Html :: html 
Html :: html checkbox 
Html :: vue render html raw 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =