Damn, this post is HTML sensitive isn’t it… try this code!
<script src=“http://widgets.twimg.com/j/2/widget.js”></script>
<script>
new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 20,
interval: 3000,
width: 185,
height: 320,
theme: {
shell: {
background: ‘#002147’,
color: ‘#ffffff’
},
tweets: {
background: ‘#ffffff’,
color: ‘#002147’,
links: ‘#ad234a’
}
},
features: {
scrollbar: true,
loop: true,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: ‘default’
}
}).render().setUser(‘Archangel5089’).start();
</script>