Skip to content

Instantly share code, notes, and snippets.

@leereilly
Created July 8, 2011 00:34
Show Gist options
  • Save leereilly/1070866 to your computer and use it in GitHub Desktop.
Save leereilly/1070866 to your computer and use it in GitHub Desktop.
JQuery Lifestream
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="https://raw.github.com/christianv/jquery-lifestream/master/jquery.lifestream-compiled.js"></script>
<script>
$("#lifestream").lifestream({
list:[
{
service: "github",
user: "leereilly"
},
{
service: "twitter",
user: "lee337reilly"
}
]
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment