Make WordPress Core


Ignore:
Timestamp:
06/20/2014 06:56:11 PM (10 years ago)
Author:
wonderboymusic
Message:

Add Animoto to the list of oEmbed providers. Example video: http://animoto.com/play/MlRRgXHhoT8gOZyHanM6TA.

Props lritter.
Fixes #28265.

File:
1 edited

Legend:

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

    r28728 r28790  
    6363            '#https?://(www\.)?mixcloud\.com/.*#i'                => array( 'http://www.mixcloud.com/oembed',                     true  ),
    6464            '#https?://(www\.|embed\.)?ted\.com/talks/.*#i'       => array( 'http://www.ted.com/talks/oembed.{format}',           true  ),
     65            '#https?://(www\.)?animoto.com/play/.*#i'             => array( 'http://animoto.com/oembeds/create',                  true  ),
     66            '#https?://(www\.)?video214.com/play/.*#i'            => array( 'http://animoto.com/oembeds/create',                  true  ),
    6567        );
    6668
Note: See TracChangeset for help on using the changeset viewer.