Mobile website “WhatsApp” button to send message to a specific number

后端 未结 9 1707
小鲜肉
小鲜肉 2020-12-01 02:16

A mobile website can be customized to allow users to share a pre-filled message in WhatsApp to a manually chosen contact. As given here it is done using Custom URL Scheme. A

9条回答
  •  一整个雨季
    2020-12-01 02:51

    On android, you can try

    href="intent://send/[countrycode_without_plus][number]#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end
    

    replace [countrycode_without_plus][number] with the number,

提交回复
热议问题