Your Ad Here

Posted By

widgetlaboratory on 03/05/10


Tagged

LabSecrets


Versions (?)

Streaming Twitter Widget


 / Published in: HTML
 

Change the search term of 'LabSecrets' to the name of your Twitter Account or Search Term, and change the height to suit your taste

  1. <script src="http://widgets.twimg.com/j/2/widget.js"></script>
  2. new TWTR.Widget({
  3. version: 2,
  4. type: 'search',
  5. search: 'LabSecrets',
  6. interval: 6000,
  7. width: 'auto',
  8. height: 300,
  9. theme: {
  10. shell: {
  11. background: '#212123', opacity: '50',
  12. color: '#ffffff'
  13. },
  14. tweets: {
  15. background: '#212123',
  16. color: '#ffffff',
  17. links: '#c7dd98'
  18. }
  19. },
  20. features: {
  21. scrollbar: false,
  22. loop: true,
  23. live: true,
  24. hashtags: true,
  25. timestamp: true,
  26. avatars: true,
  27. behavior: 'default'
  28. }
  29. }).render().start();

Report this snippet  

Comments

RSS Icon Subscribe to comments
Posted By: Macoder on April 19, 2010

I like the interface, but could you change it so that it shows my personal stream and not the search results? I get people who @ talk to me who are spammers and I don't want that to show up on the list.

Posted By: rwk7539 on August 18, 2010

how do I change the code to make the most recent tweets stay at the top instead of showing up first and going towards the bottom?

Thank you!

Posted By: rwk7539 on August 18, 2010

how do I change the code to make the most recent tweets stay at the top instead of showing up first and going towards the bottom?

Thank you!

Posted By: rwk7539 on August 18, 2010

how do I change the code to make the most recent tweets stay at the top instead of showing up first and going towards the bottom?

Thank you!

You need to login to post a comment.