angus
(Angus McLeod)
April 6, 2022, 12:52pm
1
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
Visit ‘Plugins > Add New’
Search for ‘WP Discourse’
Activate WP Discourse from your Plugins page
You can find the plugin at WP Discourse – WordPress plugin | WordPress.org .
Download WP Discourse
Upload the ‘wp-discourse’ directory to your ‘/wp-content/plugins/’ directory
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
tantramar
(Christopher Mackay)
March 26, 2024, 9:26pm
2
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
simon
March 26, 2024, 11:19pm
3
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
Lilly
March 26, 2024, 11:28pm
4
I rebuilt the HTML and it seems to be working now. Thanks for the heads up
6 Likes
CAX.DO
(Max)
April 22, 2025, 6:24am
6
Hi @angus Thank you for your work. I’d like to ask if it is possible to synchronize WordPress posts to different categories.
angus
(Angus McLeod)
April 22, 2025, 6:49am
7
Hello @CAX.DO , you can select the category you wish the Wordpress post to be published to when you’re composing the post in Wordpress. If you’re using the new Gutenberg composer check out the Discourse sidebar on the right.
See further:
1 Like