Ticket #38367: 38367_v2.diff
File 38367_v2.diff, 821 bytes (added by , 8 years ago) |
---|
-
class-oembed.php
108 108 '#https?://www\.facebook\.com/notes/.*#i' => array( 'https://www.facebook.com/plugins/post/oembed.json/', true ), 109 109 '#https?://www\.facebook\.com/.*/videos/.*#i' => array( 'https://www.facebook.com/plugins/video/oembed.json/', true ), 110 110 '#https?://www\.facebook\.com/video\.php.*#i' => array( 'https://www.facebook.com/plugins/video/oembed.json/', true ), 111 '#https?://(www\.)?screencast\.com/.*#i' => array( 'https://api.screencast.com/external/oembed', true ), 111 112 ); 112 113 113 114 if ( ! empty( self::$early_providers['add'] ) ) {