Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 666619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:50:18+00:00 2026-05-13T23:50:18+00:00

In WordPress, the Disqus plugin allows you to choose to subscribe to a post

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T23:50:18+00:00Added an answer on May 13, 2026 at 11:50 pm

    Pardon me, but I’m slightly confused by your question…

    You state that the disqus plugin used by WordPress allows you to subscribe via RSS and email…. Well so does Norman’s Disqus plugin. I am using it and can assure you that it offers the same functionality of the version WordPress uses.

    Secondly, you say that “Norman’s Disqus plugin just uses the Disqus site to make it work”… I’m not being funny here, but what do you mean by that? I’d expect Norman’s Disqus plugin to use the Disqus site, as opposed to say, BurgerKing’s site…. 🙂

    It seems that you are under the impression that Norman’s Disqus plugin doesn’t work? It works fine, just like the wordress one…

    You also say that “I was hoping to have things more stored locally.” Are you implying that you want to store your comments in your own Database? Surely not? There would be no point in using disqus if that were the case…..

    Here are some tips on getting normans disqus plugin working….

    1) gem install disqus 
    

    If you want the comments to appear when a user hits http://mysite.com/blog/1-test-post then just open up show.html.haml (or erb if you are not using haml) and add the following wherever you want the comments to appear:\

    #disqus_thread
      = disqus_thread
    

    If you are using erb then do this instead:

    <div id ="disqus_thread">
      <%= disqus_thread %>
    </div>
    

    Done.

    I can assure you that Norman’s plugin (or gem) works just the same as it does in Rails as it does on WordPress….

    Good luck – let me know if you have any trouble, I’ll be happy to help..

    EDIT:

    forgot to mention that you need to stick some things in your config/environment.rb file inside the “Rails::Initializer.run do |config|” block:

      config.after_initialize do
        Disqus::defaults[:account] = "your account name"
        # so that the comments will load up in development environment
        Disqus::defaults[:developer] = true 
        Disqus::defaults[:container_id] = "disqus_thread"
        Disqus::defaults[:show_powered_by] = false
      end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Wordpress is rendering an RSS feed at http://myurl.com/feed/rss/ but of course there's not actually
I have a problem with disqus plugin on wordpress. How to display disqus on
I'm using Disqus external comment system with Wordpress (as a WP plugin) and I'm
WordPress allows theme designers to place a 404.php file in their theme's directory. This
WordPress requires you give each blog post at least two fields: a title and
I'm using the wordpress plugin. I've found the code in the plugin file comments.php
WordPress 3.2.1 I'm creating separate page templates, however, there are some page templates that
Wordpress has a spam filtering plugin called Akismet that seems to be able to
My WordPress plugin has a table with a AUTO_INCREMENT primary key field called ID.
In wordpress Twenty Eleven theme how to show read more after one post without

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.