Multi-Site Wordpress with single-site Discourse

I’m trying to implement Discourse commenting on a multi-site WordPress install. The basic idea is to have all of the posts on all of the sites publish to a single aggregated Discourse install, and have the Discourse discussions post back to the comments of the corresponding blog that posted the original content. This is to be accomplished via the WordPress Discourse plugin

I am migrating (in theory) from bbPress, and basically trying to replicate the function of the bbPress Topics for Posts plugin.

WordPress Multisite
http://network.example.com
http://exampleONE.com
http://exampleTWO.com
http://exampleTHREE.com

Discourse
http://forum.example.com

Working

  • WP Discourse plugin (configured at site level, not network level)
  • all sites publishing posts to forum.example.com as expected
  • corresponding Discourse topics correctly flagged categoryONE, categoryTWO, etc.
  • SSO w/ endpoint http://network.example.com

It seems like this concept might not be possible when I get to the point of the Embed settings at: http://forum.example.com/admin/site_settings/category/embedding

If I understand correctly, this setup would require multiple embeddable host fields to tell Discourse which exampleXXX.com site to post the comments back to.

Is there a way to get this to work as currently conceived? If not, what would I need to change? Discourse Multisite seemed to be geared toward a setup with discreet forums for each WP site/sub-site.

2 Likes

When using the wordpress discourse plugin you do not need to complete the
embed section on the discourse forums. That is for static blogs.

2 Likes

If I understand you correctly: the embeddable hosts file is not required, and if the posts from exampleTWO.com are being published to forum.example.com (Discourse), replies on that topic should be sent/synced back to the comments section on exampleTWO.com?

Current status:
exampleTWO.com (not working as desired)

  • no replies posted back to comment section
  • “Start the discussion at forums.example.com” in comments section

network.example.com (currently entered in embeddable host) (works)

  • “Notable Replies” posted back to comment section
  • “Continue the discussion at forums.example.com
  1. Is there a way for users to comment at the blog(s), and have that echoed back to forums.example.com?
  2. Why might exampleTWO.com not be functioning like network.example.com? [RESOLVED]

exampleTWO.com settings:

At some point, I must have disabled comments and the option to toggle them on and off per post.

Fixed with:
Screen options…

Screen options > Comments

Discussion > Allow comments.

Still looking for a way to fully comment on the blog(s) and have it echo back to Discourse.