I would like to embed the Twitter list widget on a WP.com Page. The script is similar to the following:
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 30000,
title: 'title',
subject: 'subject',
width: 'auto',
height: 300,
theme: {
shell: {
background: '#ffffff',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#755e4f'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: 'all'
}
}).render().setList('username', 'listname').start();
</script>
How can I embed it in a WordPress.com Page please?
Thanks
The blog I need help with is alextabone.wordpress.com.