Can any one tell me what will happen to this “old” twitter widget when they switch on march 5th? Will it still work? If there is documentation on this, can some one please point me to this. (I’ve searched all over the twitter site, but can’t find anything) Thanks in advance.
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 278,
height: 110,
theme: {
shell: {
background: '#dbdbd',
color: '#9a010b'
},
tweets: {
background: '#fffff',
color: '#333333',
links: '#054696'
}
},
features: {
scrollbar: true,
loop: true,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('depaulathletics').start();
</script>