manifest / integrations / wp-discourse-embed
WP-Discourse-Embed
WordPress plugin that lets you use Discourse as the community engine for a WordPress blog
by Arpit Jalan · github.com/arpitjalan/wp-discourse-embed · website
★ 3stars
0forks
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/arpitjalan/wp-discourse-embed/archive/refs/heads/master.zipDeclares an update source (https://github.com/techAPJ/wp-discourse-embed), so updates arrive through the plugin's own updater.
From the readme
wp-discourse-embed
This WordPress plugin allows you to use Discourse as a community engine for your WordPress blog.
Discourse Meta topic about it.
Installation
Plugin manager from your wp-admin
Download the latest code and upload it in the WordPress admin from Plugins Add New Upload Plugin.
Contributing
1. Fork this repo
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new pull request