Skip to content

Instantly share code, notes, and snippets.

View nickcatal's full-sized avatar

Nick Catalano nickcatal

View GitHub Profile
@nickcatal
nickcatal / disqus.js
Created June 14, 2013 04:32
#NN13 Google Analytics Example Snippets
// Disqus Tracking
/*
Put <div id="disqus_thread"></div> above
*/
var disqus_shortname = 'yourfuckingpollingplace'; // required: replace example with your forum shortname
function track_disqus(comment) {
_gaq.push(['_trackEvent', 'Disqus', 'Comment', document.title]);
};
@nickcatal
nickcatal / facebooktracking.html
Created August 16, 2012 18:43
NOI Facebook API Tip
<html xmlns:fb="http://ogp.me/ns/fb#">
<head>
<title>This is a social tracking experiment</title>
</head><body>
<p>
Like this content
<fb:like></fb:like>
</p>