Difference between revisions of "Twitter Feed"

From Bose Portable PA Encyclopedia
Jump to: navigation, 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, ...)
 
m
 
(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 18:18, 8 December 2010