Template:Twitter

From IbagliWiki
Jump to navigation Jump to search

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

 version: 2,
 type: 'profile',
 rpp: 12,
 interval: 30000,
 width: 250,
 height: 300,
 theme: {
   shell: {
     background: '#696969',
     color: '#ffffff'
   },
   tweets: {
     background: '#ffffff',
     color: '#000000',
     links: '#001361'
   }
 },
 features: {
   scrollbar: true,
   loop: false,
   live: false,
   behavior: 'all'
 }

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