Search
 
SCRIPT & CODE EXAMPLE
 

HTML

api whatsapp link

<!-- 
	Make a link to start a chat with a specific phone number.
	
	- Replace the xxxxxxxxxx with a valid phone number,
-->
<a href="https://wa.me/xxxxxxxxxx">Click here to chat</a>

<!-- 
	Make a link to start a chat with a specific phone number and
	a prefilled message.
	
	- Replace the xxxxxxxxxx with a valid phone number,
	- Don't forget to urlencode the text as per the example.
-->
<a href="https://wa.me/xxxxxxxxxx?text=This%20is%20a%20prefilled%20message">Click here to chat</a>

<!--
	Make a link that shares a prefilled message, but, lets the user
	choose a contact (from their phonebook) to send the message to,
	
	- Don't forget to urlencode the text as per the example.
-->
<a href="https://wa.me/?text=This%20is%20a%20prefilled%20message">Click here to chat</a>
Comment

PREVIOUS NEXT
Code Example
Html :: html star symbol 
Html :: change tab icon html 
Html :: set icon for html page tab 
Html :: make a basic html page 
Html :: bootstrap bold 
Html :: html image fallback 
Html :: html option 
Html :: open new tab when clicking link html 
Html :: css border table none 
Html :: html meta charset content ie edge 
Html :: mdb input bg 
Html :: html ngfor with index 
Html :: elementor text control 
Html :: write html in python 
Html :: checked bootstrap 5 
Html :: calendar input 
Html :: input checkbox 
Html :: bootstrap multiselect dropdown with search stackoverflow 
Html :: how to read a form from HTML in javascript 
Html :: disable a tag 
Html :: input field image accept type 
Html :: email template code 
Html :: accept function jsf component 
Html :: json placeholder 
Html :: bootstrap diable backround on modal 
Html :: html_entity_decode 
Html :: question mark html 
Html :: html use js variable as text 
Html :: jQuery script tag to include into HTML 
Html :: reverse ol order html 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =