Changeset 44484
- Timestamp:
- 01/08/2019 11:51:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r44333 r44484 65 65 '#https?://(www\.)?scribd\.com/doc/.*#i' => array( 'https://www.scribd.com/services/oembed', true ), 66 66 '#https?://wordpress\.tv/.*#i' => array( 'https://wordpress.tv/oembed/', true ), 67 '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'https://polldaddy.com/oembed/', true ), 68 '#https?://poll\.fm/.*#i' => array( 'https://polldaddy.com/oembed/', true ), 67 '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), 68 '#https?://poll\.fm/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), 69 '#https?://survey\.fm/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), 69 70 '#https?://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ), 70 71 '#https?://(www\.)?twitter\.com/\w{1,15}/status(es)?/.*#i' => array( 'https://publish.twitter.com/oembed', true ), … … 153 154 * | YouTube | youtube.com/watch | Yes | 2.9.0 | 154 155 * | Funny or Die | funnyordie.com | Yes | 3.0.0 | 155 * | Polldaddy| polldaddy.com | Yes | 3.0.0 |156 * | Crowdsignal | polldaddy.com | Yes | 3.0.0 | 156 157 * | SmugMug | smugmug.com | Yes | 3.0.0 | 157 158 * | YouTube | youtu.be | Yes | 3.0.0 | … … 172 173 * | Issuu | issuu.com | Yes | 4.0.0 | 173 174 * | Mixcloud | mixcloud.com | Yes | 4.0.0 | 174 * | Polldaddy| poll.fm | Yes | 4.0.0 |175 * | Crowdsigna | poll.fm | Yes | 4.0.0 | 175 176 * | TED | ted.com | Yes | 4.0.0 | 176 177 * | YouTube | youtube.com/playlist | Yes | 4.0.0 | … … 192 193 * | Amazon | amazon.com (com.mx, com.br, ca) | Yes | 4.9.0 | 193 194 * | Amazon | amazon.de (fr, it, es, in, nl, ru, co.uk) | Yes | 4.9.0 | 194 * | Amazon | amazon.co.jp (com.au) | Yes | 4.9.0 | )195 * | Amazon | amazon.co.jp (com.au) | Yes | 4.9.0 | 195 196 * | Amazon | amazon.cn | Yes | 4.9.0 | 196 197 * | Amazon | a.co | Yes | 4.9.0 | … … 199 200 * | Someecards | someecards.com | Yes | 4.9.0 | 200 201 * | Someecards | some.ly | Yes | 4.9.0 | 202 * | Crowdsignal | survey.fm | Yes | 5.1.0 | 201 203 * 202 204 * No longer supported providers:
Note: See TracChangeset
for help on using the changeset viewer.