
// TWITTERウェブサイトカスタマイズ

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: 180,
  height: 200,
  theme: {
    shell: {
      background: '#6C6440',
      color: '#ffffff'
    },
    tweets: {
      background: '#E5DDCF',
      color: '#5B5959',
      links: '#482E18'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('hanaan_nikko').start();
