Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open whatsapp app from a link in a mobile web site?

Is there any way to open whatsapp application from a website being in a mobile? I know if you use whatsapp:// you can open whatsapp app, but how can I open whatsapp and create a new conversation with a given number? is it possible? thank you!

like image 481
R01010010 Avatar asked Jan 25 '18 12:01

R01010010


People also ask

Can I use WhatsApp Web in mobile browser?

Next, it only works with WhatsApp installed on Android, BlackBerry, Windows Phone and S60 – iOS compatibility is blocked because of limitations set by Apple. To start using WhatsApp web, you need to open a webpage on Chrome (Web. whatsapp.com) and then use WhatsApp on your phone to scan the QR code that appears.

How can I open WhatsApp in HTML?

whatsapp link html // Use https://wa.me/<number> where the <number> is a full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.


2 Answers

Thanks to the comments, I got my solution from them: whatsapp://send?phone=XXXXXXX

So for an spanish number +34 644 789 83 it would be

whatsapp://send?phone=3464478983
like image 118
R01010010 Avatar answered Oct 11 '22 19:10

R01010010


api.whatsapp.com works well too. Use it in the same way, delete the (+) symbol and spaces in the telephone number.

<a href="https://api.whatsapp.com/send?phone=50600000000">Click to connect +506 0000 0000</a>
like image 27
ysanmiguel Avatar answered Oct 11 '22 20:10

ysanmiguel