Skip to content

Instantly share code, notes, and snippets.

@sbward
Created January 6, 2014 22:38
Show Gist options
  • Save sbward/8291113 to your computer and use it in GitHub Desktop.
Save sbward/8291113 to your computer and use it in GitHub Desktop.
$('#tools li').each(function() {
analytics.trackLink($(this), 'Social Link', {
platform: $(this).attr('title')
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment