我开发了一个主要用于手机的网站。 我想允许用户直接从网页分享信息到 WhatsApp。
使用 UserAgent 检测,我可以区分 Android 和 iOS。 我发现为了在 iOS 中实现上述功能,我可以使用 URL:
href="whatsapp://send?text=http://www.example.com"
我仍在寻找操作系统为 Android 时使用的解决方案(因为上述方法不起作用)。 我想这与在 Android 中使用“intent”有关,但我不知道如何将其作为 href 的参数。
刚刚在一个网站上看到它,现在似乎也可以在最新的 Android 上使用最新的 chrome 和 whatsapp!给链接一个新的镜头!
<a href="whatsapp://send?text=The text to share!" data-action="share/whatsapp/share">Share via Whatsapp</a>
今天重新检查(2015 年 4 月 17日): 适用于我在 iOS 8(iPhone 6,最新版本)Android 5(Nexus 5,最新版本)上。
它也适用于 Windows Phone。