Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.27 KB

media-embed.md

File metadata and controls

34 lines (21 loc) · 1.27 KB
category
api-reference

Media embed feature for CKEditor 5

npm version

This package implements the media embed feature for CKEditor 5. You can use it to insert embeddable media such as YouTube or Vimeo videos and tweets into your rich-text content.

Demo

Check out the {@link features/media-embed#demo demo in the Media embed feature} guide.

Documentation

See the {@link features/media-embed Media embed feature} guide and the {@link module:media-embed/mediaembed~MediaEmbed} plugin documentation.

Installation

npm install --save @ckeditor/ckeditor5-media-embed

Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-media-embed.

External links