Creating a website forum/discussion group with Disqus?
Asked Answered
U

5

22

Disqus seems increasingly popular for comments on website blogs. It is impressive what a good job it does integrating with Facebook, Twitter, et al.

For those that are familiar with Disqus and its API, would it possible to create a forum/dsicussion group where the visitor doesn't just comment on existing topics but can create topics themselves using Disqus?

Upturned answered 2/1, 2011 at 12:17 Comment(0)
K
6

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.

Kappel answered 20/4, 2011 at 22:57 Comment(0)
G
4

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.

Gavrielle answered 29/3, 2012 at 16:44 Comment(0)
S
0

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 :)

Sailcloth answered 27/1, 2011 at 13:1 Comment(0)
R
0

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

Repository answered 18/2, 2013 at 11:34 Comment(0)
W
0

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!!

Wellspoken answered 3/9, 2014 at 21:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.