dcs-wordpress-plugin allows to integrate your WordPress blog with your
Discourse forum. It is part of Docuss, a set
of tools to integrate websites and web apps with Discourse.
This project is not active anymore. Fixes are provided to existing users, but I stopped working on new features. You might want to check DiscPage, which is somehow a simplified version of Docuss.
-
Download this repository and copy the
docussfolder to your Wordpresspluginsfolder (the full path is often/var/www/wordpress/wp-content/plugins/). -
Set the Owner and Group of the
docussfolder to the same values as the other Wordpress files.For example, if you run
ls -lin thepluginsfolder and see this:drwxr-xr-x 3 root root 4096 Aug 14 17:30 docuss -rw-r--r-- 1 www-data www-data 28 Jun 5 2014 index.phpthen run
chown www-data:www-data docuss/so that it looks like this:drwxr-xr-x 3 www-data www-data 4096 Aug 14 17:30 docuss -rw-r--r-- 1 www-data www-data 28 Jun 5 2014 index.php
-
Optional: in the plugin folder, edit
dcs-website.jsonto define where and how you want comments/discussions to be added to your blog (see the documentation here). -
Activate the plugin (and do this again each time you modify
dcs-website.json). -
Check that the generated
jsonfile is accessible at this url:http://your.wordpress.blog/wp-content/plugins/docuss/dcs-website.php -
Install the Docuss plugin in your Discourse instance and set it up with the above url.
See here.