【问题标题】:How can share product name and image on whatapps using html?如何使用 html 在 whatsapp 上共享产品名称和图像?
【发布时间】: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,但我也想发送标题。有没有可能我也可以发送产品标题。

【问题讨论】:

    标签: whatsapp


    【解决方案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>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-01-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-09-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多