iamcal / iamcal/oembed

Add optional "license" and "license_url" parameter

Open
#600 6 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

next-version stale
Dominant language
PHP
Stars
1.4k
Forks
772
Avg merge
12h 54m
Merged PRs (30d)
16

Description

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/",
   ...
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the oEmbed specification and locating how response parameters are defined and validated. Check whether existing tests or examples cover optional response fields. Done means the specification accepts and documents optional license and license_url values without changing responses that omit them.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.