WordPress own twitter widget has a poor and inadequate appearance.
So: Why can't I embed twitter's own widget? the first 2 lines are deleted and thus can not twitters own widget not used (script lines):
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 20,
interval: 50,
width: 200,
height: 170,
theme: {
shell: {
background: '#8ec1da',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
behavior: 'default'
}
}).render().setUser('janingelarsen').start();
</script>
The blog I need help with is janinge.wordpress.com.