--- category: api-reference --- # Media embed feature for CKEditor 5 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-media-embed.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-media-embed) 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 ```bash 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 * [`@ckeditor/ckeditor5-media-embed` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-media-embed) * [`ckeditor/ckeditor5-media-embed` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-media-embed) * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues) * [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)