How do I add the Disqus comment system to a Rails application in a similar fashion to Wordpress?

Posted by Eric Lubow on Stack Overflow See other posts from Stack Overflow or by Eric Lubow
Published on 2010-03-14T22:06:01Z Indexed on 2010/03/14 22:15 UTC
Read the original article Hit count: 353

Filed under:
|
|

In Wordpress, the Disqus plugin allows you to choose to subscribe to a post via RSS or via email. Is there a pluign similar to the Wordpress plugin for Rails. Norman's Disqus plugin just uses the Disqus site to make it work. I was hoping to have things more stored locally. For an example of what I mean, take a look at this blog entry.

I already know that since Rails (this application in particular) is using Authlogic (plus Facebook Connect), that Disqus cannot be too tightly coupled with the Authentication system. Has anyone ever done this or figured out a way to do this?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about disqus