diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php
index b6bfeb7..ca430a2 100644
a
|
b
|
class WP_oEmbed { |
64 | 64 | '#https?://(www\.)?mixcloud\.com/.*#i' => array( 'http://www.mixcloud.com/oembed', true ), |
65 | 65 | '#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'http://www.ted.com/talks/oembed.{format}', true ), |
66 | 66 | '#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array( 'http://animoto.com/oembeds/create', true ), |
| 67 | '#https?://www\.thinglink\.com/scene/.*#i' => array( 'https://api.thinglink.com/api/oembed', true ), |
67 | 68 | ); |
68 | 69 | |
69 | 70 | if ( ! empty( self::$early_providers['add'] ) ) { |
… |
… |
class WP_oEmbed { |
131 | 132 | * | Mixcloud | mixcloud.com | Yes | 4.0.0 | |
132 | 133 | * | Polldaddy | poll.fm | Yes | 4.0.0 | |
133 | 134 | * | TED | ted.com | Yes | 4.0.0 | |
| 135 | * | Thinglink | thinglink.com | Yes | 4.0.0 | |
134 | 136 | * | YouTube | youtube.com/playlist | Yes | 4.0.0 | |
135 | 137 | * | ------------ | -------------------- | ----- | --------- | |
136 | 138 | * |