Twitter Feed: Difference between revisions

From Bose Portable PA Knowledge
Jump to navigation Jump to search
m New page: <html> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 250, height: 300, ...
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
   theme: {
   theme: {
     shell: {
     shell: {
       background: '#333333',
       background: '#ffffff',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#000000',
      links: '#050e8c'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('BoseL1').start();
</script>
<!--
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#000000',
       color: '#ffffff'
       color: '#ffffff'
     },
     },
Line 17: Line 49:
       background: '#000000',
       background: '#000000',
       color: '#ffffff',
       color: '#ffffff',
       links: '#4aed05'
       links: '#0dfad2'
     }
     }
   },
   },
   features: {
   features: {
     scrollbar: false,
     scrollbar: true,
     loop: false,
     loop: false,
     live: false,
     live: true,
     hashtags: true,
     hashtags: true,
     timestamp: true,
     timestamp: true,
     avatars: false,
     avatars: true,
     behavior: 'all'
     behavior: 'all'
   }
   }
}).render().setUser('BoseL1').start();
}).render().setUser('BoseL1').start();
</script>
</script>
-->
</html>
</html>

Latest revision as of 22:18, 8 December 2010