lolautruche/embedtag-bundle

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

Maintainers

👁 lolautruche

Package info

github.com/lolautruche/EmbedTagBundle

pkg:composer/lolautruche/embedtag-bundle

Statistics

Installs: 5 203

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

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

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 4a75682dda963e6b8061630a3a93d67e213b7259

  • Jerome Vieilledent <lolautruche.woop@gmail.com>

This package is auto-updated.

Last update: 2026-06-19 00:08:56 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