Skip to content

Latest commit

 

History

History
executable file
·
34 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
34 lines (28 loc) · 1.06 KB

OembedThis: An Oembed Utility

This is a utility app built around an HTML form and PHP functions that check for an Oembed endpoint and return HTML embed code for various popular web sites.

To use it, find the URL of an item on a web site. Pass the URL into the form to check for an Oembed service and get embed code. This is open data...

Currently supported sites include:

  • codepen.io
  • dribbble.com
  • facebook.com
  • flickr.com
  • giphy.com
  • gty.im (getty.com)
  • ifttt.com
  • instagram.com
  • kickstarter.com
  • meetup.com
  • nytimes.com
  • reddit.com
  • slideshare.net
  • soundcloud.com
  • speakerdeck.com
  • ted.com
  • tiktok.com
  • twitter.com
  • ustream.tv
  • vimeo.com
  • vine.co
  • youtube.com

If you know of more Oembed endpoints to add, let me know @jaclark.

Inspired by Stanford Libraries work on Oembed for digital collections and @adactio's rants and code bits about the importance of Oembed.