new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 20,
  interval: 5000,
  width: 176,
  height: 220,
  theme: {
    shell: {
      background: '#fff',
      color: '#66666'
    },
    tweets: {
      background: '#ffffff',
      color: '#333',
      links: '#E24A80'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('Essenzo_').start();
