How do I add Disqus commenting in Quarto?

Is it possible to use Disqus comments in Quarto? I don't see it listed on the Disqus GitHub repo.

I know that commenting is possible using Hypothes.is, Utterances, and Giscus, but was just wondering if Disqus is also supported, or if there are plans to support it.

Disqus is implemented in JavaScript and JavaScript can be embedded in Quarto. Not exactly plug and play, though.

Quarto supports natively other commenting solution that Disqus
See Quarto - HTML Basics in the Commenting section

If the above option does not work for you and you need Disqus exactly, then you would need to insert the JS script yourself using some customisation. See maybe Is there a way to include disqus or any other custom script with comment system on quarto blogpost? · Discussion #2168 · quarto-dev/quarto-cli · GitHub

Hope it helps

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.