Install the WP Discourse Wordpress plugin

The first step in using the WP Discourse plugin is installing it on your Wordpress. When you’re ready to go, watch this short video, or follow the instructions below.

Next Step

Once the plugin is installed, head over to Connect WP Discourse to Discourse for the next step.


Instructions

Install from your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘WP Discourse’
  3. Activate WP Discourse from your Plugins page

Install from WordPress.org

You can find the plugin at WP Discourse – WordPress plugin | WordPress.org .

  1. Download WP Discourse
  2. Upload the ‘wp-discourse’ directory to your ‘/wp-content/plugins/’ directory
  3. Activate WP Discourse from your Plugins page

Install with Composer

If you’re using Composer to manage WordPress, add WP-Discourse to your project’s dependencies. Run:

composer require discourse/wp-discourse ~1.6.1

Or manually add it to your composer.json:

{
  "require": {
    "php": ">=5.4.0",
    "discourse/wp-discourse": "~1.6.1"
  }
}
7 Likes

What format are these videos? “No video with supported format and MIME type found.” in Firefox; just the .gif with no message in Safari.

2 Likes

They’re embedded from Loom. The video in this topic isn’t playing for me either (latest Chrome on Ubuntu.) Maybe rebaking the post would fix it. There was a change recently to how Discourse handles Loom embeds: Loom Embedded videos not playing/loading (it was working fine before) - #46 by Lilly.

2 Likes

I rebuilt the HTML and it seems to be working now. Thanks for the heads up :slight_smile:

6 Likes

Sweet! Thanks so much. :sunglasses::+1: