How to add WhatsApp share button on a website ?

Here are two methods which can be used to link a button. When user will click it. The user will be redirected to WhatsApp app on Android/PC. With the massage given in the parameter.

<a href=”https://api.whatsapp.com/send?text=urlencodedtext”&…


This content originally appeared on DEV Community and was authored by Shaswat Raj

Here are two methods which can be used to link a button. When user will click it. The user will be redirected to WhatsApp app on Android/PC. With the massage given in the parameter.

<a href="https://api.whatsapp.com/send?text=urlencodedtext"></a>
<a href="whatsapp://send?text=<<HERE GOES THE URL ENCODED TEXT YOU WANT TO SHARE>>" >Share via Whatsapp</a>

<a href="https://wa.me/?text=urlencodedtext">Share this</a>

As you seen in the example if you want to add line breaks to your massage or write massage as you send on WhatsApp. You have to use urlencodedtext.

You can Convert your Text into URL encoded text from here :- https://www.google.com/search?q=url+text+encoder

As you can See an Example Here :- https://createevminutes.sh20raj.repl.co/


This content originally appeared on DEV Community and was authored by Shaswat Raj


Print Share Comment Cite Upload Translate Updates
APA

Shaswat Raj | Sciencx (2022-01-15T16:14:34+00:00) How to add WhatsApp share button on a website ?. Retrieved from https://www.scien.cx/2022/01/15/how-to-add-whatsapp-share-button-on-a-website/

MLA
" » How to add WhatsApp share button on a website ?." Shaswat Raj | Sciencx - Saturday January 15, 2022, https://www.scien.cx/2022/01/15/how-to-add-whatsapp-share-button-on-a-website/
HARVARD
Shaswat Raj | Sciencx Saturday January 15, 2022 » How to add WhatsApp share button on a website ?., viewed ,<https://www.scien.cx/2022/01/15/how-to-add-whatsapp-share-button-on-a-website/>
VANCOUVER
Shaswat Raj | Sciencx - » How to add WhatsApp share button on a website ?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/01/15/how-to-add-whatsapp-share-button-on-a-website/
CHICAGO
" » How to add WhatsApp share button on a website ?." Shaswat Raj | Sciencx - Accessed . https://www.scien.cx/2022/01/15/how-to-add-whatsapp-share-button-on-a-website/
IEEE
" » How to add WhatsApp share button on a website ?." Shaswat Raj | Sciencx [Online]. Available: https://www.scien.cx/2022/01/15/how-to-add-whatsapp-share-button-on-a-website/. [Accessed: ]
rf:citation
» How to add WhatsApp share button on a website ? | Shaswat Raj | Sciencx | https://www.scien.cx/2022/01/15/how-to-add-whatsapp-share-button-on-a-website/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.