tdreyno / disqusparty forked from norman/disqus
- Source
- Commits
- Network (12)
- Issues (0)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
master
tdreyno (author)
Thu May 28 17:03:45 -0700 2009
commit 93bc5e66f8e359dc34d49e623e5a8d54d06bf61c
tree fc21cacfb1cf94789a46eea0783503b574a8712f
parent a6bee25987ae3b76c8671f15420a1947038bb4d0
tree fc21cacfb1cf94789a46eea0783503b574a8712f
parent a6bee25987ae3b76c8671f15420a1947038bb4d0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jan 17 12:31:07 -0800 2009 | |
| |
MIT-LICENSE | Thu May 21 07:50:10 -0700 2009 | |
| |
README.rdoc | Thu May 21 10:17:11 -0700 2009 | |
| |
Rakefile | Thu May 28 17:03:39 -0700 2009 | |
| |
VERSION | Thu May 28 17:03:45 -0700 2009 | |
| |
lib/ | Wed May 27 04:44:12 -0700 2009 | |
| |
test/ | Thu May 21 10:17:11 -0700 2009 |
README.rdoc
Disqus Ruby Gem
The Disqus Gem helps you easily integrate the Disqus commenting system into your website. It works for any site programmed in Ruby.
What is Disqus?
From the Disqus website:
"Disqus, pronounced "discuss", is a service and tool for web comments and discussions. The Disqus comment system can be plugged into any website, blog, or application. Disqus makes commenting easier and more interactive, while connecting websites and commenters across a thriving discussion community."
"Disqus is a free service to the general public with absolutely no inline advertisements."
Get it
gem install tdreyno-disqusparty --source http://gems.github.com
Use it:
Configure it:
Generic example:
Disqus::defaults[:account] = "my_disqus_account" # Optional, only if you're using the API Disqus::defaults[:api_key] = "my_disqus_api_key"
Options
:api_key => "" # your api key :account => "", # your disqus account
Work with the Disqus API:
See the Disqus::Api class for more info on the Disqus API. You can also read the Disqus developer info here.
Hack it:
Github repository:
http://github.com/tdreyno/disqusparty
Learn more about Disqus:
Thanks to the following contributors:
- Matt Van Horn - Disqus API
