An HTML question

Hi
Sorry have not been here for ages.

I am trying to add a twitter profile widget to the side bar of my Mr Site webpage at
http://www.waggytailsdogwalkers.co.uk/

I'll paste the code below for you to see. Every time I add the code to the side bar, and then up load the page, it comes out as the code you see below.
Anywhere else on the main part of the page it displays correctly.

Facebook widget displays OK, but not the twitter one.
Any ideas greatly appreciated.

BTW the twitter widget on the page at the moment is not the same as the one I have supplied the code for.

Here is the code

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: '#239140',
color: '#ffffff'
},
tweets: {
background: '#135c35',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('waggy_tails').start();
</script>
 

Latest Articles