我的Facebook推荐框(Feed)存在问题
这是我的代码:
<div id="fb-plugin">
<div class="fbpl-header">
<div class="fbpl-header-bg">
<h3 style="margin-bottom: 3px; padding-left: 10px; margin-left: 0px;">P1 on Facebook</h3>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.policeone.com&layout=button_count&show_faces=false&width=217&action=recommend&font=tahoma&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:217px; height:25px"></iframe>
</div>
</div>
<iframe src="http://www.facebook.com/plugins/recommendations.php?site=www.policeone.com&width=217&height=2030&header=false&colorscheme=light&border_color=%23FFFFFF&ref=homepage" scrolling="no" frameborder="0" style="border: 1px solid #ECEFF4; overflow:hidden; width:217px; height:2030px;" allowTransparency="true"></iframe>
有些文章没有图片和说明(例如this) 我检查了Facebook调试器中的文章页面,没有发现任何严重错误(只有关于rel ='canonical',但其他页面有相同的错误并且工作正常) 知道如何解决这个问题吗?
PS看起来in this质疑同样的问题。