Skip to content

Instantly share code, notes, and snippets.

@bartolsthoorn
Created March 4, 2011 09:34
Show Gist options
  • Save bartolsthoorn/854396 to your computer and use it in GitHub Desktop.
Save bartolsthoorn/854396 to your computer and use it in GitHub Desktop.
got it working!
<script>$.getScript("/javascripts/jquery.tweet.js", function(){
$("#activity").tweet({
avatar_size: 32,
count: 4,
query: "TEDxAms+OR+TEDxAmsterdam",
loading_text: "Searching Twitter..."
});
$('.scroll-pane').jScrollPane();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment