Kamis, 27 September 2012

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: '#724d9e',
color: '#00ff91'
},
tweets: {
background: '#918ade',
color: 'ffffff',
links: '#05fafa'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('muhammadfiki').start();
</script>