Guest User

Untitled

a guest
Dec 11th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. var configTwitter = {
  2. version: 2,
  3. type: 'profile',
  4. rpp: 4,
  5. interval: 30000,
  6. width: 250,
  7. height: 300,
  8. theme: {
  9. shell: {
  10. background: '#ffffff',
  11. color: '#2c2c2c'
  12. },
  13. tweets: {
  14. background: '#ffffff',
  15. color: '#6c6c6c',
  16. links: '#2ab3ee'
  17. }
  18. },
  19. features: {
  20. scrollbar: false,
  21. loop: false,
  22. live: false,
  23. behavior: 'all'
  24. }
  25. };
  26.  
  27. /* ALTERANDO ALGUMA COISA */
  28. configTwitter.width = 500;
  29.  
  30. var twitterHelder = new TWTR.Widget(configTwitter);
  31. twitterHelder.render().setUser('burnweb').start();
Add Comment
Please, Sign In to add comment