Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.53 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.53 KB

Logo

Discourse Clyp Onebox

This plugin for Discourse extends Onebox to add support for embedding audio player widgets from Clyp in Discourse posts.

Demo

See it in action and test it out for yourself on Crit Cola's Discourse.

Installation

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/critcola/discourse-clyp-onebox.git

Rebuild the container:

cd /var/discourse
./launcher rebuild app

For the plugin to apply retroactively, you'll need to rebake old posts:

cd /var/discourse
./launcher enter app
rake posts:rebake

About Crit Cola

Crit Cola is an Overwatch clan, a growing community of PC gamers. Join our Steam group and follow us on Twitter. Cheers!

License

The Discourse Clyp Onebox plugin is released under the MIT License.