wp-discourse
This WordPress plugin allows you to use Discourse as a community engine for your WordPress blog. The basic function of the plugin is:
-
Each WordPress blog post can optionally create an associated Discourse topic.
-
Use Discourse to comment on blog post with associated Discourse topic.
-
Periodicially sync the "best" posts in those Discourse topics back to the associated WordPress blog entry as WordPress comments.
Here's a screenshot of WP-Discourse in action at How-To Geek, which is a WordPress blog backed with a Discourse forum:
And there are tons of options:
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request