首先,新年快乐!
我尝试使用 Facebook页面插件向我的网站添加iframe。
我使用过FB网站上的生成器: https://developers.facebook.com/docs/plugins/page-plugin
在此示例中,我使用" https://www.facebook.com/facebook",但我的脸书页面出现同样的问题。
>>> 1 and 2
2
>>> 1 and 2 and 3
3
>>> 3 and 2 and 1
1
>>> 'a' and 'b'
'b'
然而,这会导致空页。
注意:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Ffacebook&tabs=timeline&width=0&height=0&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="0" height="0" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
</body>
</html>
此方法也返回一个空页面; 链接到facebook页面显示1秒钟然后消失。
注意:
有什么建议吗?到目前为止,Stackoverflow / Google的结果都没有帮助我。
谢谢!
答案 0 :(得分:0)
显然没有错;一个星期后,它只是没有任何编辑工作。看起来FB改变了(固定?)的东西.. :))