No commit activity in last 3 years
No release in over 3 years
A comments component for Noodall using Disqus
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Noodall Comments Component using Disqus

Noodall Comments allows you to add Disqus comments to your Noodall Nodes.

Install

Add to your Gemfile

gem 'noodall-components-disqus-comments', :git => 'git@github.com:noodall/noodall-components-disqus-comments.git'

Run bundle install

bundle install

Configuration

You need to tell Disqus what your shortname is.

Add to your config/initializers/noodall.rb

NoodallComponentsDisqusComments.shortname = "<shortname here>"

To override developer mode in the development environment:

if Rails.env.development?
  NoodallComponentsDisqusComments.developer_mode = 0
end

See their docs (http://docs.disqus.com/developers/universal/) for more information

This project rocks and uses MIT-LICENSE.