====== Using the OpenSocial API in a UWA widget ======
Initially developped by Google, OpenSocial is "a common API for social applications across multiple websites. With standard JavaScript and HTML, developers can create apps that access a social network's friends and update feeds."
Netvibes [[http://dev.netvibes.com/doc/uwa|UWA]] implements the OpenSocial API natively, so that UWA developers can make their widget social easily.
This short documentation is dedicated to the specifis of making OpenSocial work within UWA. [[http://code.google.com/apis/opensocial/docs/0.8/devguide.html|A complete guide to OpenSocial API]] is available from [[http://code.google.com/apis/opensocial/|the official OpenSocial website]].
Developers can test their OpenSocial-enabled UWA widget [[http://opensocial.netvibes.com|using the sandbox site]] - where they will also be able to test support for their iGoogle gadgets.
===== Basic "Hello World" UWA widget =====
Hello world!
This very basic widget lets us see the main characteristics of an UWA widget:
* It's an XHTML file - no XML ;
* '''' is used for metainformation (about the widget, the author, etc.) ;
* this is also where your declare the OpenSocial version you wish to us.
* ''