Hi, I have tried countless times to use the Official Twitter widget HTML code in my blog (through the text widget on the sidebar), and it just won't work. This is the url to the page I am using: http://twitter.com/about/resources/widgets/widget_profile.
This is the HTML code that I am supposed to copy & paste into the text widget (note that I have no experience with HTML coding so don't laugh at me if I missed something completly obvious):
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 30000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#9e989e',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#1437c7',
links: '#4b7ed6'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().setUser('thebullmhs').start();
</script>
Any help on this would be greatly appreciated! Thanks