Ticket #28312: issuu-oembed.diff
File issuu-oembed.diff, 723 bytes (added by , 10 years ago) |
---|
-
class-oembed.php
56 56 '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), 57 57 '#https?://(.+\.)?imgur\.com/.*#i' => array( 'http://api.imgur.com/oembed', true ), 58 58 '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'http://api.meetup.com/oembed', true ), 59 '#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'http://issuu.com/oembed_wp', true ), 59 60 ); 60 61 61 62 /**