Created on 4 November 2022, over 2 years ago
Updated 20 May 2024, about 1 year ago

Problem/Motivation

Initially, I "only" wanted the YouTube overlay translated, but did not find the spot to do. Further analysis revealed that open.iframe.ly is used when YouTube videos (and supposedly other media) are embedded. Iframely however told me that this is an API only meant for demo purposes and that an API key for the paid service would have to be used. This wrong use (from Iframely's point of view) may originate from the WP version already.

Steps to reproduce

Embed YouTube video via respective Gutenberg block.

Proposed resolution

Clarify API use to be compliant with Iframely's licensing AND translatable.

💬 Support request
Status

Active

Version

2.0

Component

Code

Created by

🇩🇪Germany thomas.wardin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇵🇹Portugal marcofernandes

    Yep, leftovers of old core Gutenberg embed handling. It should be using Drupal Gutenberg's own embed provider. That's why we have a setting for providers at the text format settings :)
    By enabling the Media module, Gutenberg will use Media's embed provider. So it can used as a workaround.

  • 🇵🇹Portugal marcofernandes

    Moving this to normal since we have a alternative by using Media module.
    Ideally I would like to avoid a dependency to Media module and try to solve this either with a library or a free service. Feedback is welcome 😉
    Btw, Youtube embeds uses Youtube's own service and this is defined at the Oembed settings:
    /admin/config/content/formats/manage/gutenberg
    Also valid for Vimeo and Twitter/X.

Production build 0.71.5 2024