试图在我的网站 gulbrand.net 中实现类似框 iframe 的 FB。
使用以下代码:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=
http%3A%2F%2Fwww.facebook.com%2Fgulbrandnet&width=500&height=1000&
colorscheme=light&show_faces=false&border_color&stream=true&
header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:500px; height:1000px;" allowTransparency="true"></iframe>
在我的测试站点上看起来没问题。带有“赞”按钮的 gulbrand.net FB 页面的链接。以及来自 FB 页面的帖子。
但是:当按下like按钮时,会打开一个用于登录FB的新浏览器窗口(IE)。我已经登录 FB,并希望我自动喜欢 FB 页面(也许喜欢的次数会随着 1 增加)。当我在登录面板中输入密码时,只会打开一个新的空白页面。而且我还没有“喜欢” FB 页面。
我做错什么了吗?解决方案?