new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 5000,
  width: 250,
  height: 288,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#313131'
    },
    tweets: {
      background: '#ffffff',
      color: '#313131',
      links: '#1d9ecd'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('lokola').start();
