Skip to content

Commit

Permalink
Add disqus to tutorial page
Browse files Browse the repository at this point in the history
  • Loading branch information
ebadawy committed Jul 7, 2015
1 parent 52e2a9c commit b5d4821
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Support/bonecard/tutorial/index.html
Expand Up @@ -24,4 +24,9 @@
{% include ajax_loader.html %}

<div class="slider-for"></div>
<div class="slider-nav"></div>
<div class="slider-nav"></div>

</br>
</br>
</br>
{% include disqus.html %}
13 changes: 13 additions & 0 deletions _includes/disqus.html
@@ -0,0 +1,13 @@
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'ehab-bonecard';

/* * * 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="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>

0 comments on commit b5d4821

Please sign in to comment.