drupal_mods/url_embed

Allows embedding of URLs using the Drupal 8 WYSIWYG or link fields.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:drupal-module

dev-8.x-1.x 2018-02-04 17:51 UTC

This package is not auto-updated.

Last update: 2024-04-19 18:53:35 UTC


README

Travis build status Scrutinizer code quality

URL Embed module allows any URL to be embedded using a text editor.

Requirements

Installation

URL Embed can be installed via the standard Drupal installation process.

Configuration

  • Install and enable Embed module.
  • Install and enable URL Embed module.
  • Go to the 'Text formats and editors' configuration page: /admin/config/content/formats, and for each text format/editor combo where you want to embed URLs, do the following:
    • Enable the 'Display embedded URLs' filter.
    • Drag and drop the 'URL' button into the Active toolbar.
    • If the text format uses the 'Limit allowed HTML tags and correct faulty HTML' filter, ensure the necessary tags and attributes are whitelisted: add <drupal-url data-embed-url data-url-provider> to the 'Allowed HTML tags' setting. (Will happen automatically after https://www.drupal.org/node/2554687.)

Usage

  • For example, create a new Article content.
  • Click on the 'URL' button in the text editor.
  • Enter the URL that you want to embed.
  • Optionally, choose to align left, center or right.

Embedding URLs without WYSIWYG

Users should be embedding URLs using the CKEditor WYSIWYG button as described above. This section is more technical about the HTML markup that is used to embed the actual URL.

<drupal-url data-embed-url="https://www.youtube.com/watch?v=xxXXxxXxxxX" data-url-provider="YouTube" />