在Wordpress中嵌入iframe不起作用

时间:2015-06-20 08:20:24

标签: html wordpress iframe

我需要在自托管的Wordpress安装中嵌入以下代码 -

<iframe id="slydy" 
    style = "border: none; max-width: 100%; min-width: 100px;" 
    src = "http://slydy.co/users/TCC/01" 
    width = "648" 
    height = "435" 
    frameborder = "0" 
    marginwidth = "0" 
    marginheight = "0" 
    scrolling = "no" 
    allowfullscreen = "allowfullscreen"> 
</iframe>

但它没有显示出来。我已经在至少两个其他Wordpress博客上安装了相同的内容,它运行得很好。

我需要调整什么设置?

2 个答案:

答案 0 :(得分:5)

可能是其中之一:

  1. 如果您的网站httpS然后被阻止,因为您的iframe是http。
  2. 确保您在帖子编辑屏幕上以文字(非视觉)编辑模式
  3. WP缓存?

答案 1 :(得分:1)

Wordpress编辑器阻止/删除iframe。尝试使用支持iframe的一些插件,og制作一个Shortcode来制作iframe。