Make WordPress Core

Changeset 31711


Ignore:
Timestamp:
03/11/2015 02:02:54 AM (9 years ago)
Author:
johnbillion
Message:

Some updates to the oEmbed provider table.

See #28507

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-oembed.php

    r31710 r31711  
    4949            'http://gi*.photobucket.com/groups/*'                 => array( 'http://photobucket.com/oembed',                      false ),
    5050            '#https?://(www\.)?scribd\.com/doc/.*#i'              => array( 'http://www.scribd.com/services/oembed',              true  ),
    51             '#https?://wordpress.tv/.*#i'                         => array( 'http://wordpress.tv/oembed/',                        true ),
     51            '#https?://wordpress.tv/.*#i'                         => array( 'http://wordpress.tv/oembed/',                        true  ),
    5252            '#https?://(.+\.)?polldaddy\.com/.*#i'                => array( 'https://polldaddy.com/oembed/',                      true  ),
    5353            '#https?://poll\.fm/.*#i'                             => array( 'https://polldaddy.com/oembed/',                      true  ),
     
    9898         * |   Provider   |        Flavor        |  SSL  |   Since   |
    9999         * | ------------ | -------------------- | ----- | --------- |
    100          * | Blip         | blip.tv              |       | 2.9.0     |
     100         * | Blip         | blip.tv              |   !   | 2.9.0     |
    101101         * | Dailymotion  | dailymotion.com      |  Yes  | 2.9.0     |
    102102         * | Flickr       | flickr.com           |  Yes  | 2.9.0     |
    103103         * | Hulu         | hulu.com             |  Yes  | 2.9.0     |
    104          * | Photobucket  | photobucket.com      |       | 2.9.0     |
    105          * | Revision3    | revision3.com        |       | 2.9.0     |
     104         * | Photobucket  | photobucket.com      |   !   | 2.9.0     |
     105         * | Revision3    | revision3.com        |   !   | 2.9.0     |
    106106         * | Scribd       | scribd.com           |  Yes  | 2.9.0     |
    107107         * | Vimeo        | vimeo.com            |  Yes  | 2.9.0     |
     
    116116         * | Twitter      | twitter.com          |  Yes  | 3.4.0     |
    117117         * | ------------ | -------------------- | ----- | --------- |
    118          * | Instagram    | instagram.com        |       | 3.5.0     |
    119          * | Instagram    | instagr.am           |       | 3.5.0     |
     118         * | Instagram    | instagram.com        |  Yes  | 3.5.0     |
     119         * | Instagram    | instagr.am           |  Yes  | 3.5.0     |
    120120         * | Slideshare   | slideshare.net       |  Yes  | 3.5.0     |
    121121         * | SoundCloud   | soundcloud.com       |  Yes  | 3.5.0     |
    122122         * | ------------ | -------------------- | ----- | --------- |
    123          * | Dailymotion  | dai.ly               |       | 3.6.0     |
     123         * | Dailymotion  | dai.ly               |   !   | 3.6.0     |
    124124         * | Flickr       | flic.kr              |  Yes  | 3.6.0     |
    125125         * | Rdio         | rdio.com             |  Yes  | 3.6.0     |
Note: See TracChangeset for help on using the changeset viewer.