Advertisement
Guest User

Untitled

a guest
Sep 16th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. new TWTR.Widget({
  2. version: 2,
  3. type: 'search',
  4. search: 'yottaa OR coachwei OR cloudinno OR rockstarapps',
  5. interval: 10000,
  6. subject: '',
  7. width: 195,
  8. height: 400,
  9. theme: {
  10. shell: {
  11. background: '#8ec1da',
  12. color: '#ffffff'
  13. },
  14. tweets: {
  15. background: '#ffffff',
  16. color: '#444444',
  17. links: '#1985b5'
  18. }
  19. },
  20. features: {
  21. scrollbar: false,
  22. loop: true,
  23. live: true,
  24. hashtags: true,
  25. timestamp: true,
  26. avatars: false,
  27. toptweets: true,
  28. behavior: 'default'
  29. }
  30. }).render().start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement