|
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 1,
interval: 6000,
width: 'auto',
height: 150,
theme: {
shell: {
background: '#b8b6cf',
color: '#737680'
},
tweets: {
background: '#c9cbf0',
color: '#737680',
links: '#3567e6'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('A_CLEAN_SLATE').start();
</script
|
|
|
|
|