Files
kennethreitz 806067ff59 Add embeddable player widget with oEmbed support
embed.html: compact player with album art, oscilloscope, track picker.
oembed.json: oEmbed discovery for auto-embedding on WordPress, Notion, etc.
index.html: add oEmbed discovery link tag.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 10:31:28 -04:00

16 lines
671 B
JSON

{
"version": "1.0",
"type": "rich",
"title": "Interpretations — Infinite State",
"author_name": "Infinite State",
"author_url": "https://kennethreitz.org",
"provider_name": "Interpretations",
"provider_url": "https://interpretations.kennethreitz.org",
"thumbnail_url": "https://interpretations.kennethreitz.org/cover.png",
"thumbnail_width": 1024,
"thumbnail_height": 1024,
"html": "<iframe src=\"https://interpretations.kennethreitz.org/embed.html\" width=\"350\" height=\"500\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" style=\"border-radius:8px;border:none;\"></iframe>",
"width": 350,
"height": 500
}