Skip to content

Instantly share code, notes, and snippets.

@embedly
Created May 5, 2010 19:28
Show Gist options
  • Save embedly/391304 to your computer and use it in GitHub Desktop.
Save embedly/391304 to your computer and use it in GitHub Desktop.
T("#login").connectButton(
{ size: "large",
authComplete: function(user) {
createUserInfo(T.currentUser);
homeTimeline();
T("#tweetbox").tweetBox({
height: 50,
width: 590,
defaultContent: "",
onTweet : function(p,h) {homeTimeline();}
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment