Del.icio.us Digg FURL FaceBook Stumble Upon Reddit SlashDot Ask BlinkBits BlinkList Co.mments Delirious Feed Me Links Google Bookmarks Linkagogo Ma.gnolia MSN Live Netscape Netvouz Newsvine RawSugar Rojo Smarking Socializer Sphinn Spurl Squidoo Tailrank Technorati Yahoo My Web
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Iframe plugin for Joomla 1.5, 1.6 and 1.7
28-08-2011, 11:05 PM
Post: #1
Iframe plugin for Joomla 1.5, 1.6 and 1.7
Download link:
Joomla 1.5 http://kulkul.luyenkim.org/kho-tai-lieu/...x-content/
Joomla 1.6 and 1.7: http://kulkul.luyenkim.org/kho-tai-lieu/...6-content/
Vote for us: http://extensions.joomla.org/extensions/...rames/4144

Code:
{iframe width="100%" height="400" }url{/iframe}
{iframe width='100%' height='400' }http://kulkul.luyenkim.org/{/iframe}
//You can use sing ' or double quote " for parameters

{iframe width="90%" height="300" frameborder="1" scrolling="yes" }url{/iframe}

Quote:Parameters can be used from http://www.w3schools.com/TAGS/tag_iframe.asp
align left, right, top, middle, bottom
frameborder 1, 0
height pixels, %
width pixels, %
marginheight pixels Specifies the top and bottom margins of an iframe
marginwidth pixels Specifies the left and right margins of an iframe
name name Specifies the name of an iframe
scrolling yes, no, auto

Support us [Image: btn_donateCC_LG.gif]
Find all posts by this user
Quote this message in a reply
03-09-2011, 06:25 AM
Post: #2
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
(28-08-2011 11:05 PM)support Wrote:  Download link:
Joomla 1.5 http://kulkul.luyenkim.org/kho-tai-lieu/...x-content/
Joomla 1.6 and 1.7: http://kulkul.luyenkim.org/kho-tai-lieu/...6-content/
Vote for us: http://extensions.joomla.org/extensions/...rames/4144

Code:
{iframe width="100%" height="400" }url{/iframe}
{iframe width='100%' height='400' }http://kulkul.luyenkim.org/{/iframe}
//You can use sing ' or double quote " for parameters

{iframe width="90%" height="300" frameborder="1" scrolling="yes" }url{/iframe}

Quote:Parameters can be used from http://www.w3schools.com/TAGS/tag_iframe.asp
align left, right, top, middle, bottom
frameborder 1, 0
height pixels, %
width pixels, %
marginheight pixels Specifies the top and bottom margins of an iframe
marginwidth pixels Specifies the left and right margins of an iframe
name name Specifies the name of an iframe
scrolling yes, no, auto


hello i have joomla 1.7 y download plugin iframe
errror
The requested URL /url was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Find all posts by this user
Quote this message in a reply
03-09-2011, 10:34 PM
Post: #3
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
Try this code: {iframe width='100%' height='400' }http://kulkul.luyenkim.org{/iframe}

Then, you should give the url instead of http://kulkul.luyenkim.org

Support us [Image: btn_donateCC_LG.gif]
Find all posts by this user
Quote this message in a reply
12-09-2011, 09:38 PM
Post: #4
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
(28-08-2011 11:05 PM)support Wrote:  
Code:
{iframe width="100%" height="400" }url{/iframe}
{iframe width='100%' height='400' }http://kulkul.luyenkim.org/{/iframe}
//You can use sing ' or double quote " for parameters

{iframe width="90%" height="300" frameborder="1" scrolling="yes" }url{/iframe}

No rules... I want insert a googlemaps with this:
{iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?msa=0&ie=UTF8&t=h&vpsrc=0&msid=213675165436982811545.0004acbcf365555ff8762&z=17&output=embed"}{/iframe}
Or...
{iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"}src="http://maps.google.com/maps/ms?msa=0&ie=UTF8&t=h&vpsrc=0&msid=213675165436982811545.0004acbcf365555ff8762&z=17&output=embed"{/iframe}
Or...
{iframe}http://kulkul.luyenkim.org/{/iframe}
Or...
<iframe>http://kulkul.luyenkim.org/</iframe>

Nothing... (Joomla 1.7 site: http://baiajovens.com/cms/index.php/ca/on-som)
Find all posts by this user
Quote this message in a reply
13-09-2011, 12:52 PM
Post: #5
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
These codes are OK.
PHP Code:
{iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?msa=0&amp;ie=UTF8&amp;t=h&amp;vpsrc=0&amp;msid=213675165436982811545.0004acbcf365555ff8762&amp;z=17&amp;output=embed"}{/iframe}

{
iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"}http://maps.google.com/maps/ms?msa=0&amp;ie=UTF8&amp;t=h&amp;vpsrc=0&amp;msid=213675165436982811545.0004acbcf365555ff8762&amp;z=17&amp;output=embed{/iframe} 

But, at this time, there is a bug in Joomla 1.6+. You can NOT use this code
PHP Code:
{iframe ... src="..."}..{/iframe

It should be (there is a space between the last duoble qoute and })
PHP Code:
{iframe ... src="..." }..{/iframe

So, the corected codes for above codes:
PHP Code:
{iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?msa=0&amp;ie=UTF8&amp;t=h&amp;vpsrc=0&amp;msid=213675165436982811545.0004acbcf365555ff8762&amp;z=17&amp;output=embed" }{/iframe}

{
iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" }http://maps.google.com/maps/ms?msa=0&amp;ie=UTF8&amp;t=h&amp;vpsrc=0&amp;msid=213675165436982811545.0004acbcf365555ff8762&amp;z=17&amp;output=embed{/iframe} 

Cool Hope this help.

Support us [Image: btn_donateCC_LG.gif]
Find all posts by this user
Quote this message in a reply
25-11-2011, 06:20 AM
Post: #6
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
I tried copying and pasting the code below from your example into my site running Joomla 1.5.14 and nothing happened... Undecided any ideas?

Code:
{iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?msa=0&amp;ie=UTF8&amp;t=h&amp;vpsrc=0&amp;msid=213675165436982811545.0004acbcf365555ff8762&amp;z=17&amp;output=embed"}{/iframe}

{iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"}http://maps.google.com/maps/ms?msa=0&amp;ie=UTF8&amp;t=h&amp;vpsrc=0&amp;msid=213675165436982811545.0004acbcf365555ff8762&amp;z=17&amp;output=embed{/iframe}
Find all posts by this user
Quote this message in a reply
02-12-2011, 05:19 AM
Post: #7
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
I used iframe inside of an article, which is loading a google form for registration for one of our trips. in any case, when loading the home page that this article is on it automatically scrolls the page down to the first field of the form loaded in the iframe. I don't know how to stop this from happening. Can anyone help me???

see it here. http://www.rms.org
Find all posts by this user
Quote this message in a reply
06-12-2011, 11:57 PM
Post: #8
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
Hello, great plugin you have made. Thank you.

Can you tell me how to make IFRAME links to be no follow for search engine? What is the code for that?

Thanks and good luck Smile
Find all posts by this user
Quote this message in a reply
07-12-2011, 12:06 AM
Post: #9
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
Maybe the next release, it will be supported using these code.
Code:
<script type="text/javascript">
document.write( unescape('your%20escaped%20html%20code') );
</script>
Find all posts by this user
Quote this message in a reply
10-12-2011, 06:20 AM
Post: #10
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
Could someone please help me how to make the links inside the iframe content to load in the entire homepage?
I am using an iframe to load a page generated by another joomla component into an article and I want to whenever the user clicks in a link it actually loads the entire homepage with the content rather than just inside the iframe.

Thanks!!
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  help-Cho mình hỏi vềImagesized Plugin với duymuoi 0 40 14-05-2012 06:17 PM
Last Post: duymuoi
  Extranews plugin - Joomla 1.5 - the pro version 3.x support 9 5,408 01-05-2012 10:32 AM
Last Post: meoit57
  RSS Plugin grantiago 0 156 16-03-2012 12:22 AM
Last Post: grantiago
  ImageSized on Joomla 1.7 nocode 2 838 09-12-2011 04:19 PM
Last Post: support
  Content - Joomla Imagesized Plugin for Joomla 1.6 support 23 6,735 29-10-2011 10:54 PM
Last Post: nocode
  Giúp đỡ vấn đề về Imagesized Plugin Joomla 1.6 bantayden 1 704 16-10-2011 09:39 PM
Last Post: Mr. Nguyen
  Code hữu ích sử dụng trong lập trình Joomla support 26 10,588 28-07-2011 04:38 PM
Last Post: Mr. Nguyen
Star Hướng dẫn xây dựng 1 component Joomla 1.5.x gmail2 2 3,273 07-03-2011 03:57 PM
Last Post: thanhlongx4
Lightbulb Danh mục các useful Joomla 1.5.x extension hữu ích support 2 2,687 17-02-2011 12:13 PM
Last Post: thanhlongx4
  viet4777.vatlieu.us JA T3 Framework v2 based Joomla website support 0 1,631 07-08-2010 04:11 PM
Last Post: support

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: