As you know using the whatsapp url scheme on iphone i can create the following link:
href="whatsapp://send?text=blahblah"
this is possible due to the url scheme support on ios.
im try to create the similar effect for android devices. (but no threw android app, just a normal html page).
to my understanding it should be something like:
href="intent://send/#Intent;scheme=whatsapp;package=com.whatsapp;s.text=test;end;"
or:
href="intent://send/#Intent;scheme=whatsapp;package=com.whatsapp;text=test;
action=android.content.Intent.ACTION_SEND; end"
or:
href="intent://send/#Intent;scheme=whatsapp;package=com.whatsapp;text=test;
category=android.intent.category.BROWSABLE;end"
as you can see im really groping in the dark. all the answers i've found on stackoverflow are talking about how to generate the intent threw the android app.
BUT thats not my case, i want to generate an href on a PHP/ASP server for an html page.
someone? thanks!
Whatsapp url scheme working only saved ids or numbers for jump message send screen. Android working with message activity for new phone numbers.
This script Looking phone os and create link for phone os.
I think the answer you where looking for is this:
This code works both in Android and iOS thanks to the parameters "phone" and "abid" respectively.
Sorry for the late response, hope it helps somebody anyway.
I used this
href="intent://send/4912345678#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end
but in this code cant include the text
This will not work with iPhones.
whatsapp now officially support url scheme over Android(Yey)!
for more details visit http://www.whatsapp.com/faq/en/android/28000012
Was working on the same Problem and found the solution:
With a telephonenumber(+49 123 456 78)