This WordPress plugin allows you to use Discourse as a community engine for your WordPress blog.
- Optionally publish all new posts to Discourse automatically
- Use Discourse to comment on blog posts with associated Discourse topics
- Periodically sync the "best" posts in Discourse topics back to the associated WordPress blog entry as WordPress comments
- Enable SSO to Discourse
- Define format of post on Discourse
- Set username of post on Discourse
- Set published category on Discourse
- Allow author to automatically track published Discourse topics
- Show comments on Discourse based on post score and commenter trust level
Download the latest release and upload it in the WordPress admin from Plugins > Add New > Upload Plugin.
If you're using Composer to manage WordPress, add WP-Discourse to your project's dependencies. Run:
composer require discourse/wp-discourse 0.7.0
Or manually add it to your composer.json
:
"require": {
"php": ">=5.3.0",
"wordpress": "4.1.1",
"discourse/wp-discourse": "0.7.0"
}
- Fork this repo
- 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 a new pull request