Difference between revisions of "Widget:Twitter"

From IRC Wiki
Jump to navigation Jump to search
Line 3: Line 3:
new TWTR.Widget({
new TWTR.Widget({
   version: 2,
   version: 2,
   type: 'list',
   type: 'profile',
   rpp: 3,
   rpp: 3,
   interval: 6000,
   interval: 6000,
  title: '',
  subject: 'Twitter Updates:',
   width: 'auto',
   width: 'auto',
   height: 200,
   height: 300,
   theme: {
   theme: {
     shell: {
     shell: {
Line 17: Line 15:
     tweets: {
     tweets: {
       background: '#dfe8f3',
       background: '#dfe8f3',
       color: '#444444',
       color: '#000000',
       links: '#001ae3'
       links: '#1747e6'
     }
     }
   },
   },
Line 26: Line 24:
     live: false,
     live: false,
     hashtags: false,
     hashtags: false,
     timestamp: false,
     timestamp: true,
     avatars: false,
     avatars: false,
     behavior: 'all'
     behavior: 'all'

Revision as of 00:26, 19 June 2010