Developers
Submitting a UWA widget to a 3rd-party platform
UWA widget are compatible with many existing platforms thanks to its compilators, and it is therefore possible to submit comiled UWA widget to other format-specific directories.
Submitting to iGoogle's gadgets directory
Requirements
iGoogle's directory requires a specific set of meta to be defined within the widget. UWA's compilers is taking care of converting existing meta into the proper format, but it cannot create meta that do not exist yet.
Therefore, the following meta should be defined within the UWA widget before submitting to iGoogle's directory:
| iGoogle meta | Generated from… |
|---|---|
title | the regular <title> tag |
description | <meta name=“description” content=”…” /> |
author | <meta name=“author” content=”…” /> |
author_email | <meta name=“email” content=”…” /> |
screenshot | <meta name=“screenshot” content=”…” /> |
Submit URL
In order to submit your widget to that directory, go to this URL:
http://www.google.com/ig/submit
…and put the URL to your widget's compiled state in the form. You'll then just have to follow through until you're done.
Getting the propre compiling URL for a widget
The URL to use in iGoogle's submit form is not readily available, so it has to be either built by hand, or found out.
- The widget's original source URL, such as this one : it is a UWA widget, and not a compiled iGoogle gadget ;
- The widget's Eco URL, such as this one : it is a normal web-page, and used only as a presentation for the widget ;
- The URL under to widget's iGoogle button, when in standalone mode, such as this one: this URL is used to subscribe the current iGoogle user with the widget, and does not represent a compiled widget.
Building the URL
These are the two parts of the URL to submit to iGoogle:
- the compiler's URL:
http://nvmodules.netvibes.com/widget/gspec?uwaUrl= - the widget's source URL, encoded.
For instance, for the i-Métro widget:
- source URL is:
http://imetro.nanika.net/nvimetro.htm - encoded source URL is:
http%3A%2F%2Fimetro.nanika.net%2Fnvimetro.html - final URL to submit to iGoogle: http://nvmodules.netvibes.com/widget/gspec?uwaUrl=http%3A%2F%2Fimetro.nanika.net%2Fnvimetro.html
You can URL-encode any URL using online services, such as w3schools'.
Finding the URL
There is much longer, but keyboard-free way to find the correct URL.
- Open the Eco page of the wanted widget ;
- Click on the Source link to get to the standalone version of the widget ;
- Provided that the widget uses UWA's emulation files, you'll see two buttons at the bottom of the widget. Click the one with the iGoogle logo ;
- You are redirected to the subscribe page of iGoogle. Click the big “Add to Google” button ;
- You are redirected to your iGoogle page. The widget is there. In its header, click the leftmost button on the right to get to a menu, and select “About this gadget” ;
- You are redirected to the gadget's info page. Click the Source link on the right ;
- You are redirected to the final URL. Copy it (not the code!), and submit it to iGoogle.
Submitting to Live.com widgets directory
- Send to a friend
- Add to favorites
- Last modified: 2008/10/30 19:13

