This is a plugin that I wrote using Duck Soup(http://kailashnadh.name/ducksoup/), the great API library developed by Kailash Nadh.

In order for it to work you will need to get a Developer Key from Technorati(http://www.technorati.com/developers/apikey.html).

This plugin will download your technorati tags (using your developer key) and display them in a tag cloud, assigning the font-size and font-weight properties depending on the occurrences of those tags in you technorati account. The units for font-size are in .em and the valid values for font-weight is any number between 100 and 900.

The setup is pretty straight-forward, just enter your API key, how many tags you want to be downloaded from technorati and the font-size and font-weight properties.  The plugin creates a file on lifetype's temp folder and  stores/read the cloud from there. The tag cloud is regenerated everytime there is a post-add, post-edit and post-delete event, as well as everytime there are changes to the plugin settings.

You will need to edit your template and add the following code where you want your cloud to appear:

{if $technoratitagcloud->isEnabled()}
<div id="technoraticloud">
{$technoratitagcloud->gettechnoratiTagCloud()}
</div>
{/if}

This plugin has been tested to work with the latest development version of LT 1.2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
