Make WordPress Core

Ticket #38367: 38367_v2.diff

File 38367_v2.diff, 821 bytes (added by ENDif Media, 8 years ago)
  • class-oembed.php

     
    108108                        '#https?://www\.facebook\.com/notes/.*#i'                  => array( 'https://www.facebook.com/plugins/post/oembed.json/',        true  ),
    109109                        '#https?://www\.facebook\.com/.*/videos/.*#i'              => array( 'https://www.facebook.com/plugins/video/oembed.json/',       true  ),
    110110                        '#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  ),             
    111112                );
    112113
    113114                if ( ! empty( self::$early_providers['add'] ) ) {