Skip to content

Instantly share code, notes, and snippets.

@pinktrink
Created September 25, 2012 02:31
Show Gist options
  • Save pinktrink/3779651 to your computer and use it in GitHub Desktop.
Save pinktrink/3779651 to your computer and use it in GitHub Desktop.
twitterfly
$(function(){
$("#tweet-feed").twitterfly({
feeds : [
{
handle : "#FWGangnamStyle"
}
],
tweet_html : '<div><table cellspacing="0" cellpadding="0" border="0" class="tweet-box"><tr><td class="imgcell"><a href="http://twitter.com/{{HANDLE}}" target="_blank"><img src="{{IMAGE}}" alt=""></img></a></td><td><div class="tweet-user"><a href="http://twitter.com/{{HANDLE}}" target="_blank">{{HANDLE}}</a><span> on {{TIME}}</span></div><div class="tweet-text">{{TWEET}}</div></td></tr></table></div>'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment