Joomla Content Plugin for Google Wave

  • Increase font size
  • Default font size
  • Decrease font size

Syntax, Params

Syntax

(do not copy and paste, or remove space between { and googlewave)

{ googlewave id=waveID|param1=param1value|param2=param2value|paramX=paramXvalue }


Basic example with standard wave server (https://wave.google.com/wave/):
{ googlewave id=wavesandbox.com!w+smd4AuBy%A|width=100%|height=600px }

Fully loaded example with different wave server:
{ googlewave srv=http://wave.google.com/a/wavesandbox.com/|id=wavesandbox.com!w+smd4AuBy%A|width=100%|height=600px|bg=#000|fcolor=#FFF|fsize=14px|ffamily=Georgia }


Params

srv: the wave server, default: https://wave.google.com/wave/
id:
the google wave id (see FAQ - How do I get my wave id?)
width: set the width of the wave div container (px or %), default value is 760px
height
: set the height of the wave div container (px or %), default value is 500px


Wave styling params

bg: background color (e.g. bg=#000)
fcolor: font color (e.g. #FF3300)
ffamily: font family (e.g. Georgia, sans-serif)
fsize: font size (e.g 12px or 12pt)

Notice: You can set global default wave params in the plugin configuration. (they get overwritten if set in calling the wave plugin as shown above).