/wp-discourse

WordPress plugin that lets you use Discourse as the community engine for a WordPress blog

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request