Widget:Google Gadget

From WikEM
Jump to: navigation, search

Background

See Examples below.

Parameters

To get the parameters, click "Add to your webpage" button on a gadget page and configure gadget settings (on the right side of the wizard), then click on the "Get the code" button.

There are a few parameters you should copy from the code generated by the configuration wizard.

  • url - (required) copy everything after the "?url=" up till "&synd=open" (widget url itself and all up_* url parameters).
  • title - title of the gadget
  • width - widget width (300 is default)
  • height - widget height (265 is default)

Sample result

Daylight Map

To insert this widget, use the following code:

{{#widget:Google Gadget
|url=http://www.daylightmap.com/clouds/cloud_gadget.xml&up_remember_location=1&up_show_daylight=1&up_lat=10&up_lon=-20&up_zoom=1&up_type=S&up_msg_dismissed=0
|title=Clouds
|width=600
|height=300
}}

Google Custom Search

To insert this widget, use the following code:

{{#widget:Google Gadget
|url=http://www.google.com/coop/api/008224879786263662799/cse/dlukhlm8-0m/gadget
|title=Public Domain Search
|width=320
|height=76
}}

See Also