Universal Widget API (UWA) is a widget framework developed by Netvibes, mainly to integrate widgets to their platform, but compatible with other platforms such as iGoogle, Windows Vista, Mac OS X,
A module for issuing PDF certificates upon completion of a set of condition. Supports quizzes from the quiz module and pageviews of book pages from the book module out of the box.
Integration with the Ad.ly in-stream advertising platform.
Where to get an API Key?
To use Ad.ly, you need to register with their service at: http://ad.ly/developer/register/ and get an API key, which you will enter in the module configuration screen.
Theming Requirements
While the Drupal module allows you to theme ads any way you like it, Ad.ly actually has specific and strict requirements on the look-and-feel of the ads. You should read carefully the Implementation Specifications to make sure your themed ads meet the guidelines. Otherwise clicks won't count!
Sample tpl in the module meets all current requirements.
How Does It Work?
There are two kinds of "streams" in Drupal:
Views listings - to enable Ad.ly ads for a display of a view, configure position and content field in the Ad.ly Settings section of the display. Currently supported display types: page, block and feed.
Search result pages - @TBD
Alternatively, you can use module's API function to integrate custom streams with a call like:
$response_values = adly_apicall($content);
where "$content" is either a search query (String) or an array of posts. See more at: http://ad.ly/developer/docs/