PHPackages                             mciszczon/kirby-editor-lite-youtube-embed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mciszczon/kirby-editor-lite-youtube-embed

ActiveKirby-plugin

mciszczon/kirby-editor-lite-youtube-embed
=========================================

Kirby Editor block for lite-youtube-embed

v1.0.0(5y ago)49[2 issues](https://github.com/mciszczon/kirby-editor-lite-youtube-embed/issues)MITVuePHP &gt;=7.2.0

Since Nov 14Pushed 5y agoCompare

[ Source](https://github.com/mciszczon/kirby-editor-lite-youtube-embed)[ Packagist](https://packagist.org/packages/mciszczon/kirby-editor-lite-youtube-embed)[ Docs](https://github.com/mciszczon/kirby-editor-lite-youtube-embed)[ RSS](/packages/mciszczon-kirby-editor-lite-youtube-embed/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Kirby Editor Block: Lite YouTube Embed
======================================

[](#kirby-editor-block-lite-youtube-embed)

> Kirby Editor custom block to render `lite-youtube-embed` custom element based on [Paul Irish's custom HTML element](https://github.com/paulirish/lite-youtube-embed).

Installation
------------

[](#installation)

### Step 1: Plugin installation

[](#step-1-plugin-installation)

You can either use `composer` automatic installation, which is the preferred way:

```
$ composer require mciszczon/kirby-editor-lite-youtube-embed

```

or you can simply clone this repository to your plugins folder inside the Kirby CMS installation folder (that's `/your_project/site/plugins/`):

```
$ git clone git@github.com:mciszczon/kirby-editor-lite-youtube-embed.git

```

### Step 2: Setting up `lite-youtube-embed` assets

[](#step-2-setting-up-lite-youtube-embed-assets)

After that you will still need to include additional `lite-youtube-embed` assets in your templates, otherwise the plugin will not work.

Again, you could go two ways here:

1. You might want to manually install the package and manually include its assets into your current css and js assets;
2. Or you can use assets that's already provided by this plugin.

If you choose to use the out-of-box-available assets provided by the plugin, call these in templates where the plugin is used:

```
