This plugin for Discourse uses the discourse-api to decorate the cooked-posts. Primary usage is for properly embedding Humblebundle.com-Links in Discourse posts and parsing them into better looking iframes.
- Gamebundles
- Bookbundles
- Softwarebundles
- Comicbundles
- Single-Games
- Monthly
- Checkboxes for supporting types
- Input for API-Endpoint
Add the plugin's repository URL to your container's app.yml
file, for example:
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/kokoro-ko/discourse-humble-box
Rebuild the container:
cd /var/discourse
./launcher rebuild app