new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 280,
  height: 300,
  theme: {
    shell: {
      background: 'transparent',
      color: '#fff8e3'
    },
    tweets: {
      background: '#transparent',
      color: '#fff8e3',
      links: '#1F2B2B'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('peduarte').start();