Who can help tell me how to create a link that takes me to a WhatsApp page | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

Who can help tell me how to create a link that takes me to a WhatsApp page

2nd Aug 2020, 1:59 PM
Leslie Toris
2 Respuestas
+ 3
There is something interesting on the whatsapp API page that may help you. You can create your own link, so when clicked, it will redirect the user to your chat. https://wa.me/<number> (Omit any zeroes, brackets, or dashes when adding the phone number in international format). This is great but is furthermore customizable than that, you can also preset a message like this: https://wa.me/<number>?text=Your%20message (make sure to replace the *spaces* for *%20*, URLs don't like spaces ;) ). source: https://faq.whatsapp.com/general/chats/how-to-use-click-to-chat/
2nd Aug 2020, 2:50 PM
Agustin Melo
Agustin Melo - avatar
+ 6
<a href="https://www.whatsapp.com/">whatsapp</a>
2nd Aug 2020, 2:00 PM
PresidentOfYes12
PresidentOfYes12 - avatar