如何使用 html 在 whatsapp 上共享产品名称和图像?

Posted

技术标签:

【中文标题】如何使用 html 在 whatsapp 上共享产品名称和图像?【英文标题】:How can share product name and image on whatapps using html? 【发布时间】:2016-02-02 13:14:21 【问题描述】:

我正在尝试创建可以共享产品链接和名称的脚本。我搜索了一下,找到了一个不错的answer。

<a href="whatsapp://send?text=http://www.example.com/index.php?route=product/product&product_id=50" data-action="share/whatsapp/share">Share via Whatsapp</a>

上面的链接只是将产品 URL 发送到 whatapps,但我也想发送标题。有没有可能我也可以发送产品标题。

【问题讨论】:

【参考方案1】:

我尝试对它进行更多搜索,最后我得到了解决方案。我只是添加了 php 语法urlencode()。

<a href="whatsapp://send?text=<?php echo urlencode ('http://www.example.com/index.php?route=product/product&product_id=110'); ?>" data-action="share/whatsapp/share">Share via Whatsapp</a>

【讨论】:

以上是关于如何使用 html 在 whatsapp 上共享产品名称和图像?的主要内容,如果未能解决你的问题,请参考以下文章

如何使用Android Intent System在whatsapp上分享最少n人的文本

WhatsApp 视频作为 Gif 以编程方式在 Android 上共享

在没有 UIDocumentInteractionController 的情况下在 Instagram/WhatsApp 上共享

ActivityViewController 无法在 WhatsApp 和 Mail App 上共享链接?

如何分享网络连接给whatsapp

从没有 og 标签的网站在 whatsapp 上共享图像内容和 url