Contributors: Matthieu Lapeyre, hlashbrooke Tags: discourse, wordpress, plugin Requires at least: 3.9 Tested up to: 4.0 Stable tag: 0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Embed any discourse topic in your wordpress pages.
This plugin allows you embedding the first post of any Discourse forum topic.
Once activated, it provides a simple wordpress shortcode:
[discourse topic_id="xxx" type="subject/full/reverse-full/author-info"]
which generates simple HTML code:
<h1> {Title} </h1>
<h2> {Author} <h2>
{content}
<button> {Link to the topic} </button>
Installing "Discourse Topic Integration" can be done either by using the following steps:
- Download this plugin
- Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to your admin panel
Settings > Discourse Topic Integration
- Specify your Discourse url in the
Discourse base url
field - Get the ID in topic url you want to embed
- Create a new page and put this shortcode
[discourse topic_id='ID']
- Add support for Github Updater WP plugin
- add author-info template
- Center images by default
- Add templates
- add new option to embed full topic in order or reverse order
- Add support for custom CSS
- 2015-06-19
- Initial release