WP Manifestindependent plugin directory
manifest / integrations / wp-discourse-topic-integration

Discourse Topic Integration

Building a plugin allowing the integration of Discourse topic on wordpress posts and pages.

by Matthieu Lapeyre · github.com/matthieu-lapeyre/wp-discourse-topic-integration · website

6stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/matthieu-lapeyre/wp-discourse-topic-integration/archive/refs/heads/master.zip

Declares an update source (https://github.com/matthieu-lapeyre/wp-discourse-topic-integration), so updates arrive through the plugin's own updater.

From the readme

Discourse Topic Integration Embed any discourse topic in your wordpress pages. Description This plugin allows you embedding the first post of any Discourse forum topic. Once activated, it provides a simple wordpress shortcode: which generates simple HTML code: Installation Installing "Discourse Topic Integration" can be done either by using the following steps: 1. Download this plugin 2. Upload the ZIP file through the 'Plugins Add New Upload' screen in your WordPress dashboard 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Go to your admin panel Settings Discourse Topic Integration 5. Specify your Discourse url in the Discourse base url field 6. Get the ID in topic url you want to embed 6. Create a new page and put this shortcode [discourse topicid='ID'] Changelog 0.5 Add support for Github Updater WP plugin 0.4 add author-info template 0.3 Center images by default Add templates add new option to embed full topic in order or reverse order 0.2 Add support for custom CSS 0.1 2015-06-19 Initial release

Read the full README on GitHub →