Tron Wiki
(Created page with "<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 300, height: 300...")
 
No edit summary
 
Line 10: Line 10:
 
theme: {
 
theme: {
 
shell: {
 
shell: {
background: '#E53132',
+
background: '#3B444B',
 
color: '#ffffff'
 
color: '#ffffff'
 
},
 
},

Latest revision as of 00:48, 4 July 2011

<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({

 version: 2,
 type: 'profile',
 rpp: 4,
 interval: 6000,
 width: 300,
 height: 300,
 theme: {
   shell: {
     background: '#3B444B',
     color: '#ffffff'
   },
   tweets: {
     background: '#ffffff',
     color: '#000000',
     links: '#378ADA'
   }
 },
 features: {
   scrollbar: false,
   loop: false,
   live: false,
   hashtags: true,
   timestamp: true,
   avatars: false,
   behavior: 'all'
 }

}).render().setUser('TronWiki').start(); </script>