Oracle of ONE1

Obscure words of unity

ggis Iframe Plugin

What is it?

ggis Iframe gives authors an easy way to insert an iframe into a Joomla content item.

Features and Requirements

  • Joomla! 1.5 or greater

Setup

Using ggis_iframe is a very simple matter of performing a short setup and then inserting a simple code in your article.

  1. Download and install plugin using standard means. Download here.
  2. There are really no plugin options to set, everything is controlled by the insert tag.
  3. 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)
    • default = random number
  • width -sets the iframe width (% or px)
    • default = 100%
  • height – sets iframe height (% or px)
    • default = 650px
  • frameborder – border width around iframe (low integer)
    • default = 0
  • allowtransparency – iframe background transparency (true or false)
    • default = true
  • scrolling – set iframe scrolling (auto, yes, or no)
    • default = auto

To Do