Difference between revisions of "Widget:Twitter"

From IRC Wiki
Jump to navigation Jump to search
 
(22 intermediate revisions by the same user not shown)
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: '',
   title: '',
   subject: 'Twitter Updates:',
   subject: 'Twitter Updates:',
   width: 'auto',
   width:  '<!--{$width|default:'auto'|escape:'urlpathinfo'}-->',
   height: 200,
   height: 300,
   theme: {
   theme: {
     shell: {
     shell: {
       background: '#817aff',
       background: '#dfe8f3',
       color: '#ffffff'
       color: '#000000'
     },
     },
     tweets: {
     tweets: {
       background: '#c4d1f5',
       background: '#dfe8f3',
       color: '#444444',
       color: '#000000',
       links: '#001ae3'
       links: '#1747e6'
     }
     }
   },
   },
Line 25: Line 25:
     loop: false,
     loop: false,
     live: false,
     live: false,
     hashtags: false,
     hashtags: true,
     timestamp: false,
     timestamp: true,
     avatars: false,
     avatars: false,
     behavior: 'all'
     behavior: 'all'
   }
   }
}).render().setList('IRCWiki', '').start();
}).render().setUser('<!--{$user|escape:'urlpathinfo'}-->').start();
</script></includeonly>
</script></includeonly>

Latest revision as of 02:39, 4 January 2012