Twitter

Follow the discussion on Twitter here. Tweets by us (@DumboNYC):

new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 20,
interval: 6000,
width: 500,
height: 300,
theme: {
shell: {
background: ‘#879675’,
color: ‘#333333’
},
tweets: {
background: ‘#333333’,
color: ‘#ffffff’,
links: ‘#bbbbbb’
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: ‘all’
}
}).render().setUser(‘DumboNYC’).start();

Tweets by others about Dumbo Brooklyn:

new TWTR.Widget({
version: 2,
type: ‘search’,
search: ‘Dumbo Brooklyn -disney’,
interval: 5000,
title: ‘Tweets about Dumbo Brooklyn’,
subject: ”,
width: 500,
height: 400,
theme: {
shell: {
background: ‘#879675’,
color: ‘#333333’
},
tweets: {
background: ‘#333333’,
color: ‘#ffffff’,
links: ‘#bbbbbb’
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: ‘all’
}
}).render().start();