Difference between revisions of "Tworship"

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
(Created page with '<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'search', search: '#tworship', interval: 6000, title: 'Worsh…')
 
m (Protected "Tworship" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
(No difference)

Revision as of 17:10, 13 December 2009

<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: 500,
 height: 500,
 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>