Make WordPress Core

Ticket #38367: 38367_v3.diff

File 38367_v3.diff, 1.2 KB (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'] ) ) {
     
    181182                 * | Twitter      | twitter.com/user      |      Yes       | 4.7.0     |
    182183                 * | Twitter      | twitter.com/likes     |      Yes       | 4.7.0     |
    183184                 * | Twitter      | twitter.com/lists     |      Yes       | 4.7.0     |
     185                 * | Twitter      | twitter.com/lists     |      Yes       | 4.7.0     |
     186                 * | Screencast   | screencast.com        |      Yes       | 4.x.0     |
    184187                 *
    185188                 * No longer supported providers:
    186189                 *