Ticket #28597: 28597-1.diff
| File 28597-1.diff, 1.1 KB (added by , 10 years ago) |
|---|
-
class-oembed.php
77 77 '#https?://(www\.)?reverbnation\.com/.*#i' => array( 'https://www.reverbnation.com/oembed', true ), 78 78 '#https?://videopress.com/v/.*#' => array( 'https://public-api.wordpress.com/oembed/1.0/?for=' . $host, true ), 79 79 '#https?://(www\.)?reddit\.com/r/[^/]+/comments/.*#i' => array( 'https://www.reddit.com/oembed', true ), 80 '#https?://(www\.)?speakerdeck\.com/.*#i/.*#i' => array( 'https://speakerdeck.com/oembed.json', true ), 80 81 ); 81 82 82 83 if ( ! empty( self::$early_providers['add'] ) ) { … … 145 146 * | ReverbNation | reverbnation.com | Yes | 4.4.0 | 146 147 * | VideoPress | videopress.com | Yes | 4.4.0 | 147 148 * | Reddit | reddit.com | Yes | 4.4.0 | 149 * | Speaker Deck | speakerdeck.com | Yes | 4.4.0 | 148 150 * 149 151 * No longer supported providers: 150 152 *