Sha256: 1ee76df679ef17b35852c40e477cd81dff259f84a1e9a217a89533af581a78b1

Contents?: true

Size: 1.23 KB

Versions: 8

Compression:

Stored size: 1.23 KB

Contents

<div class="row">
  <div class="col-md-12">
    <div class="comments">
      <div id="disqus_thread"></div>
      <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = '<%= @current_storytime_site.disqus_forum_shortname %>'; // required: replace example with your forum shortname
        var disqus_identifier = '<%= @post.id %>';
        // var disqus_title = 'a unique title for each page where Disqus is present';
        // var disqus_url = 'a unique URL for each page where Disqus is present';

        /* * * 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>
    </div>    
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
storytime-2.1.6 app/views/storytime/comments/_disqus.html.erb
storytime-2.1.5 app/views/storytime/comments/_disqus.html.erb
storytime-2.1.4 app/views/storytime/comments/_disqus.html.erb
storytime-2.1.3 app/views/storytime/comments/_disqus.html.erb
storytime-2.1.2 app/views/storytime/comments/_disqus.html.erb
storytime-2.1.1 app/views/storytime/comments/_disqus.html.erb
storytime-2.1.0 app/views/storytime/comments/_disqus.html.erb
storytime-2.0.0 app/views/storytime/comments/_disqus.html.erb