Hello there the twitter no showing on my webside any more ?
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 30000,
width: 284,
height: 233,
theme: {
shell: {
background: '#27a6dd',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#707070',
links: '#1e80bd'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('zxxxxx').start();
</script>