Facebook Like 按钮默认显示没有喜欢计数,如何加载它以默认显示计数,即使为 0?
<fb:like href="url" send="false" layout="button_count" width="100px" show_faces="false" font=""></fb:like>
还有Pinterest怎么样?这是一个类似的概念。
Facebook Like 按钮默认显示没有喜欢计数,如何加载它以默认显示计数,即使为 0?
<fb:like href="url" send="false" layout="button_count" width="100px" show_faces="false" font=""></fb:like>
还有Pinterest怎么样?这是一个类似的概念。
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>