Sharing link on WhatsApp from mobile website (not application) for Android

I have developed a website which is mainly used in mobile phones.
I want to allow users to share information directly from the web page into WhatsApp.

Using UserAgent detection I can distinguish between Android and iOS.
I was able to discover that in order to implement the above in iOS I can use the URL:

href="whatsapp://send?text=http://www.example.com"

I’m still looking for the solution to be used when the OS is Android (as the above doesn’t work).
I guess it is somehow related to using “intent” in Android, but I couldn’t figure out how to do it as parameter for href.

16 Answers
16

Leave a Comment