Hi!
Did not know where I should place this thread.

But is there something wrong with this code?
Since I can't publish it either on Nettby*, webs or blog?

*Nettby is a norwegian chat community..

Code: 
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#08d6cc'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('Bro0r').start();
</script>
Daniel Reviewed by Daniel on . Is there something wrong with this code Hi! Did not know where I should place this thread. But is there something wrong with this code? Since I can't publish it either on Nettby*, webs or blog? *Nettby is a norwegian chat community.. <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> Rating: 5