diff --git wp-includes/class-oembed.php wp-includes/class-oembed.php
index 353837f..5974c64 100644
|
|
class WP_oEmbed { |
56 | 56 | '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), |
57 | 57 | '#https?://(.+\.)?imgur\.com/.*#i' => array( 'http://api.imgur.com/oembed', true ), |
58 | 58 | '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'http://api.meetup.com/oembed', true ), |
| 59 | '#https?://((?:www|embed)\.)?ted\.com/talks/.*#i' => array( 'http://www.ted.com/talks/oembed.{format}', true ), |
59 | 60 | ); |
60 | 61 | |
61 | 62 | /** |