Skip to content

Instantly share code, notes, and snippets.

@davidcelis
Created June 17, 2011 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcelis/1032034 to your computer and use it in GitHub Desktop.
Save davidcelis/1032034 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$(".tweet").tweet({
username: "#{@portfolio.twitter_feed}",
join_text: "auto",
avatar_size: 32,
count: 3,
auto_join_text_default: "we said,",
auto_join_text_ed: "we",
auto_join_text_ing: "we were",
auto_join_text_reply: "we replied to",
auto_join_text_url: "we were checking out",
loading_text: "loading tweets..."
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment