# Clyp Onebox for Discourse

**URL:** https://meta.discourse.org/t/clyp-onebox-for-discourse/54636
**Category:** Plugin
**Created:** [December 22, 2016, 7:44am UTC](https://meta.discourse.org/t/clyp-onebox-for-discourse/54636 "2016-12-22T07:44:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DanielMarquard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/danielmarquard/32/74010_2.png) [@DanielMarquard](https://meta.discourse.org/u/DanielMarquard)
#### Post date: [December 22, 2016, 7:44am UTC](https://meta.discourse.org/t/clyp-onebox-for-discourse/54636/1 "2016-12-22T07:44:01Z")

</div>

# [Discourse Clyp Onebox](https://github.com/critcola/discourse-clyp-onebox)

This plugin for Discourse extends Onebox to add support for embedding audio player widgets from [Clyp](https://clyp.it/) in Discourse posts.

## Demo

See it in action and test it out for yourself on [Crit Cola’s Discourse](https://critcola.com/?utm_source=meta.discourse.org&utm_medium=plugin-topic&utm_term=demo&utm_content=discourse-clyp-onebox&utm_campaign=development).

## Installation

Add the plugin’s repository URL to your container’s `app.yml` file, for example:

```yml
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/critcola/discourse-clyp-onebox.git

```

Rebuild the container:

```plaintext
cd /var/discourse
./launcher rebuild app

```

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

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

```

## License

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