-5

Facebook Like 按钮默认显示没有喜欢计数,如何加载它以默认显示计数,即使为 0?

 <fb:like href="url" send="false" layout="button_count" width="100px" show_faces="false" font=""></fb:like>

还有Pinterest怎么样?这是一个类似的概念。

4

1 回答 1

2

iframe 版本包含显示计数,即使它为零。

<iframe src="//www.facebook.com/plugins/like.php?href=YOUR_URL&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21&amp;appId=401883116500986" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
于 2012-06-10T05:59:18.110 回答