<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 4000,
width: 'auto',
height: 150,
theme: {
shell: {
background: '#3b3b3b',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#0707eb'
}
},
features: {
scrollbar: false,
loop: true,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setUser('username').start();
</script>
No comments:
Post a Comment