summaryrefslogtreecommitdiff
path: root/_includes/disqus.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/disqus.html')
-rw-r--r--_includes/disqus.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/_includes/disqus.html b/_includes/disqus.html
new file mode 100644
index 0000000..8b07c75
--- /dev/null
+++ b/_includes/disqus.html
@@ -0,0 +1,23 @@
+<div id="disqus">
+ <div id="disqus_thread"></div>
+ <script type="text/javascript">
+ /**
+ * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
+ */
+ (function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+ dsq.src = 'http://lumberjaph.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
+ </script>
+ <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=lumberjaph">comments powered by Disqus.</a></noscript>
+ <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
+ <script type="text/javascript">
+ var disqus_shortname = 'lumberjaph';
+ (function () {
+ var s = document.createElement('script'); s.async = true;
+ s.src = 'http://disqus.com/forums/lumberjaph/count.js';
+ (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
+ }());
+ </script>
+</div>