Skip to content

CKEditor Media Embed Plugin, adjusted for responsive design

Notifications You must be signed in to change notification settings

robme/CKEditor-MediaEmbed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

This is a rework of the plugin designed by frozeman and meedan adjusted for the specific use of embedding YouTube videos in a responsive way.

#Installing the MediaEmbed Plugin

  1. Copy the "mediaembed" folder and place it in the ~/ckeditor/plugins directory.
  2. Enable the plugin by changing or adding the extraPlugins line in your configuration (config.js):
    config.extraPlugins = 'mediaembed';
  3. Add the button to your toolbar by adding the Mediaembed item to the toolbar list.
  4. Include the styles/mediaembed.css file in the head of the page that the edited content will appear on.

About

CKEditor Media Embed Plugin, adjusted for responsive design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • CSS 5.5%