Twitter
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 2,
interval: 6000,
width: 180,
height: 250,
theme: {
shell: {
background: '#f5bff5',
color: '#ffffff'
},
tweets: {
background: '#a2f09e',
color: '#f2eb66',
links: '#edbb26'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('HAPPY_HANY').start();
</script>