Facebook Like Button不会增加

时间:2012-10-31 13:32:03

标签: facebook-like increment

我在个人网页上添加了一些类似的按钮:edoardo.torreggiani.net但只有一个按钮正常工作。

此作品(主页):

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fedoardo.torreggiani.net&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21&amp;locale=en_US" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 100px; height: 21px; " allowtransparency="true"></iframe>

这不起作用(主页上的单个帖子):

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fedoardo.torreggiani.net%2Fhome%3Fpost%3D5&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21&amp;locale=en_US" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 100px; height: 21px; " allowtransparency="true"></iframe>

当我点击不起作用的相似按钮时,我获得响应

for (;;);{"__ar":1,"payload":null,"jsmods":{"require":[["Plugin","disconnect",[],["http:\/\/edoardo.torreggiani.net\/home?post=5"]]]}}

iframe src HREF param 的唯一区别是:错误的一个在查询字符串中有一个参数。

1 个答案:

答案 0 :(得分:0)

据我所知,每篇博文都没有真正的页面。你的帖子链接就是这个:

http://edoardo.torreggiani.net/home?post=5

将它放在调试器中,您将看到错误:

https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fedoardo.torreggiani.net%2Fhome%3Fpost%3D5
  

“网站”类型的URL“http://edoardo.torreggiani.net”上的对象无效,因为属性“fb:admins”的给定值“10150406244527145”无法解析为“fbid”类型。