dev-8.x-1.x
dev-8.x-1.x https://www.drupal.org/project/url_embedAllows embedding of URLs using the Drupal 8 WYSIWYG or link fields.
GPL-2.0+
The Requires
Allows embedding of URLs using the Drupal 8 WYSIWYG or link fields.
URL Embed module allows any URL to be embedded using a text editor., (*2)
URL Embed can be installed via the standard Drupal installation process., (*3)
/admin/config/content/formats
, and for each text format/editor combo where you want to embed URLs, do the following:
<drupal-url data-embed-url data-url-provider>
to the 'Allowed HTML tags' setting. (Will happen automatically after https://www.drupal.org/node/2554687.)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., (*4)
<drupal-url data-embed-url="https://www.youtube.com/watch?v=xxXXxxXxxxX" data-url-provider="YouTube" />
Allows embedding of URLs using the Drupal 8 WYSIWYG or link fields.
GPL-2.0+