Page 1 of 1

creating iframe in joomla

Posted: Sat Mar 22, 2008 4:39 pm
by suman07
Hi
Is it possible to create an iframe or something like that in the joomla site from the admin part? or is there any extension for this purpose?
I want to display four types of content in a section in single page without reloading the page.
The page will display the four links and when one of those links is clicked, the content associated with that link is displayed on that particular section.

Waiting for ur reply
Thank You

Re: creating iframe in joomla

Posted: Tue Mar 25, 2008 5:55 pm
by astgeorge
well there are two options really you can sue the wrapper system in Joomla where you create a menu item that literally wraps any other url within your joomla site, or if you are using the JCE content WYSIWYG editor then it has an insert iframe button built right into it

http://extensions.joomla.org/component/ ... Itemid,35/

cheers

Re: creating iframe in joomla

Posted: Sat Mar 29, 2008 8:20 pm
by suman07
I have downloaded the JCE editor. But it doesn't contains the iframe plugin . So, I have to download that plugin separately.

But there is another problem with JCE editor. I cannot embed media(movie) on the page. There is no such tool for embedding media. I'm using JCE 1.1.x. Do I have to download a separate plugin for embedding media? But I could not find that kind of plugins. Waiting for your reply.
Thank you.

Re: creating iframe in joomla

Posted: Thu May 27, 2010 10:32 pm
by OldManRiver
All,

JCE is way too confusing!

It has 3 different sections, each with multiple downloads and no real explanation of any of them, so you have no idea of what to download.

Is there another way to do this?

OMR

Re: creating iframe in joomla

Posted: Thu May 27, 2010 11:12 pm
by OldManRiver
All,

I looked at the example I found at:

http://zen-ar218.[URL banned].com/2009/05/h ... oomla.html

which is good if you want a module, but my IFRAME must insert into an article, so the article page itself is nothing but IFRAME, no title no nothing just the iframe and it's source.

Please show me how to do that!

OMR

Re: creating iframe in joomla

Posted: Mon Jun 07, 2010 8:40 pm
by geekette
There are a couple of ways to do this. You can use the wrapper module and publish it to a "content1" position (or another position that is not a part of the template). Instead of using the dropdown for the position, just type in a position name. Inside of your article, insert this code {loadposiiton content1} where content1 is the name of the position you defined. You can turn off the title for the article in the article parameters if you do not want it to show.

The other way to do it is to insert the iframe code in the article source. It is best if you're using the JoomlaCK or JCE editor as the TnyMCE editor will strip out the code. Just flip over to the source view and insert the iframe code. Alternative, some people create a user which uses no editor and log in as that user when they want to do code inserts.

Re: creating iframe in joomla

Posted: Mon Jun 07, 2010 9:42 pm
by OldManRiver
geekette wrote:There are a couple of ways to do this. You can use the wrapper module and publish it to a "content1" position (or another position that is not a part of the template). Instead of using the dropdown for the position, just type in a position name. Inside of your article, insert this code {loadposiiton content1} where content1 is the name of the position you defined. You can turn off the title for the article in the article parameters if you do not want it to show.

The other way to do it is to insert the iframe code in the article source. It is best if you're using the JoomlaCK or JCE editor as the TnyMCE editor will strip out the code. Just flip over to the source view and insert the iframe code. Alternative, some people create a user which uses no editor and log in as that user when they want to do code inserts.
Tried downloading and installing JCE and always got errors. Do you have experience debugging this? Would like a link to JoomlaCK please, just in case.

Oh forgot to mention that wrappers do not work if you are adding the iframe to content. They only work for modules or sections from what I could determine.

OMR

Re: creating iframe in joomla

Posted: Tue Jun 08, 2010 3:43 am
by geekette
The CK editor can be found here: http://extensions.joomla.org/extensions ... editors/90

I could also help you debug your JCE installation.

This temporary URL shows an example of loading the wrapper module inside an article: http://www.geekettenetwork.com/index.ph ... icle&id=82

Re: creating iframe in joomla

