nathanpc

Dream in Tech Twitter Widget

Oct 17th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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: 30000,
  8.   width: 250,
  9.   height: 300,
  10.   theme: {
  11.     shell: {
  12.       background: '#bdbdbd',
  13.       color: '#1a1a1a'
  14.     },
  15.     tweets: {
  16.       background: '#525252',
  17.       color: '#ebebeb',
  18.       links: '#6bcbff'
  19.     }
  20.   },
  21.   features: {
  22.     scrollbar: false,
  23.     loop: false,
  24.     live: false,
  25.     behavior: 'all'
  26.   }
  27. }).render().setUser('nathanpc').start();
  28. </script>
  29.  
Advertisement
Add Comment
Please, Sign In to add comment