在Wordpress中嵌入iframe不起作用

Sha*_*mar 1 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>
Run Code Online (Sandbox Code Playgroud)

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

我需要调整什么设置?

小智 5

可能是以下之一:

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