Posted: Thu Aug 19, 2010 9:10 pm
by yop
For module placement that you want to use iframe, you might want to try this...

http://extensions.joomla.org/extensions ... dules/1758

Re: creating iframe in joomla

Posted: Sat Jan 22, 2011 5:02 pm
by portillodesign
:D Easy!

Joomla puts iframe inside a blacktag list.

Edit yoursite/libraries/joomla/filter/filterinput.php file and look for $tagBlacklist var (line 59) so, delete tags that u want Joomla doesnt erase.

Just it.

Re: creating iframe in joomla

Posted: Sat Feb 19, 2011 3:28 am
by valbap
Dude, year my voice...

Go to configuration -> Disable Editor (none) -> Insert Iframe -> Reactivate editor -> do not open that iframe article again.

Fast and easy for what you want.

Re: creating iframe in joomla

Posted: Sat Feb 19, 2011 8:39 am
by randelld
Why not just create a menu item of type wrapper, then just input your external url.
Hope this helps

Re: creating iframe in joomla

Posted: Sat Feb 19, 2011 2:50 pm
by nicmehr
i thing iframe is not good for seo
you can search this and show the article about seo and iframe

Re: creating iframe in joomla

Posted: Sun Apr 10, 2011 9:49 am
by stgeorge
nicmehr wrote:i thing iframe is not good for seo
you can search this and show the article about seo and iframe
Actually due to cloud storage this may longer not be the case, see:
http://winfoes.co.uk/how-to-iframe-pdf- ... nto-joomla

Also although this is an old post see:
http://winfoes.co.uk/different-methods- ... stallation

and:
http://winfoes.co.uk/joomla-iframes-and ... hould-know

Re: creating iframe in joomla

Posted: Tue May 24, 2011 8:38 am
by hawgmeyer
Hopefully we can put this one to bed...
Here are steps on how you can modify the settings for your “Super Users” account to have access to add iFrame code into articles:

1. Log in to your Joomla Administrator panel

2. Click on ‘Content’,'Article Manager’, and click on the button ‘Options‘

3. Click on the ‘Text Filters‘ tab.

4. Go to the ‘Super Users’ and select from the dropdown – ‘No Filtering’.

5. Save the options and refresh your site.

6. If you are using TinyMCE editor, go to your editor options and disable “clean up on save”.

Re: creating iframe in joomla

Posted: Sun May 29, 2011 5:29 am
by newbie12345
hawgmeyer wrote:Hopefully we can put this one to bed...
Here are steps on how you can modify the settings for your “Super Users” account to have access to add iFrame code into articles:

1. Log in to your Joomla Administrator panel

2. Click on ‘Content’,'Article Manager’, and click on the button ‘Options‘

3. Click on the ‘Text Filters‘ tab.

4. Go to the ‘Super Users’ and select from the dropdown – ‘No Filtering’.

5. Save the options and refresh your site.

6. If you are using TinyMCE editor, go to your editor options and disable “clean up on save”.

There is no "options" button in 1.5. Where is it? I'm trying to do iframe placement. I need to place a map on my website from another website, but I only want to show a certain part of the map.

Where is the options button in 1.5?

Re: creating iframe in joomla

Posted: Sun May 29, 2011 5:56 am
by hawgmeyer
Sorry... That was a fix for 1.6

Re: creating iframe in joomla

Posted: Wed Jun 15, 2011 12:35 pm
by diverso
Hi everyone I've tried all the solutions suggested in this forum but none of them worked :'( actually the one geekette suggested is the one I'm more curious about, I'm doing all in the proper way following the steps you mentioned my loadmodule plug in is enabled but all I see is a blank spot under my article where the iframe is supposed to appear. This is so annoying! please help!!! :pop http://www.vrangsinn.net/vrangsinn/inde ... &Itemid=50

Re: creating iframe in joomla

Posted: Thu Jun 30, 2011 9:22 am
by careboy
Thanks guys.
Image

Re: creating iframe in joomla

Posted: Fri Dec 30, 2011 4:07 pm
by marcgpx
thanks hawgmeyer