Advertisement
Guest User

Untitled

a guest
Oct 11th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. {{!--
  2. <section class="post-full-comments">
  3. <div id="disqus_thread"></div>
  4. <script>
  5.  
  6. /**
  7. * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
  8. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
  9. /*
  10. var disqus_config = function () {
  11. this.page.url = "{{url absolute="true"}}"; // Replace PAGE_URL with your page's canonical URL variable
  12. this.page.identifier = "ghost-{{comment_id}}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
  13. };
  14. */
  15. (function() { // DON'T EDIT BELOW THIS LINE
  16. var d = document, s = d.createElement('script');
  17. s.src = 'https://blogege.disqus.com/embed.js';
  18. s.setAttribute('data-timestamp', +new Date());
  19. (d.head || d.body).appendChild(s);
  20. })();
  21. </script>
  22. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  23.  
  24. </section>
  25. --}}`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement