Creating a website forum/discussion group with Disqus?

萝らか妹 提交于 2019-12-02 20:28:42

Disqus provides comment threads for any URL, whether that URL is for a blog post or for a forum topic.

If you provide a way for users to create some kind of page (whether you call it a blog post or a forum topic), Disqus will then provide a comment thread for it.

Using Tumblr it is pretty easy to set up a blog that allows random people to submit new posts, which when approved show up as a new URL that could be considered a Forum Topic.

On Tumblr, random people can also ask questions of a blog, which when answered show up as new URL that could also be considered a Forum Topic.

The only downside is that all new Topics then require explicit moderator approval before they show up on the site, but given spam problems this isn't that big of a deal.

To get around even this one small downside, you could easily create a very small web app which merely allowed Disqus users to create new Topics, or pages, on the web app site.

Either way, the only real work that needs to be done is on the design side of things, making pages look more like the conversation is the primary focus rather than the original post topic. When you think about it, this is the only real difference between a forum and a blog as the information structure for both is the same.

Disqus via the Universal API allows for you to create categories, threads and post structure which is basically your typical forum layout. Most of the API methods have a beta label on them. Check it out here: http://disqus.com/api/docs/

To answer your question - Yes it's possible to develop your own forum solution using disqus API - Just requires a lot of backend work on your part as a developer.

I also was interested in this question. After googling and looking around I answered myself that it's not possible now. Maybe it will be the next step of the Disqus's evolution :)

Maybe Discourse is that you are looking for - http://www.discourse.org/

Discourse is free if you host the data yourself. If you want free 3rd party hosting, there are http://www.proboards.com/, http://boardhost.com/, https://muut.com/ (beta).

Disqus! You should implement this forum feature!!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!