Skip to content

Commit

Permalink
code view: added meetup.com oembed support
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonclark committed Jun 20, 2016
1 parent c2d0ca3 commit 7dcd8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ function getEmbedCode($url = "", $maxwidth = 320) {
'ifttt.com' => 'https://ifttt.com/oembed',
'instagram.com' => 'https://api.instagram.com/oembed/',
'kickstarter.com' => 'https://www.kickstarter.com/services/oembed',
'meetup.com' => 'https://api.meetup.com/oembed',
'slideshare.net' => 'http://www.slideshare.net/api/oembed/2',
'soundcloud.com' => 'https://soundcloud.com/oembed',
'speakerdeck.com' => 'https://speakerdeck.com/oembed.json',
//'spotify.com' => 'https://embed.spotify.com/oembed/',
'ted.com' => 'https://www.ted.com/talks/oembed.json',
'ustream.tv' => 'http://www.ustream.tv/oembed',
'vine.co' => 'https://vine.co/oembed.json',
Expand Down

0 comments on commit 7dcd8bf

Please sign in to comment.