-
authorName
java.lang.String authorName
The name of the author/owner of the resource.
-
authorUrl
java.lang.String authorUrl
A URL for the author/owner of the resource.
-
cacheAge
java.lang.Long cacheAge
The suggested cache lifetime for this resource, in seconds. Consumers may
choose to use this value or not.
-
height
java.lang.Integer height
The height in pixels of the image specified in the url parameter.
-
html
java.lang.String html
Required for type video and rich. The HTML required to
embed a video player. The HTML should have no padding or margins.
Consumers may wish to load the HTML in an off-domain iframe to avoid XSS
vulnerabilities.
-
providerName
java.lang.String providerName
The name of the resource provider.
-
providerUrl
java.lang.String providerUrl
The url of the resource provider.
-
thumbnailHeight
java.lang.Integer thumbnailHeight
The height of the optional thumbnail. If this parameter is present,
thumbnail_url and thumbnail_width must also be present.
-
thumbnailUrl
java.lang.String thumbnailUrl
A URL to a thumbnail image representing the resource. The thumbnail must
respect any maxwidth and maxheight parameters. If this
parameter is present, thumbnail_width and
thumbnail_height must also be present.
-
thumbnailWidth
java.lang.Integer thumbnailWidth
The width of the optional thumbnail. If this parameter is present,
thumbnail_url and thumbnail_height must also be present.
-
title
java.lang.String title
A text title, describing the resource.
-
type
java.lang.String type
The resource type. Valid values, along with value-specific parameters,
are described below.
-
url
java.lang.String url
Required for type photo. The source URL of the image. Consumers
should be able to insert this URL into an <img> element. Only
HTTP and HTTPS URLs are valid.
-
version
java.lang.String version
The oEmbed version number. This must be 1.0.
-
width
java.lang.Integer width
The width in pixels of the image specified in the url parameter.