Itt is vagyok. Kiváncsi vagyok ki twitterezik még...
ui: Hogy lehet ilyen kis ablakot csinálni amit kirakhatok valahova?

<div id="twtr-profile-widget"></div>
<script src="http://widgets.twimg.com/j/1/widget.js"></script>
<link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">
<script>
new TWTR.Widget({
profile: true,
id: 'twtr-profile-widget',
loop: true,
width: 250,
height: 300,
theme: {
shell: {
background: '#142229',
color: '#ffffff'
},
tweets: {
background: '#f5710c',
color: '#444444',
links: '#1985b5'
}
}
}).render().setProfile('SnowMen713').start();
</script>