Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created July 6, 2011 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kinlane/1066419 to your computer and use it in GitHub Desktop.
Save kinlane/1066419 to your computer and use it in GitHub Desktop.
Facebook Like with Google Analytics
FB.Event.subscribe('edge.create', function(targetUrl) {
_gaq.push(['_trackSocial', 'facebook', 'like', targetUrl]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment