iframe未在mozila中显示,但在Chrome

时间:2017-09-10 17:55:08

标签: jquery html css facebook iframe

我已经通过iframe插入了facebook插件框.Moxila firefox正在显示我的网站的facebook插件框直到昨天。但是当我今天查看我的网站时,我发现只有空格而不是facebook插件。 iframe正在显示chrome中的插件框,但Mozila firefox不起作用。当我在谷歌搜索时,我发现“较新的firefox版本不支持iframe中的https,尝试使用object而不是iframe”。我的问题是如何改变嵌入iframe或任何想法来解决这个问题

此页面以chrome显示,但未在mozila中显示

<!DOCTYPE html>
<html>
<body>
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Ffedikhola%2F&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true">
</iframe>
</body>
</html>

0 个答案:

没有答案