Skip to content

Instantly share code, notes, and snippets.

@jack-pallot
Last active September 23, 2015 15:17
Show Gist options
  • Save jack-pallot/be77272290190d95bba3 to your computer and use it in GitHub Desktop.
Save jack-pallot/be77272290190d95bba3 to your computer and use it in GitHub Desktop.
Creates hyperlinks for elements returned from the Twitter API in plain text.
// call function
$(document).ready(function() {
var twitterFeed = TWITTER_PARSE_LINKS("#js-twitterFeed");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment