Developers
Subscribing to content in Netvibes
Netvibes lets its users easily add content (such as widgets or feeds) on their page using the Subscribe script.
Subscribe is a public URL that can be handled in many ways.
Its base URL is this:
http://www.netvibes.com/subscribe.php?xxx=yyy
This script supports many parameters, described in this page, and from which many uses can be created.
Note: this only works for the Netvibes page of the user who clicked on the link. It will not add the content to Netvibes Ecosystem - this has to be done manually.
Adding feeds
Reading feeds is the historic use of Netvibes, and the Subscribe parameter is therefore very easy to remember:
url: the full URL for the feed (any version of RSS or Atom).
Alternatively, you can use feed instead of url.
Sample
Feed URL is:
http://www.liberation.fr/rss/laune
Subscribe URL must be:
http://www.netvibes.com/subscribe.php?url=http%3A//www.liberation.fr/rss/laune
…or…
http://www.netvibes.com/subscribe.php?feed=http%3A//www.liberation.fr/rss/laune
Added other content
Subscribe lets you add any of the many Netvibes Essential Widgets, provided you know how to call them. This is done using the module parameter, which must contain the name of the wanted Netvibes module: UWA, Flickr, Gmail, ImageModule, LinkModule, MailWizard, Myspace, Facebook, SocialWizard, TodoList, Weather, Finance, Digg (or DiggOfficial), etc.
Additionally, some of these Essential Widgets can be configured within the Subscribe URL itself, using secondary, widget-specific parameters. These options are described herein.
Adding widgets
Users who have added a widget from its standalone rendition have already used this method - it's the link un the Netvibes button that is automatically added under the widget when it is in standalone mode.
In the case of a UWA widget, the parameters should be:
module: UWA ;moduleUrl: the full URL of the UWA widget, url-encoded.
Sample
Adding a webpage
If you want to create a link so that users can easily add a given webpage within their Netvibes page, just use the WebPage module.
The parameters should be:
module: WebPage ;title: the title for the widget, url-encoded ;url: the full URL of the UWA widget, url-encoded.
Sample
Page URL is:
Subscribe URL must be:
Full parameters list
The URL must start with http://www.netvibes.com/subscribe.php?.
Each parameter must be separated with a ?.
Subparameters are optionnal: if there are none, the widget is simply added, with empty settings.
| Action | Main parameter | Subparameters |
|---|---|---|
| Add feed | url=<feed URL> | (none) |
| Add feed | feed=<feed URL> | (none) |
| Add UWA widget | module=UWA | moduleUrl=<widget URL> |
| Add webpage | module=WebPage | title=<string>, url=<webpage URL>, height=<integer>, scrolling=<boolean> |
| Add Flash item | module=Flash | title=<string>, flashUrl=<SWF file URL>, height=<integer>, width=<integer>, flashvars=<Flash variables> |
- Send to a friend
- Add to favorites
- Last modified: 2009/01/28 16:56

