Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ---------------------------------------------
  2. below footer on page "style.css":
  3. ---------------------------------------------
  4.  
  5. .containdisqus {
  6.     padding: 100px;
  7.   }
  8.  
  9. ---------------------------------------------
  10. below footer on page "index.html":
  11. ---------------------------------------------
  12.  
  13. <!--disqus-->
  14. <div class="containdisqus">
  15. <div id="disqus_thread"></div>
  16. </div>
  17.  
  18. ---------------------------------------------
  19. at the very bottom of page "comic_show.js"
  20. ---------------------------------------------
  21.  
  22. /**
  23.     *  RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
  24.     *  LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables    */
  25.    
  26.     var disqus_config = function () {
  27.     this.page.url = lilyintherough.neocities.org;  // Replace PAGE_URL with your page's canonical URL variable
  28.     this.page.identifier = "?pg=`" + (pg) + navScrollTo; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
  29.     };
  30.    
  31.     (function() { // DON'T EDIT BELOW THIS LINE
  32.     var d = document, s = d.createElement('script');
  33.     s.src = 'https://lilyintherough.disqus.com/embed.js';
  34.     s.setAttribute('data-timestamp', +new Date());
  35.     (d.head || d.body).appendChild(s);
  36.     })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement