Skip to content

Instantly share code, notes, and snippets.

@devth
Created November 18, 2010 23:00
Show Gist options
  • Save devth/705846 to your computer and use it in GitHub Desktop.
Save devth/705846 to your computer and use it in GitHub Desktop.
$('.feed')
.soliloquy().facebook({ username: 'CriterionCollection', posts: 8, relative_dates: false } )
.soliloquy().twitter({username: 'devth', posts: 6, relative_dates: false })
.soliloquy().twitter_list({username: 'rails', listname: 'core', posts: 2 })
.soliloquy().last_fm({ username: 'trevorhartman', api_key: '930dbe080df156eb81444b27a63d948b', relative_dates: false });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment