YOU CAN GET ALL

Saturday 18 June 2011

Script Twitter Widget

<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 15000,
  width: 230,
  height: 300,
  theme: {
    shell: {
      background: '#8c358c',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#eb1ebb'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('virtualparty').start();
</script>

No comments:

Post a Comment