Facebook Like按钮默认情况下显示没有相同的数量,如何加载它默认显示计数,即使是0?
<fb:like href="url" send="false" layout="button_count" width="100px" show_faces="false" font=""></fb:like>
还有Pinterest怎么样?这是一个类似的概念。
答案 0 :(得分:2)
iframe版本包含显示计数,即使它为零。
<iframe src="//www.facebook.com/plugins/like.php?href=YOUR_URL&send=false&layout=button_count&width=450&show_faces=true&action=like&colorscheme=light&font&height=21&appId=401883116500986" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>