1.1.2 • Published 6 years ago

ckeditor5-youtube-embed v1.1.2

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Youtube embed plugin

Simple plugin for creating a Youtube embed.

Initialize

Import the plugin

import Youtube from 'ckeditor5-youtube-embed/youtube'

Include the plugin

Editor.builtinPlugins = [
	Youtube
]

Add the button to the toolbar

Editor.defaultConfig = {
	toolbar: {
		items: [
			'youtube'
		]
	}
}

Usage

  • Click on the Youtube embed button in the toolbar
  • Enter the Youtube URL in the prompt
  • The element is created

Structure

The plugin will add the element as shown below

<div class="youtube-embed">
	<iframe src="https://www.youtube.com/embed/id"></iframe>
</div>
1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago