Twitter

From JJSWiki
Jump to navigation Jump to search

:: {JS(file='http://widgets.twimg.com/j/2/widget.js')}new TWTR.Widget({

 version: 2,

 type: 'profile',

 rpp: 10,

 interval: 6000,

 width: 'auto',

 height: 300,

 theme: {

   shell: {

     background: '#e7f0ed',

     color: '#000000'

   },

   tweets: {

     background: '#ffffff',

     color: '#000000',

     links: '#225566'

   }

 },

 features: {

   scrollbar: false,

   loop: false,

   live: false,

   hashtags: true,

   timestamp: true,

   avatars: true,

   behavior: 'all'

 }

}).render().setUser('JoshuaJSlone').start();{JS} ::