Skip to content

Instantly share code, notes, and snippets.

@jparbros
Created April 25, 2012 22:08
Show Gist options
  • Select an option

  • Save jparbros/2493910 to your computer and use it in GitHub Desktop.

Select an option

Save jparbros/2493910 to your computer and use it in GitHub Desktop.
twitter plugin
%script
new TWTR.Widget({
version: 2,
type: 'search',
rpp: 30,
search: 'magmarails',
interval: 6000,
title: '#magmarails',
subject: '',
width: 700,
height: 50,
theme: {
shell: {
background: 'transparent',
color: '#ffffff'
},
tweets: {
background: 'transparent',
color: '#FEFCD9',
links: '#FF9219'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment