Hello–
For whatever reason, the title of the widget doesn’t seem to appear for me. I can see the feed of my favorites, but no title (or footer). A lot of the features don’t seem to be working properly (see bottom right). The scrollbar isn’t appearing, the feed isn’t looping… Any ideas?
http://www.intelliskin.net/testpage/
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'faves',
rpp: 6,
interval: 50000,
title: 'IntelliSkin',
subject: 'Tweets',
width: '300',
height: 300,
theme: {
shell: {
background: '#3399cc',
color: '#f5fcff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#3399cc'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
behavior: 'all'
}
}).render().setUser('IntelliSkin').start();
</script> </code>