new TWTR.Widget({
  version: 2,
  type: 'faves',
  rpp: 1,
  interval: 6000,
  subject: '',
  width: 200,
  height: 140,
  theme: {
    shell: {
      background: '#fbf078',
      color: '#d9c938'
    },
    tweets: {
      background: '#fbf078',
      color: '#4f4f4f',
      links: '#000000'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('dkzvr').start();
