Difference between revisions of "Tworship"
From 1st Presbyterian Church of Second Life
m (Protected "Tworship" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <script src="http://widgets.twimg.com/j/2/widget.js"></script> | + | <addhtml><script src="http://widgets.twimg.com/j/2/widget.js"></script> |
<script> | <script> | ||
new TWTR.Widget({ | new TWTR.Widget({ | ||
| Line 6: | Line 6: | ||
search: '#tworship', | search: '#tworship', | ||
interval: 6000, | interval: 6000, | ||
| − | title: 'Worship 140 characters at a time', | + | title: 'Worship 140 characters at a time...', |
| − | subject: '# | + | subject: '#tworship', |
| − | width: | + | width: 775, |
| − | height: | + | height: 300, |
theme: { | theme: { | ||
shell: { | shell: { | ||
| Line 32: | Line 32: | ||
}).render().start(); | }).render().start(); | ||
</script> | </script> | ||
| + | </addhtml> | ||
Latest revision as of 16: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>
