I'm trying to add the Twitter list onto my Text widget. When I save the widget it changes the script and the list doesn't get posted onto my Blog front page. How can I get my Twitter list onto WordPress?
The widget HTML code (obtained from Twitter widget tool) is as follows:
<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: 'Tworts...',
subject: 'The Sports Tweeple...',
width: 150,
height: 250,
theme: {
shell: {
background: '#9a96ff',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#140de0',
links: '#40bec2'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: 'all'
}
}).render().setList('Met_Uysh', 'sports').start();
</script>
After saving on the Text widget in Worldpress, it looks like this:
new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 30000,
title: 'Tworts...',
subject: 'The Sports Tweeple...',
width: 150,
height: 250,
theme: {
shell: {
background: '#9a96ff',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#140de0',
links: '#40bec2'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: 'all'
}
}).render().setList('Met_Uysh', 'sports').start();
The blog I need help with is metuysh.wordpress.com.