Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: None  |  size: 0.58 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <script src="http://widgets.twimg.com/j/2/widget.js"></script>
  2. <script>
  3. new TWTR.Widget({
  4.   version: 2,
  5.   type: 'profile',
  6.   rpp: 4,
  7.   interval: 6000,
  8.   width: 331,
  9.   height: 400,
  10.   theme: {
  11.     shell: {
  12.       background: '#f2f2f2',
  13.       color: '#5e6169'
  14.     },
  15.     tweets: {
  16.       background: '#ffffff',
  17.       color: '#797979',
  18.       links: '#04c4d9'
  19.     }
  20.   },
  21.   features: {
  22.     scrollbar: true,
  23.     loop: false,
  24.     live: true,
  25.     hashtags: true,
  26.     timestamp: true,
  27.     avatars: true,
  28.     behavior: 'all'
  29.   }
  30. }).render().setUser('vvant').start();
  31. </script>