iamcal / oembed

The oEmbed Spec
http://oembed.com
MIT License
1.32k stars 651 forks source link

Add optional "license" and "license_url" parameter #600

Open ioppermann opened 2 years ago

ioppermann commented 2 years ago

Provided information about media might require that some kind of license for that content is shown on the embedding page. Such license information is currently missing.

Example:


{
   "version": "1.0",
   "type": "video",
   "license": "CC BY 4.0",
   "license_url": "http://creativecommons.org/licenses/by/4.0/",
   ...
}
iamcal commented 2 years ago

great idea!

CanRau commented 1 year ago

Flicker already adds license & license_id example

legendarioLegendario commented 11 months ago

{ "version": "1.0", "type": "video", "license": "CC BY 4.0", "license_url": "http://creativecommons.org/licenses/by/4.0/", ... }

legendarioLegendario commented 11 months ago

{ "version": "1.0", "type": "video", "license": "CC BY 4.0", "license_url": "http://creativecommons.org/licenses/by/4.0/", ... }