1.1.2 • Published 5 years ago

ckeditor5-youtube-embed v1.1.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 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

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago