我在个人网页上添加了一些类似的按钮:edoardo.torreggiani.net但只有一个按钮正常工作。
此作品(主页):
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fedoardo.torreggiani.net&send=false&layout=button_count&width=100&show_faces=false&action=like&colorscheme=light&font&height=21&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&send=false&layout=button_count&width=100&show_faces=false&action=like&colorscheme=light&font&height=21&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 的唯一区别是:错误的一个在查询字符串中有一个参数。
答案 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”类型。