lolautruche/embedtag-bundle

Collection of custom tags for eZ Publish, to embed external content like from YouTube, DailyMotion or Vimeo

v1.0.3 2019-03-18 09:21 UTC

This package is auto-updated.

Last update: 2024-04-18 19:41:36 UTC


README

eZ Publish 5 bundle providing custom tags for XmlText FieldType, allowing to embed external content. It is compatible with eZ Publish 5.3 / 2014.03 and superior.

Features

Current implementation provides custom tags support for:

  • YouTube
  • Vimeo
  • DailyMotion

Custom tags can be edited in the admin interface.

Installation

This bundle is available on Packagist. You can install it using Composer:

$ composer require lolautruche/embedtag-bundle:@stable

Then add the bundle to your application:

<?php
// ezpublish/EzPublishKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Lolart\Bundle\EmbedTagBundle\LolartEmbedTagBundle(),
        // ...
    );
}

Usage

Edit your rich text content in the admin

eZ Online Editor custom tag

Provide the content's URL

Enjoy the result!

Enjoy the result