1.0.3 • Published 8 years ago

redactor-soundcloud-plugin v1.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

##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:

<script src="bower-components/redactor-soundcloud-plugin/redactor-soundcloud.js"></script>

if you installed with npm:

<script src="node_modules/redactor-soundcloud-plugin/redactor-soundcloud.js"></script>

#####insert plugin in redactor config, example:

$('#redactor').redactor({
	plugins: ['soundcloud']
});

#####READY! see example:

gif

Thanks @lucasMezencio for your review

Made with <3 by @dielduarte