Create the Disqus JavaScript embed file
masterTo enable Disqus comments, create a file named disqus.js in your Resources folder. This file will dynamically load the Disqus embed script. Ensure you replace REPLACE-WITH-SHORTNAME in the URL with your actual Disqus shortname.
(function() {
var t = document,
e = t.createElement("script");
e.src = "https://REPLACE-WITH-SHORTNAME.disqus.com/embed.js", e.setAttribute("data-timestamp", +new Date), (t.head || t.body).appendChild(e)
})();