Hi there,
I created a widget a while back for a website that I’m working on and over the last two days (September 12-13, 2012) it has been working sporadically. Is this code permanently broken? I’ve looked at other websites using this widget and they also are not displaying tweets so I think it is more than just my local problem. Please let me know if there is anything that can be done in order to continue using this widget. I really like it as it is a good way of integrating twitter into my web site. I tried the new widget generator but the code does not work for me at all, it just displays a link.
The code follows below;
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 30000,
width: 200,
height: 300,
theme: {
shell: {
background: '#283490',
color: '#ffffff'
},
tweets: {
background: '#8381bc',
color: '#ffffff',
links: '#362020'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
behavior: 'all'
}
}).render().setUser('AoCGrantmakers').start();
</script>