From 011f2aad7ee1273535b4ba98331d2f755d250051 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 20 Jun 2014 18:57:15 +0000 Subject: [PATCH] Add Animoto to the list of oEmbed providers. Example video: http://animoto.com/play/MlRRgXHhoT8gOZyHanM6TA. Props lritter. Fixes #28265. Built from https://develop.svn.wordpress.org/trunk@28790 git-svn-id: http://core.svn.wordpress.org/trunk@28603 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-oembed.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index c0daaaddea..e856683057 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -62,6 +62,8 @@ class WP_oEmbed { '#https?://(www\.)?collegehumor\.com/video/.*#i' => array( 'http://www.collegehumor.com/oembed.{format}', true ), '#https?://(www\.)?mixcloud\.com/.*#i' => array( 'http://www.mixcloud.com/oembed', true ), '#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'http://www.ted.com/talks/oembed.{format}', true ), + '#https?://(www\.)?animoto.com/play/.*#i' => array( 'http://animoto.com/oembeds/create', true ), + '#https?://(www\.)?video214.com/play/.*#i' => array( 'http://animoto.com/oembeds/create', true ), ); /**