html Magento - 添加Pinterest按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Magento - 添加Pinterest按钮相关的知识,希望对你有一定的参考价值。

<!-- template/catalog/product/view.phtml -->
<!-- Pinterest Button -->
<?php
    $_pinlink['url'] = $_product->getProductUrl();
    $_pinlink['media'] = $_product->getImageUrl();
    $_pinlink['description'] = $_product->getShortDescription();
?>
<a href="http://pinterest.com/pin/create/button/?<?php echo http_build_query($_pinlink) ?>" class="pin-it-button" count-layout="horizontal"></a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>

以上是关于html Magento - 添加Pinterest按钮的主要内容,如果未能解决你的问题,请参考以下文章

Magento:合并产品描述和添加信息选项卡

无法通过Magento Cms wysiwyg编辑器添加图像

magento后台设置好产品分类及添加产品后前台没有显示出来,请教是怎么回事

Magento 文本字段最大字段长度(5 个字符)

将“添加到购物车”按钮重定向到 Magento 中的不同自定义页面/在 Magento 的产品页面中添加新按钮

是否可以从另一个网站将产品添加到 Magento 购物车,而产品不在 magento 商店中