I've read through the other threads on how to go about installing Twitter and I still don't understand. Using the code below found on http://twitter.com/goodies/widget_profile How do I got about adding this to my site?
new TWTR.Widget({
profile: true,
id: 'twtr-profile-widget',
loop: true,
width: 150,
height: 300,
theme: {
shell: {
background: '#ffffff',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
}
}).render().setProfile('ngw0222').start();
