我正在尝试使用
在whatsapp上分享来自html的链接
<a href="whatsapp://send?text=title http://www.example.com">SHARE</a>
这适用于除safari之外的所有浏览器。
在Safari中,当www.example.com(I am trying to share the link of the page I am standing on)
页面上有共享链接时,如果我尝试共享该链接,则只共享title
文本,该链接不会被共享。
生成的最新应用消息是
title
尽管有title http://www.example.com
答案 0 :(得分:0)
尝试使用encodeURIComponent编码text参数。
在你的情况下:
<a href="whatsapp://send?text=title%20http%3A%2F%2Fwww.example.com">SHARE</a>
答案 1 :(得分:0)
我们通常在桌面视图和移动视图上使用不同的链接,以便为野生动物园和其他浏览器提供更好的支持。 对于桌面视图,我们使用 https://web.whatsapp.com/send?phone=6200000000&text=Hello%20Moxqitto
对于移动设备,我们遵循whatsapp最佳实践https://faq.whatsapp.com/en/android/26000030/ https://wa.me/6200000000
经过测试 Mac版Chrome 苹果Mac版Safari android chrome
Ps:在Mac具有whatsapp桌面应用程序时未经过测试,但仍可在Safari浏览器本身中运行。所以应该没事