
// TWITER
// **************
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 30,
  interval: 6000,
  width: 274,
  height: 360,
  theme: {
    shell: {
      background: '#000000',
      color: '#ffffff'
    },
    tweets: {
      background: '#292929',
      color: '#8f8f8f',
      links: '#eb9f07'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('espotpublicitat').start();

