EmbedTagBundle

UNIX name Owner Status
EmbedTagBundle 7x stable
Version Compatible with
N/A N/A
eZ Publish 5 bundle providing custom tags for embedding content (YouTube, Vimeo, DailyMotion...)

EmbedTagBundle

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:

// ezpublish/EzPublishKernel.php

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

Usage

Edit your rich text content in the admin

Enjoy the result!

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.