PHP Classes

File: parts/comments.php

Recommend this page to a friend!
  Classes of Victor Andeloci   One WordPress Game Theme   parts/comments.php   Download  
File: parts/comments.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: One WordPress Game Theme
WordPress theme for a gaming blog and podcast
Author: By
Last change:
Date: 1 year ago
Size: 596 bytes
 

Contents

Class file image Download
<div id="commentsContainer">
    <div class="disqus-comments-container">
        <div id="disqus_thread"></div>
        <script>
            (function() {
                var d = document, s = d.createElement('script');
                s.src = 'https://playerselect.disqus.com/embed.js';
                s.setAttribute('data-timestamp', +new Date());
                (d.head || d.body).appendChild(s);
            })();
        </script>
        <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    </div>
</div>