What's open-source commenting system are avail

2019-09-03 07:41发布

My site has several listing pages and on each page, I'd like to enable a commenting mechanism, but I want it to be as open source as humanly possible. This means full use of OpenID's, Facebook connect, etc. Does such a system exist that'll allow users to post their comments on my listing pages?

By the way, my site utilizes a LAMP architecture.

3条回答
冷血范
2楼-- · 2019-09-03 07:59

I had a similar question a few weeks back. Check it out, there are self-hosted and externally-hosted solutions.

Unobtrusive, self-hosted comments function to put onto existing web pages

查看更多
Juvenile、少年°
3楼-- · 2019-09-03 08:01

How about YATCP?

Or this one?

查看更多
干净又极端
4楼-- · 2019-09-03 08:09

Your use of "open-source" is confusing in this context. Facebook Connect is closed-source, and OpenID isn't anything-source - it's a standard, and there are both open- and closed-source implementations of that standard.

You seem to mean simply "a wide variety of authentication methods". There are oodles of plugins for OpenID/Facebook/Twitter/etc. authentication on most of the major CMSes. If you want an all-in-one system, DISQUS is the best I've seen. It's a pretty simple JavaScript drop-in, and has an API for exporting comments into other systems like WordPress.

查看更多
登录 后发表回答