iframe在HTML中显示为空白

时间:2015-03-13 05:19:30

标签: html wordpress iframe

我的iframe空白了。

<iframe src="http://www.victradeshall.com/mcauley/76123Ilj71jh/334254jdlIa91iI194L71l872lI1/index.html"/>

我使用的是Firefox 29.0和Chrome 35.0。两个浏览器都显示相同的结果。有什么问题?

1 个答案:

答案 0 :(得分:0)

我在JSFiddle中设置它以检查它是否正常工作,它是:

http://jsfiddle.net/0r11e1jg/

<iframe width="420" height="315" src="http://www.victradeshall.com/mcauley/76123Ilj71jh/334254jdlIa91iI194L71l872lI1/index.html"></iframe>  

你的代码和我的代码之间的唯一区别是我已经添加了宽度和高度。

如果它不能正常工作,那么我认为这可能是与wordpress相关的问题,我建议你看一下这个帖子:

https://wordpress.org/support/topic/using-iframe-in-wordpress

可能需要安装一个插件 - 就像这个允许你放置wordpress的插件:

https://wordpress.org/plugins/advanced-iframe/

此主题为您提供了各种插件选项的其他选项:

https://wordpress.org/support/topic/using-iframe-in-wordpress

希望有所帮助!