Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRubens Neto
13,422 PointsIs there a command to start a WhatsApp conversation instead a phone call?
I'd prefer to have contact via WhatsApp instead clients calling me. Is there a command like href="tel:..." but for start a WhatsApp conversation? Thanks!
1 Answer
Omar Sanseviero
8,770 PointsI did not know how to do this. But I did a search and found this:
This is an example:
href="intent://send/0123456789#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end" ```
Rubens Neto
13,422 PointsRubens Neto
13,422 PointsThank you very much Omar!
I will try it out.