Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

redactor-soundcloud-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redactor-soundcloud-plugin

Embed your soundcloud trak into redactor

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

redactor

FAQs

Package last updated on 02 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts