Skip to content

orangehill/redactorEmbedCodePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

embedCode is a Redactor plugin that allows users to insert embed codes from e.g. social websites (Instagram, Twitter, Facebook, Pinterest etc.)

Based on the Redactor Video Plugin code.

Usage

  1. Include the file.
  2. Add the 'embedCode' to Redactor configuration object under 'plugins'.

Example:

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

Note:

The plugin is assuming the usage of Font Awesome icon set. If you'd like to change the class used, edit the following per your liking:

<i class="fa fa-code"></i>

About

Embed Code Plugin for Redactor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published