Skip to content

Commit

Permalink
added disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
master-lincoln committed Feb 22, 2014
1 parent 0cb95bc commit e425685
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Birdy Bird</h1>
<span class="small">Graphic resources taken from the original game Flappy Bird © Dong Nguyen
</span>
<p>
Javascript clone of Flappy Bird.<br>
Javascript clone of Flappy Bird. Don't worry, it gets faster!<br>
<a href="#" id="reset-score" class="small">
(Click here to reset you Highscore)
</a>
Expand Down Expand Up @@ -50,6 +50,22 @@ <h1>Birdy Bird</h1>
ga('send', 'pageview');
</script>

<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'birdybird'; // required: replace example with your forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.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">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>


</body>


Expand Down

0 comments on commit e425685

Please sign in to comment.