What is it?
ggis Iframe gives authors an easy way to insert an iframe into a Joomla content item.
Features and Requirements
Setup
Using ggis_iframe is a very simple matter of performing a short setup and then inserting a simple code in your article.
- Download and install plugin using standard means. Download here.
- There are really no plugin options to set, everything is controlled by the insert tag.
- Publish the ggis_iframe plugin
Usage
The subscription form may be inserted on a post, page, or text widget by including the following code in your text.
{ggis_iframe %param0="val" %param1="val"}
http://iframe.url{/ggis_iframe}
The insert tag starts with {ggis_iframe} and ends with {/ggis_iframe}. A number of parameters may be set in the openning tag. The URL of the iframe to insert goes between the tags.
Another example with all parameters set:
{ggis_iframe id="mine" width="100%" height="650"
frameborder="0" allowtransparency="true"
scrolling="auto"}http://mydomain.com/page{/ggis_iframe}
Parameters
- id – identifies your iframe (text)
- width -sets the iframe width (% or px)
- height – sets iframe height (% or px)
- frameborder – border width around iframe (low integer)
- allowtransparency – iframe background transparency (true or false)
- scrolling – set iframe scrolling (auto, yes, or no)
To Do