hello all -
every time I enter twitter's profile widget code into wordpress' sidebar Text Widget, the last line of code self deletes upon saving. I have no idea what what causes this. I have pasted the twitter code below. thanks in advance for all your aid
http://winsnlosses.wordpress.com/
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 30000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#6e5b06'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('WinsnLosses').start();
</script>
The blog I need help with is winsnlosses.wordpress.com.