Adding TED to the out-of-the-box providers is very easy and would cause no harm, so I'm suggesting we just add it :).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jedihe created an issue. See original summary.

jedihe’s picture

FileSize
958 bytes

Patch attached.

jedihe’s picture

Status: Active » Needs review
Issue tags: +Needs tests

Updating status + adding 'Needs tests' label.

jedihe’s picture

Patch updated. Also attaching tests-only patch.

jedihe’s picture

Both the full and tests-only patches failed testing in simpletest.me, will have to check into that later.

jedihe’s picture

Fixed wrong variable name in the export.

jedihe’s picture

Testing in simplytest.me still failing for both patches in #6.

The functionality itself is working fine in the site I'm working on.

ugintl’s picture

Hey @jedihe is there any quick way to add the providers manually? Not one by one

Secondly, can you solve this https://www.drupal.org/node/2785067

Note: I do not want to use embedly

jedihe’s picture

@ugintl, you can add providers in the backend config form exposed by oembed.

Unfortunately, I'm not using oembed to mix urls with text but simply to add videos to a media field (which uses just the video url), so I can not help with #2785067: Embedding not working when link is shared with text.

jedihe’s picture

Updating the patch to use https for the oembed endpoint.