Hi,
I did a quick and dirty wordpress plugin so you can easily embed topic content in your wordpress pages using a shortcode. It is still beta AND I’m not a webdevelopper so be careful using it for the moment.
To use it, you just need to provide the url of your discourse forum in the plugin settings and then add this shortcode [discourse topic_id='xxx']
in the editor.
It will include the first post of the topic as pure html in the wordpress page. I did it so our community can create and maintain their project presentation on the forum while it is nicely displayed in the main web site.
Here you have an example:
https://www.poppy-project.org/test-discourse-shortcode/
The code is here:
https://github.com/matthieu-lapeyre/wp-discourse-topic-integration/
It stills miss some CSS and template but the base is here.
Contributions and extensions are very welcome