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