Get the code.

Copy the following code block into any webpage, where you want to display your interests.

<script type="text/javascript">
var url = "http://lifestreamblog.com";
</script>
<script type="text/javascript" src="http://www.tagurself.com/widget/js/"></script>

Style the widget.

Background color:
Font color:

For those CSS geeks out there, you can extend the look of your widget even further. Below is an example of the XHTML output and how you can override the existing CSS declarations.

Example XHTML Code
<div class="tagurself_widget">
<div class="tagurself_widget_cloud">
<span class="font1">TAG</span>
<span class="font2">TAG</span>
<span class="font3">TAG</span>
...
<span class="font7">TAG</span>
</div>
<div class="tagurself_widget_footer">
FOOTER
</div>
</div>
Example CSS Override
body div.tagurself_widget {border:2px solid red;}
body div.tagurself_widget .font1 {color:green;}
body div.tagurself_widget .tagurself_widget_footer a {color:blue;}