Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michiels/1015096 to your computer and use it in GitHub Desktop.
Save michiels/1015096 to your computer and use it in GitHub Desktop.
Tracking Facebook comments in Kissmetrics
<script type="text/javascript">
FB.Event.subscribe('comment.create', function(response) {
_kmq.push(['record', 'Comments on a post with Facebook Comments']);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment