我试图将facebook帖子嵌入网站。我采用了Facebook最基本的例子并将其插入到html中。在页面上,我看到一个很大的空白区域,但没有嵌入帖子。如果我访问Chrome或Safari,这看起来非常好。我使用的是Firefox 47.有趣的是,在我访问iframe标签的Firefox中,我看到以下生成的html。
为嵌入式帖子生成html:
<iframe style="border: none; overflow: hidden;" src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2F20531316728%2Fposts%2F10154009990506729%2F&width=500&show_text=true&height=290&appId" width="500" height="290" frameborder="0" scrolling="no">
</iframe>
iframe
内的代码:
<html>
<head></head>
<body></body>
</html>
出了什么问题,如何解决这个问题?
答案 0 :(得分:1)
我下载了适用于Mac的Firefox 47.0并测试了您的代码。它在这里打开!
附件是截图。对不起,这不是答案,但我无法在评论中附加图片。所以选择回答。Screenshot on Firefox 47.0