我需要在自托管的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博客上安装了相同的内容,它运行得很好。
我需要调整什么设置?
答案 0 :(得分:5)
可能是其中之一:
答案 1 :(得分:1)
Wordpress编辑器阻止/删除iframe。尝试使用支持iframe的一些插件,og制作一个Shortcode来制作iframe。