Skip to content

Instantly share code, notes, and snippets.

@nathanborror
Created April 1, 2009 15:18
Show Gist options
  • Save nathanborror/88735 to your computer and use it in GitHub Desktop.
Save nathanborror/88735 to your computer and use it in GitHub Desktop.
oEmbed list additions

2.3.4.5 The books type

This type is used for representing books. The following parameters are defined:

title (required)
The title of the book
url (required)
The source URL of the book.
description (optional)
A description describing the book or status of the book to a user.
cover (optional)
url (required)
A URL to a book cover
width (required)
The width of the optional cover image.
height (required)
The height of the optional cover image.

2.3.4.6 The notes type

This type is used for representing notes. The following parameters are defined:

note (required)
The note. Can and probably should be truncated.
url (required)
The source URL of the note.
created (required)
When the note was created.
user (optional)
username (optional) Username of the person who made the note fullname (optional) Full name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment