|
Iframe plugin for Joomla 1.5, 1.6 and 1.7
|
|
28-08-2011, 11:05 PM
|
|||
|
|||
|
Iframe plugin for Joomla 1.5, 1.6 and 1.7
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}Quote:Parameters can be used from http://www.w3schools.com/TAGS/tag_iframe.asp Support us
|
|||
|
03-09-2011, 06:25 AM
|
|||
|
|||
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
(28-08-2011 11:05 PM)support Wrote: Download link: 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. |
|||
|
03-09-2011, 10:34 PM
|
|||
|
|||
|
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
|
|||
|
12-09-2011, 09:38 PM
|
|||
|
|||
RE: Iframe plugin for Joomla 1.5, 1.6 and 1.7
(28-08-2011 11:05 PM)support Wrote: 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) |
|||
|
13-09-2011, 12:52 PM
|
|||
|
|||
|
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&ie=UTF8&t=h&vpsrc=0&msid=213675165436982811545.0004acbcf365555ff8762&z=17&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&ie=UTF8&t=h&vpsrc=0&msid=213675165436982811545.0004acbcf365555ff8762&z=17&output=embed" }{/iframe} Hope this help.
Support us
|
|||
|
25-11-2011, 06:20 AM
|
|||
|
|||
|
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...
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&ie=UTF8&t=h&vpsrc=0&msid=213675165436982811545.0004acbcf365555ff8762&z=17&output=embed"}{/iframe} |
|||
|
02-12-2011, 05:19 AM
|
|||
|
|||
|
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 |
|||
|
06-12-2011, 11:57 PM
|
|||
|
|||
|
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
|
|||
|
07-12-2011, 12:06 AM
|
|||
|
|||
|
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"> |
|||
|
10-12-2011, 06:20 AM
|
|||
|
|||
|
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!! |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)


































![[Image: btn_donateCC_LG.gif]](https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif)


Hope this help.
any ideas?