Changeset 30503
- Timestamp:
- 11/21/2014 04:03:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r30105 r30503 52 52 '#https?://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ), 53 53 '#https?://(www\.)?twitter\.com/.+?/status(es)?/.*#i' => array( 'https://api.twitter.com/1/statuses/oembed.{format}', true ), 54 '#https?://vine.co/v/.*#i' => array( 'https://vine.co/oembed.{format}', true ), 54 55 '#https?://(www\.)?soundcloud\.com/.*#i' => array( 'http://soundcloud.com/oembed', true ), 55 56 '#https?://(.+?\.)?slideshare\.net/.*#i' => array( 'https://www.slideshare.net/api/oembed/2', true ), … … 134 135 * | YouTube | youtube.com/playlist | Yes | 4.0.0 | 135 136 * | ------------ | -------------------- | ----- | --------- | 137 * | Vine | vine.co | Yes | 4.1.0 | 138 * | ------------ | -------------------- | ----- | --------- | 136 139 * 137 140 * No longer supported providers:
Note: See TracChangeset
for help on using the changeset viewer.