Difference between revisions of "Tworship"

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
 
Line 8: Line 8:
 
   title: 'Worship 140 characters at a time...',
 
   title: 'Worship 140 characters at a time...',
 
   subject: '#tworship',
 
   subject: '#tworship',
   width: 750,
+
   width: 775,
 
   height: 300,
 
   height: 300,
 
   theme: {
 
   theme: {

Latest revision as of 17:14, 13 December 2009

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

 version: 2,
 type: 'search',
 search: '#tworship',
 interval: 6000,
 title: 'Worship 140 characters at a time...',
 subject: '#tworship',
 width: 775,
 height: 300,
 theme: {
   shell: {
     background: '#8ec1da',
     color: '#ffffff'
   },
   tweets: {
     background: '#ffffff',
     color: '#444444',
     links: '#1985b5'
   }
 },
 features: {
   scrollbar: false,
   loop: true,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: true,
   behavior: 'default'
 }

}).render().start(); </script> </addhtml>