我的网站上出现奇怪且不一致的“赞”计数器结果。
我需要一个FB App Id
吗?
我是否需要在页面上显示此元标记?
<meta content="123456789012345" property="fb:app_id" />
我的 iframe 标签上是否需要 FB App Id 参数?
?app_id=123456789012345
此 iframe 标记是否正确编码(缩进仅是为了便于阅读)?
<iframe
src="http://www.facebook.com/plugins/like.php
?app_id=123456789012345
&href=http%3A%2F%2Fwww.mysite.com%2F
&layout=standard
&show_faces=false
&width=170
&action=like
&font
&colorscheme=light
&height=30"
scrolling="no"
frameborder="0"
style="border:none; overflow:hidden; width:170px; height:30px;"
allowTransparency="true"
>
</iframe>
谢谢