Thursday, March 17, 2011

@wansmt ツイッターフィードのウィジェットのコード

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#f0bdf0',
      color: '#bf2a81'
    },
    tweets: {
      background: '#f5f0f5',
      color: '#140114',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('wansmt').start();
</script>

No comments:

Post a Comment