Advertisement
Guest User

Untitled

a guest
Mar 7th, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  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: 'auto',
  9. height: 300,
  10. theme: {
  11. shell: {
  12. background: '#d4d4d4',
  13. color: '#ffffff'
  14. },
  15. tweets: {
  16. background: '#ededed',
  17. color: '#616161',
  18. links: '#474747'
  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('noflash_agency').start();
  31. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement