new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 'auto',
  height: 200,
  theme: {
    shell: {
      background: '#cd0067',
      color: '#ffffff'
    },
    tweets: {
      background: '#ff67cc',
      color: '#000000',
      links: '#4c086b'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('pineapplearts').start();