disqus

What the Comments Say About Your Website

What can you learn about a site from the volume and quality of its comments? In other words, what can you learn about your audience, the commenting interface, etc., by tracking comments? ...

Commenting systems: loading different comment threads through callbacks

I'm looking for a commenting system with a specific feature, and I wondered if anyone could advise. I want to be able to load different comment threads without reloading the entire page, via JavaScript callbacks. That means I need a commenting system that allows multiple comment threads to be associated with the same URL, with threads d...

How to integrate Disqus plugin for WordPress with JQuery Ajaxed content?

I have implemented JQuery Ajax for dynamic content retrieval for my WordPress blog. But now I have a problem with DISQUS plugin, it just do not load anymore, because page is not reloading. For other small scripts I have used LiveQuery plugin for JQuery and it worked out well, but DISQUS is too complicated for me. Maybe someone could give...

Disqus Integration with my authentication system

Is it possible to integrate Disqus with my existing authentication solution? I am developing a app using RoR and authologic! ...

Does anyone know where I can find documentation on the Disqus data model?

I'm trying to write a server side Disqus integration with PHP and I'm just getting the basics of my model together. The issue is I can only seem to find documentation on the response format and API methods/parameters, NOT on the actual data returned by each call (beyond the general structure of the response). I was wondering if anyone...