new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 192,
  height: 250,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#82a7c8'
    },
    tweets: {
      background: '#90ee90',
      color: '#82a7c8',
      links: '#295c8e'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('hackerspacebp').start();
