new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 5000,
  width: 'auto',
  height: 100,
  theme: {
    shell: {
      background: 'transparent',
      color: '#ffffff'
    },
    tweets: {
      background: 'transparent',
      color: '#000000',
      links: '#108891'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('extetomato').start();
