如何创建自定义 facebook 之类的按钮?

How to create a custom facebook like button?

我需要在 prestashop 的产品列表页面中创建类似 facebook 的按钮。我在下面创建了面子书之类的按钮。

<div class="fb-like" data-href="{$product.link|escape:'html':'UTF-8'}" data-width="78"  data-height="32" data-layout="button" data-action="like" data-show-faces="false" data-share="false"></div>

But I need to create facebook like using  <a> tag.

如何在自定义按钮中创建类似 facebook 的按钮。请帮助我。

Doesn't it worked


<a class="fb-like" data-href="{$product.link|escape:'html':'UTF-8'}" data-width="78"  data-height="32" data-layout="button" data-action="like" data-show-faces="false" data-share="false">fb</a>