Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Templates 帮助将iframe插入Joomla 1.5.9_Templates_Iframe_Joomla - Fatal编程技术网

Templates 帮助将iframe插入Joomla 1.5.9

Templates 帮助将iframe插入Joomla 1.5.9,templates,iframe,joomla,Templates,Iframe,Joomla,我做了一些研究,了解到Joomla 1.5.9要使用iframe标记,必须在文章管理器>参数>过滤组中设置权限,将超级管理员列入白名单,然后将用户管理器>选择用户>用户编辑器设置为“编辑器-无编辑器”。完成此操作后,打开一篇文章,打开html编辑器并插入iframe,如下所示: <iframe src="http://thewebsite.tumblr.com/" width="100%" height="300"> <p>Your browser does not

我做了一些研究,了解到Joomla 1.5.9要使用iframe标记,必须在文章管理器>参数>过滤组中设置权限,将超级管理员列入白名单,然后将用户管理器>选择用户>用户编辑器设置为“编辑器-无编辑器”。完成此操作后,打开一篇文章,打开html编辑器并插入iframe,如下所示:

<iframe src="http://thewebsite.tumblr.com/" width="100%" height="300">
  <p>Your browser does not support iframes.</p>
</iframe>

您的浏览器不支持iFrame

编辑器继续删除iframe代码。为什么会这样?!我确信我前面提到的所有设置都是根据我遇到的教程设置的。我是否需要考虑我遗漏的任何因素?是否有其他方法将iframe插入到自定义模板中


我希望有人能帮忙

在文章中,最好使用插件:

它使您能够通过在TinyMCEeditor中使用{iframe width=“90%”height=“300”frameborder=“1”scrolling=“yes”}url{/iframe}插入iframe

如果你不需要文章中的其他内容,你可以使用菜单项/链接。内部链接包装器 选择包装器链接后,它将展开以显示包装器布局。这用于使用HTML IFrame在网站的页面内显示外部网站。外部网站包含在包装器中。您可以导航到包装网站中的不同页面,所有页面都位于您的网站页面内