Sha256: d86d00b061bea8576fdd41400018cdf9b05f60c2ef6bb8b5cfcb6c2dd2c157e9

Contents?: true

Size: 668 Bytes

Versions: 8

Compression:

Stored size: 668 Bytes

Contents

<% if @current_storytime_site.disqus_forum_shortname.present? %>
  <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

  /* * * DON'T EDIT BELOW THIS LINE * * */
  (function () {
    var s = document.createElement('script'); s.async = true;
    s.type = 'text/javascript';
    s.src = '//' + disqus_shortname + '.disqus.com/count.js';
    (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
  }());
  </script>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

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