Changeset 44486
- Timestamp:
- 01/09/2019 12:23:35 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r44484 r44486 77 77 '#https?://(www\.)?soundcloud\.com/.*#i' => array( 'https://soundcloud.com/oembed', true ), 78 78 '#https?://(.+?\.)?slideshare\.net/.*#i' => array( 'https://www.slideshare.net/api/oembed/2', true ), 79 '#https?://(www\.)?instagr(\.am|am\.com)/ p/.*#i' => array( 'https://api.instagram.com/oembed', true ),79 '#https?://(www\.)?instagr(\.am|am\.com)/(p|tv)/.*#i' => array( 'https://api.instagram.com/oembed', true ), 80 80 '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), 81 81 '#https?://(.+\.)?imgur\.com/.*#i' => array( 'https://api.imgur.com/oembed', true ), … … 201 201 * | Someecards | some.ly | Yes | 4.9.0 | 202 202 * | Crowdsignal | survey.fm | Yes | 5.1.0 | 203 * | Instagram TV | instagram.com | Yes | 5.1.0 | 204 * | Instagram TV | instagr.am | Yes | 5.1.0 | 203 205 * 204 206 * No longer supported providers:
Note: See TracChangeset
for help on using the changeset viewer.