帮助将 iframe 插入 Joomla 1.5.9
我做了一些研究并了解到,要使 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 插入自定义模板吗?
我希望有人能帮忙!!
I've done some research and learned that for Joomla 1.5.9 to work with iframe tags you must set permissions in article manager > parameters > filtering groups to whitelist the super administrator, and then set user manager > select user > user editor to "Editor - No Editor". After doing this, then opening an article, opening the html editor and inserting the iframe like so:
<iframe src="http://thewebsite.tumblr.com/" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
The editor continues to strip out the iframe code. Why would this happen?! I'm sure all of the settings I've mentioned earlier are set according to the tutorials I've come across. Are there any factors I need to take into consideration that I'm missing? Is there another way to insert an iframe into a custom template?
I hope someone can help!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在文章中,您最好使用插件:
http://extensions.joomla.org/extensions/ 4144/details
它使您能够使用例如 {iframe width="90%" height="300" frameborder="1" 插入 iframe scrolling="yes"}url{/iframe} 也在 TinyMCEeditor 中。
如果您不需要文章中的其他内容,您可以使用菜单项/链接。内部链接 - 包装器
选择包装器链接后,它将展开以显示包装器布局。这用于使用 HTML IFrame 在您网站的页面内显示外部网站。外部网站包含在包装器内。您可以导航到打包网站中的不同页面,所有页面都在您网站的页面内。
http://docs.joomla.org/Help16:Menus_Menu_Item_Wrapper
Inside an Article you are best of using a plugin :
http://extensions.joomla.org/extensions/4144/details
it gives you the ability to insert an iframe by using e.g. {iframe width="90%" height="300" frameborder="1" scrolling="yes"}url{/iframe} also within the TinyMCEeditor.
If you don't need antyhing else inside the article you can use menu item/link. Internal Link - Wrapper
When the Wrapper link is selected, it expands to display the Wrapper layout. This is used to show an external web site inside a page in your web site, using an HTML IFrame. The external web site is contained inside the Wrapper. You can navigate to different pages in the wrapped web site, all inside the page of your web site.
http://docs.joomla.org/Help16:Menus_Menu_Item_Wrapper