I am using wordpress site and sending user to open a particular chat on whatsapp. Its working fine in case of simple text send like this:
<a href="whatsapp://send?text=Hi" class="wabtn">Chat</a>
But i want to let the users to open a particular contact. I have seen this functionality in iOS but dont know weather its also applicable in php or not. Here is the code i am trying:
<a href="whatsapp://send?abid=9226266566&text=Hi" class="wabtn">Chat</a>
There are the links that i found for help:
http://www.technetexperts.com/mobile/interact-with-whatsapp-from-ios-application/