Ticket #45399: 45399.3.diff
File 45399.3.diff, 3.3 KB (added by , 6 years ago) |
---|
-
src/wp-includes/class-oembed.php
60 60 '#https?://flic\.kr/.*#i' => array( 'https://www.flickr.com/services/oembed/', true ), 61 61 '#https?://(.+\.)?smugmug\.com/.*#i' => array( 'https://api.smugmug.com/services/oembed/', true ), 62 62 '#https?://(www\.)?hulu\.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ), 63 'http://i*.photobucket.com/albums/*' => array( 'http://api.photobucket.com/oembed', false ),64 'http://gi*.photobucket.com/groups/*' => array( 'http://api.photobucket.com/oembed', false ),65 63 '#https?://(www\.)?scribd\.com/doc/.*#i' => array( 'https://www.scribd.com/services/oembed', true ), 66 64 '#https?://wordpress\.tv/.*#i' => array( 'https://wordpress.tv/oembed/', true ), 67 65 '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), 68 66 '#https?://poll\.fm/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), 69 67 '#https?://survey\.fm/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), 70 '#https?://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ),71 68 '#https?://(www\.)?twitter\.com/\w{1,15}/status(es)?/.*#i' => array( 'https://publish.twitter.com/oembed', true ), 72 69 '#https?://(www\.)?twitter\.com/\w{1,15}$#i' => array( 'https://publish.twitter.com/oembed', true ), 73 70 '#https?://(www\.)?twitter\.com/\w{1,15}/likes$#i' => array( 'https://publish.twitter.com/oembed', true ), … … 147 144 * | Dailymotion | dailymotion.com | Yes | 2.9.0 | 148 145 * | Flickr | flickr.com | Yes | 2.9.0 | 149 146 * | Hulu | hulu.com | Yes | 2.9.0 | 150 * | Photobucket | photobucket.com | No | 2.9.0 |151 147 * | Scribd | scribd.com | Yes | 2.9.0 | 152 148 * | Vimeo | vimeo.com | Yes | 2.9.0 | 153 149 * | WordPress.tv | wordpress.tv | Yes | 2.9.0 | 154 150 * | YouTube | youtube.com/watch | Yes | 2.9.0 | 155 * | Funny or Die | funnyordie.com | Yes | 3.0.0 |156 151 * | Crowdsignal | polldaddy.com | Yes | 3.0.0 | 157 152 * | SmugMug | smugmug.com | Yes | 3.0.0 | 158 153 * | YouTube | youtu.be | Yes | 3.0.0 | … … 214 209 * | Rdio | rdio.com | Yes | 3.6.0 | 4.4.1 | 215 210 * | Rdio | rd.io | Yes | 3.6.0 | 4.4.1 | 216 211 * | Vine | vine.co | Yes | 4.1.0 | 4.9.0 | 212 * | Photobucket | photobucket.com | No | 2.9.0 | 5.1.0 | 213 * | Funny or Die | funnyordie.com | Yes | 3.0.0 | 5.1.0 | 217 214 * 218 215 * @see wp_oembed_add_provider() 219 216 *