Skip to content

Instantly share code, notes, and snippets.

@skabber
Created January 28, 2009 17:50
Show Gist options
  • Save skabber/54099 to your computer and use it in GitHub Desktop.
Save skabber/54099 to your computer and use it in GitHub Desktop.
// URL scheme: http://gist.github.com/*
// API endpoint: http://gist.github.com/services/oembed/
// Example call: http://gist.github.com/services/oembed/?url=http%3A//gist.github.com/54099
{
"version": "1.0",
"type": "rich",
"width": 400,
"height": 300,
"title": "oembed gist",
"url": "http://gist.github.com/54099",
"author_name": "skabber",
"author_url": "http://github.com/skabber",
"provider_name": "Github",
"provider_url": "http://www.github.com/",
"html": "<script src="http://gist.github.com/54099.js"></script>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment