Developers

Embed the Continuo player on your own site.

Embed a share

Every public share has an embeddable player at /embed/USER/SHARE. Paste this where you want the player; your dashboard shows the exact snippet for each share.

<iframe src="https://continuo.fm/embed/USER/SHARE"
        width="100%" height="360" frameborder="0"
        allow="autoplay"></iframe>

Options

theme=light (default), theme=dark, or theme=auto to follow the visitor's system setting.

tracks=0 hides the track list for a compact single-row player. Use height="140" with it.

<iframe src="https://continuo.fm/embed/USER/SHARE?tracks=0&theme=dark"
        width="100%" height="140" frameborder="0"
        allow="autoplay"></iframe>

oEmbed

Continuo supports oEmbed at /oembed?url=SHARE_URL, and share pages carry the discovery tag, so platforms that unfurl links (WordPress and similar) embed the player automatically when you paste a share URL.

Review notes

Timestamped notes on a share's tracks, in both directions. While signed in, open the share and use Add note at current time; each note lands on the track and second you are hearing. Send your collaborator the private review link from the share's dashboard page (SHARE_URL?review=TOKEN): with it they can read your notes, leave their own, and mark notes done, with no account and no password. Everyone else opens the normal link and sees a clean player. Rotate the link on the dashboard to revoke one you already sent.

The whole loop is scriptable with your API token: GET/POST/DELETE /api/shares/SHARE/comments, PUT /api/shares/SHARE/comments/ID/resolve, and GET or POST /api/shares/SHARE/review-link[/rotate].

Uploads and downloads

Upload with PUT /api/shares/SHARE/upload/FILENAME (raw bytes). WAV and AIFF are converted to lossless FLAC; FLAC, MP3, M4A/AAC, Ogg, and Opus are stored as uploaded. To let listeners download the originals from the player, turn it on with PUT /api/shares/SHARE/downloads ({"allow_downloads": true}); each track then exposes GET /USER/SHARE/download/FILE.

Notes

Streams are the original files, lossless for FLAC and PCM sources. Password-protected shares cannot be embedded. The player links back to the artist's Continuo profile.