Hi
Thanks for the reply :) I did include my URL in the question form so I'm not sure why it didn't come through but it's this: http://jennymason.org/
I've used the twitter options but they don't look like what I'm looking for. I've tried using the Twitter widget on the Twitter site but it won't work, is this becuase it's not allowed? The code is this:
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#a6d5e3',
color: '#1a171a'
},
tweets: {
background: '#c0e1f0',
color: '#2b222b',
links: '#a1adac'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('jennymasonuk').start();
</script>