Make WordPress Core

Changeset 44484


Ignore:
Timestamp:
01/08/2019 11:51:25 PM (6 years ago)
Author:
pento
Message:

Embeds: Polldaddy is now called Crowdsignal.

Crowdsignal adds an additional embed URL, survey.fm.

Props donncha.
Fixes #45036.

File:
1 edited

Legend:

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

    r44333 r44484  
    6565            '#https?://(www\.)?scribd\.com/doc/.*#i'       => array( 'https://www.scribd.com/services/oembed', true ),
    6666            '#https?://wordpress\.tv/.*#i'                 => array( 'https://wordpress.tv/oembed/', true ),
    67             '#https?://(.+\.)?polldaddy\.com/.*#i'         => array( 'https://polldaddy.com/oembed/', true ),
    68             '#https?://poll\.fm/.*#i'                      => array( 'https://polldaddy.com/oembed/', true ),
     67            '#https?://(.+\.)?polldaddy\.com/.*#i'         => array( 'https://api.crowdsignal.com/oembed', true ),
     68            '#https?://poll\.fm/.*#i'                      => array( 'https://api.crowdsignal.com/oembed', true ),
     69            '#https?://survey\.fm/.*#i'                    => array( 'https://api.crowdsignal.com/oembed', true ),
    6970            '#https?://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ),
    7071            '#https?://(www\.)?twitter\.com/\w{1,15}/status(es)?/.*#i' => array( 'https://publish.twitter.com/oembed', true ),
     
    153154         * | YouTube      | youtube.com/watch                         |      Yes       | 2.9.0   |
    154155         * | Funny or Die | funnyordie.com                            |      Yes       | 3.0.0   |
    155          * | Polldaddy    | polldaddy.com                             |      Yes       | 3.0.0   |
     156         * | Crowdsignal  | polldaddy.com                             |      Yes       | 3.0.0   |
    156157         * | SmugMug      | smugmug.com                               |      Yes       | 3.0.0   |
    157158         * | YouTube      | youtu.be                                  |      Yes       | 3.0.0   |
     
    172173         * | Issuu        | issuu.com                                 |      Yes       | 4.0.0   |
    173174         * | Mixcloud     | mixcloud.com                              |      Yes       | 4.0.0   |
    174          * | Polldaddy    | poll.fm                                   |      Yes       | 4.0.0   |
     175         * | Crowdsigna   | poll.fm                                   |      Yes       | 4.0.0   |
    175176         * | TED          | ted.com                                   |      Yes       | 4.0.0   |
    176177         * | YouTube      | youtube.com/playlist                      |      Yes       | 4.0.0   |
     
    192193         * | Amazon       | amazon.com (com.mx, com.br, ca)           |      Yes       | 4.9.0   |
    193194         * | Amazon       | amazon.de (fr, it, es, in, nl, ru, co.uk) |      Yes       | 4.9.0   |
    194          * | Amazon       | amazon.co.jp (com.au)                     |      Yes       | 4.9.0   |)
     195         * | Amazon       | amazon.co.jp (com.au)                     |      Yes       | 4.9.0   |
    195196         * | Amazon       | amazon.cn                                 |      Yes       | 4.9.0   |
    196197         * | Amazon       | a.co                                      |      Yes       | 4.9.0   |
     
    199200         * | Someecards   | someecards.com                            |      Yes       | 4.9.0   |
    200201         * | Someecards   | some.ly                                   |      Yes       | 4.9.0   |
     202         * | Crowdsignal  | survey.fm                                 |      Yes       | 5.1.0   |
    201203         *
    202204         * No longer supported providers:
Note: See TracChangeset for help on using the changeset viewer.