Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <script src="[URL OF THE SOURCE CODE]"></script>
  2. <script>
  3. new TWTR.Widget({
  4. version: 2,
  5. type: 'profile',
  6. rpp: 1,
  7. interval: 6000,
  8. width: 'auto',
  9. height: 50,
  10. theme: {
  11. shell: {
  12. background: '#ffffff',
  13. color: '#414b56'
  14. },
  15. tweets: {
  16. background: '#ffffff',
  17. color: '#414b56',
  18. links: '#0f82db'
  19. }
  20. },
  21. features: {
  22. scrollbar: false,
  23. loop: false,
  24. live: true,
  25. hashtags: true,
  26. timestamp: true,
  27. avatars: false,
  28. behavior: 'all'
  29. }
  30. }).render().setUser('[YOUR TWITTER USERNAME]').start();
  31. </script>
Add Comment
Please, Sign In to add comment