Youtube Plugin

This plugin allows inserting Youtube videos using embed code or just the video URL.

Installation

Follow these steps:

  1. Extract the downloaded file into the CKEditor’s plugins folder.
  2. Enable the plugin by changing or adding the extraPlugins line in your configuration (config.js):
config.extraPlugins = 'youtube';
Configuration

You can also change the default plugin options on config.js:

Video width:

config.youtube_width = '640';


Video height:

config.youtube_height = '480';


Make responsive (ignore width and height, fit to width):

config.youtube_responsive = true;


Show related videos:

config.youtube_related = true;


Use old embed code:

config.youtube_older = false;


Enable privacy-enhanced mode:

config.youtube_privacy = false;


Start video automatically:

config.youtube_autoplay = false;


Show player controls:

config.youtube_controls = true;


Disable the change of settings. The elements on the list will be disabled (but still visible). See the available element list below.

config.youtube_disabled_fields = ['txtEmbed', 'chkAutoplay'];

List of UI elements:

  • txtEmbed
  • txtUrl
  • txtWidth
  • txtHeight
  • chkResponsive
  • chkNoEmbed
  • chkRelated
  • chkOlderCode
  • chkPrivacy
  • chkAutoplay
  • txtStartAt
  • chkControls

Screenshots

youtube

342,800 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 2.1.18

DownloadRelease notes

  • Fix width and height validation
  • Fix `disabled is undefined` in `handleLinkChange`
  • lang / it: add missing `txtNoEmbed` key
  • Add workflow to publish a release on NPM and on Github Release

I would like to thank MRoci to all the fixes on this release. Thank you so much!

Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check