Creating a website forum/discussion group with Disqus?

前端 未结 5 1627
执念已碎
执念已碎 2021-02-02 11:09

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 f

相关标签:
5条回答
  • 2021-02-02 11:30

    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.

    0 讨论(0)
  • 2021-02-02 11:33

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

    0 讨论(0)
  • 2021-02-02 11:35

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

    0 讨论(0)
  • 2021-02-02 11:47

    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.

    0 讨论(0)
  • 2021-02-02 11:48

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

    0 讨论(0)
提交回复
热议问题