NEW ADDICTION

Sunday, November 28, 2010

The best of Twitter according to

Copy and paste this code into an HTML webpage


<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'faves',
  rpp: 10,
  interval: 6000,
  title: 'The best of Twitter according to',
  subject: 'Emon',
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#43c43f',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#43c43f'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('subh_dreamers').start();
</script>

No comments:

Post a Comment