Sha256: 8339fcd7cdc161323f2fc9e09cdb6ecec876743aaff8c3d1a456b2a1289b9dea

Contents?: true

Size: 679 Bytes

Versions: 3

Compression:

Stored size: 679 Bytes

Contents

<script type="text/javascript">
  /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  var disqus_shortname = '<%= Monologue::Config.disqus_shortname%>'; // required: replace example with your forum shortname

  <% if Rails.env.development?  %>
  var disqus_developer = 1; // developer mode is on
  <% end %>


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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
monologue-0.5.0 app/views/layouts/monologue/application/_disqus.html.erb
monologue-0.4.1 app/views/layouts/monologue/application/_disqus.html.erb
monologue-0.4.0 app/views/layouts/monologue/application/_disqus.html.erb