﻿new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#アニフェス',
  interval: 30000,
  title: 'みんなのツイート',
  subject: '#アニフェス',
  width: 250,
  height: 150,
  theme: {
    shell: {
      background: '#5ce34b',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: false,
    behavior: 'default'
  }
}).render().start();
