-
Website
http://www.robloach.net/ -
Original page
http://www.robloach.net/node/109 -
Subscribe
All Comments -
Community
-
Top Commenters
-
sreiser
7 comments · 21 points
-
antistress_jon
2 comments · 1 points
-
Rob Loach
63 comments · 29 points
-
Coldice4678 Aka JRameau
2 comments · 3 points
-
emjayess
2 comments · 1 points
-
-
Popular Threads
Problems I see right now, though:
1) since it's not tied to Drupal, you lose some other good features of comments, such as comment views, tracking pages, etc.
2) it doesn't encourage local signups, which might be a down-side for subscriptions, notifications, etc.
3) would be hard to transition a site from drupal comments to disqus (what to do with old comments, etc)
4) might make it easier to spam
I've installed it at http://aaronwinborn.com/ as a test, but have to see how to better integrate it.
Thanks for the great work (as always), Rob!
5) tied to this service, which if it goes down or you change your mind later, you lose site content
6) not sure how easy it is to retheme
Obviously the pros are pretty big, so might outweigh the cons:
1) take advantage of more social networking options
2) automatic user profiles built-in w/o configuration
3) you're well-connected to other sites using the system
4) as the system matures, maybe they'll add more/better features, such as maybe a site-rating system to block spammers
5) it raises the bar for other commenting systems
I'd like to see some brainstorming and development about how to maybe beef up the comment system (or make a new one) that's better integrated with drupal, and offers similar features.
5) You can export your blog's comments via JSON, XML, RSS, etc. Currently I backup my comments into the Drupal's tables for comments. If I change my mind or Disqus is out of business, I don't lose my content..
6) It's rather easily CSS able.
One thing I have noticed is that Disqus has driven more traffic to my blog. As people's comments get syndicated onto friendfeed and their own blog they head back to my blog for the content.
I've written a number of posts on the Disqus topic here (http://seanreiser.com/taxonomy/term/142) including a howto for integrating Disqus and Drupal (while is no longer necessary since Rob wrote the module).
i think your solution to #5, sean, would be the icing on the cake -- the module could automatically grab comments, maybe with a cron, and store them as back-up (and a way to create views, etc). that's a bit of a chore, of course, so would be a 'would-be-nice' feature.
You can already do the backup with the news aggregator module. All the other ideas we've discussed are good to haves.
At the end of the day Less Spam + More Traffic == Win when it comes to comments. ;)
Regarding backing up comments using the comment module, I just made an issue for it.... http://drupal.org/node/269010 ... Great ideas, guys!
(when you integrate disqus into tumblr, it already has this functionality. )
I love the project, I will keep track on it, but probably going to wait off until the disqus api is out or when the Comment Count is figure out.
5) Having the service go down would definitely be a problem. Some frights you have with any web service out there, be it email, calendar, etc.
6) You can use CSS to style it. Not sure how easy it is, but worth investigating.
I'm very interested in seeing how this grows. It's a very young service, and they keep adding features, so it makes me wonder how it will evolve.
1 and 2) The Disqus guys are working on their API, which would let you do some of the things you mentioned here. Right now, the module is using just a simple script embed. When they release their full blown API, the module should move to take advantage of it. This would let us do some of the things you mentioned regarding integrating it better with Drupal.
3) They're also working on import/export features for comments, so the transition doesn't completely replace your existing comments.
4) Disqus filters spam for you, along with gives you some nifty moderation options.
Thanks for testing it out! If you have any ideas/features/bugs, let me know!
additionally, it's another point that comments won't be searchable from the site.
lots of work to be done, but it looks to me as though it's worth doing as well. i like disqus, now that i'm aware of it. and i think it'll have a good home in drupal.
Do I need to enable mollom for my comment form. Or would it suffice with disqus only? Just in case they conflict. Thanks
Hash: SHA1
Hi gausarts! Disqus uses its own spam filters, which are actually pretty
effective. In addition to the spam filters, there are the user rated
comment system, which will effect whether or not people can actually see
the comment on the site. So, if someone does get a spam comment
through, it will just be rated off the thread anyway...
@RobLoach Thanks for the public release. I am interested in trying this disqus drupal module, yet I'm using v5.x (still, lol). Any chance you have a backport available?
Speaking of which, I just committed the basics of the Drupal 5 backport. http://drupal.org/node/269051 . I didn't really test it, so I'm expecting bug reports from YOU! :-) .... If you're willing to help maintain the Drupal 5 branch, then please send over your Drupal.org username so I can add you as a maintainer. Thanks a lot, any help is appreciated. Bug reports and patches especially! http://drupal.org/node/268945
The backport didn't require much because all the hooks were pretty much the same, aside from the altered menu system.
I'll look at the backport over the weekend! Thanks!
@robloach. This Disqus/Drupal module is working flawlessly. 8-)
Regards,
Czar
--
Rob Loach
http://www.robloach.net
modules are M.I.A. yet there is certainly more then enough new modules
to try (out while those are developed.) There is something pleasant
about knocking off all the crude (or feature bloat) and starting over
w/ only the core modules and building up.
P.S. This is my first attempt to reply via email. Hope nothing comes
through to awful funky. ttyl
work though! ;-)
community behind its comments, it's difficult to integrate already
existing communities in with it. At the moment, there's no way to force
Disqus to use a Drupal username. If we're given a disqus_user Javascript
variable, then we can feed that to Disqus to automatically fill in the
username field, but that's as far as we can go.
Another possible solution would require Disqus to push the OpenID
movement more, and allow your users to login to your website using the
same OpenID.
At the moment, the Drupal module uses the Disqus Javascript plugin. Once
the developer API becomes a bit nicer (http://disqus.com/developers/),
we could use that instead, and that would be a much better solution that
would help with the integration.
Any ideas you guys have would be most appreciated. Does the Wordpress or
Tumblr plugin have a viable solution?
Another quick thought I had that I'll jot in here before it escapes me, is that it would be awesome to see some kind of marriage between a system like Dries' Mollom and DISQUS. DISQUS comments are already sort of self-policing in that there are moderation options, and vote up/down thresholds, but Mollom is a slightly different open web animal serving a similar purpose, and it would be great to somehow get the best of all worlds!
I'm stoked to have such a cool commenting system to use, at long last. I can't say I like Drupal's built-in system at all!
Great work ROB.
$node->content['disqus'] = array( '#value' => $disqus, '#weight' => 50,); to $node->disqus = $disqus; and then insert it as a variable in my node.tpl underneathe the content area. That works fine but when you update it i have to edit it everytime was just curious if i am missing something in order for me not to edit the original and get the same result
But I wonder if a similar commenting feature could be available without reference to a 3rd-party service. I mean just a nice ajaxified commenting
Does this module allow for facebook integration yet?
http://mashable.com/2008/12/16/disqus-to-integr...
Now two questions:
First, how do I get my drupal comments into disqus
Second, is there a way to have disqus on a per post on/off. Well in the moment I am not prepared to have all my blog post comments run over disqus and besides the comment modules is still active. So I like to have some posts to comment over disqus and the others over drupal itself. An other way or additional options could be a selection by categories.
I like the module - thanks again
Anja