new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 5000,
  width: 220,
  height: 360,
  theme: {
    shell: {
      background: '#3b393b',
      color: '#ffffff'
    },
    tweets: {
      background: '#f7f4f7',
      color: '#000000',
      links: '#ff6f08'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('cinekyo').start();

