TWITTER WIDGET #2
The first part of the script <script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js"></script> this is the second part of the script and contains all the settings and css .Make any changes you want then place it below the first one <script>new TWTR.Widget({ version: 2, type: 'profile', rpp: 1, interval: 6000, width: 150, height: 200, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#4aed05' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all'}}).render().setUser('xtgem').start();</script>