new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: false,
  width: 200,
  height: 400,
  theme: {
    shell: {
      background: 'transparent',
      color: '#ffffff',
    },
    tweets: {
      background: 'transparent',
      color: '#ffffff',
      links: '#EE9944;',
      color: ' #EE9944;',
      links: '#1985b5'
      
    }
  }
}).render().setProfile('StudioSQ').start();
