fb:comments-count标签不能在剃刀视图中工作
问题描述:
我把facebook评论标签放在剃刀视图页面中。fb:comments-count标签不能在剃刀视图中工作
<fb:comments-count href=http://example.com/></fb:comments-count> awesome comments
它打破了我的网页。有没有办法解决它?
答
您可能未在您的<html>
标记中包含Facebook xml名称空间。
<html xmlns:fb="http://ogp.me/ns/fb#">
定义:“打破我的页面” – bhamlin 2012-03-20 21:37:58