disqus.blade.php 591 B

123456789101112131415
  1. <div id="disqus_thread"></div>
  2. <script>
  3. var disqus_config = function () {
  4. this.page.url = '{{ $commentUrl }}'; // Replace PAGE_URL with your page's canonical URL variable
  5. this.page.identifier = '{{ $commentId }}'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
  6. };
  7. (function() { // DON'T EDIT BELOW THIS LINE
  8. var d = document, s = d.createElement('script');
  9. s.src = '//{{ $shortName }}.disqus.com/embed.js';
  10. s.setAttribute('data-timestamp', +new Date());
  11. (d.head || d.body).appendChild(s);
  12. })();
  13. </script>