Skip to content

Instantly share code, notes, and snippets.

@mehdimehdi
Created October 16, 2013 19:04
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 mehdimehdi/7013024 to your computer and use it in GitHub Desktop.
Save mehdimehdi/7013024 to your computer and use it in GitHub Desktop.
BazaarVoice <-> PunchTab integration
PT.event.bind('main.comment', function (response) {
if (response && response.commentID) {
_ptq.push(['review', {points: 100, ref_id: response.commentID}]);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment