Embed your soundcloud trak into redactor
npm install redactor-soundcloud-plugin##Redactor-soundcloud-plugin
Embed your soundcloud track into redactor
###How to install
using __bower__:
```
bower install redactor-soundcloud-plugin
using __npm__:
``
npm install redactor-soundcloud-plugin
###Usage
#####import redactor-soundcloud.js
if you installed with __bower__:
``
if you installed with __npm__:
``
#####insert plugin in redactor config, example:
`
$('#redactor').redactor({
plugins: ['soundcloud']
});
``
#####READY! see example:
!gif
Thanks @lucasMezencio for your review
Made with <3 by @dielduarte