Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 829 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 829 Bytes

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