Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
socceronly Posted February 26, 2017 Posted February 26, 2017 Just curious what is currently supported. Thanks JM
socceronly Posted March 4, 2017 Author Posted March 4, 2017 Is the correct term Auto Embed? I am trying to find out what can be used for the authors who need to choose a podcast platform. There must be a list somewhere...
Joel R Posted March 4, 2017 Posted March 4, 2017 Go to News and search for "embed". You should see a couple of news articles where IPS lists supported embeds.
opentype Posted March 4, 2017 Posted March 4, 2017 protected static function oembedServices() { return array( 'youtube.com' => array( 'https://www.youtube.com/oembed', static::EMBED_VIDEO ), 'm.youtube.com' => array( 'https://www.youtube.com/oembed', static::EMBED_VIDEO ), 'youtu.be' => array( 'https://www.youtube.com/oembed', static::EMBED_VIDEO ), 'flickr.com' => array( 'https://www.flickr.com/services/oembed/', static::EMBED_IMAGE ), 'flic.kr' => array( 'https://www.flickr.com/services/oembed/', static::EMBED_IMAGE ), 'hulu.com' => array( 'http://www.hulu.com/api/oembed.json', static::EMBED_VIDEO ), 'vimeo.com' => array( 'https://vimeo.com/api/oembed.json', static::EMBED_VIDEO ), 'collegehumor.com' => array( 'http://www.collegehumor.com/oembed.json', static::EMBED_VIDEO ), 'twitter.com' => array( 'https://api.twitter.com/1/statuses/oembed.json', static::EMBED_TWEET ), 'instagr.am' => array( 'https://api.instagram.com/oembed', static::EMBED_IMAGE ), 'instagram.com' => array( 'https://api.instagram.com/oembed', static::EMBED_IMAGE ), 'soundcloud.com' => array( 'https://soundcloud.com/oembed', static::EMBED_VIDEO ), 'open.spotify.com' => array( 'https://embed.spotify.com/oembed/', static::EMBED_VIDEO ), 'play.spotify.com' => array( 'https://embed.spotify.com/oembed/', static::EMBED_VIDEO ), 'ted.com' => array( 'https://www.ted.com/services/v1/oembed', static::EMBED_VIDEO ), 'vine.co' => array( 'https://vine.co/oembed.json', static::EMBED_VIDEO ), 'facebook.com' => array( '(\/.+?\/videos\/|video.php)' => array( 'https://www.facebook.com/plugins/video/oembed.json', static::EMBED_VIDEO ), 0 => array( 'https://www.facebook.com/plugins/post/oembed.json', static::EMBED_STATUS ), ), 'gfycat.com' => array( 'https://api.gfycat.com/v1/oembed', static::EMBED_IMAGE ), 'dailymotion.com' => array( 'https://www.dailymotion.com/services/oembed', static::EMBED_VIDEO ), 'codepen.io' => array( 'http://codepen.io/api/oembed', static::EMBED_LINK ), 'coub.com' => array( 'http://coub.com/api/oembed.json', static::EMBED_VIDEO ), '*.deviantart.com' => array( 'https://backend.deviantart.com/oembed', static::EMBED_IMAGE ), 'docs.com' => array( 'http://docs.com/api/oembed', static::EMBED_LINK ), 'funnyordie.com' => array( 'http://www.funnyordie.com/oembed.json', static::EMBED_VIDEO ), 'gettyimages.com' => array( 'http://embed.gettyimages.com/oembed', static::EMBED_IMAGE ), 'ifixit.com' => array( 'http://www.ifixit.com/Embed', static::EMBED_LINK ), 'imgur.com' => array( 'http://api.imgur.com/oembed', static::EMBED_IMAGE ), 'kickstarter.com' => array( 'http://www.kickstarter.com/services/oembed', static::EMBED_LINK ), 'meetup.com' => array( 'https://api.meetup.com/oembed', static::EMBED_LINK ), 'mixcloud.com' => array( 'http://www.mixcloud.com/oembed', static::EMBED_VIDEO ), 'mix.office.com' => array( 'https://mix.office.com/oembed', static::EMBED_VIDEO ), 'reddit.com' => array( 'http://www.reddit.com/oembed', static::EMBED_LINK ), 'reverbnation.com' => array( 'https://www.reverbnation.com/oembed', static::EMBED_VIDEO ), 'screencast.com' => array( 'https://api.screencast.com/external/oembed', static::EMBED_IMAGE ), 'slideshare.net' => array( 'http://www.slideshare.net/api/oembed/2', static::EMBED_VIDEO ), '*.smugmug.com' => array( 'http://api.smugmug.com/services/oembed', static::EMBED_IMAGE ), 'ustream.tv' => array( 'http://www.ustream.tv/oembed', static::EMBED_VIDEO ), ); }
socceronly Posted March 7, 2017 Author Posted March 7, 2017 On 3/4/2017 at 0:03 PM, Joel R said: Go to News and search for "embed". You should see a couple of news articles where IPS lists supported embeds. Funny, I did try that before posting, must have missed it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.