Embeddable Widgets
Add BytePanels widgets to your site, blog, or GitHub README. Copy the embed code below.
Theme:
Activity Feed API
A unified JSON feed of your recent consumption events across all media types — movies, TV, books, games, and music. Excludes rating-only or review-only entries. Use this to build your own UI on your personal site.
Endpoint
https://bytepanels.com/api/activity?username=yourname&limit=20Filter by type (optional)
&types=movie,tvShow,book,game,musicResponse shape
{ "items": [
{
"id": "...",
"type": "movie" | "tvShow" | "book" | "game" | "music",
"action": "watched" | "reading" | "playing" | ...,
"title": "...",
"subtitle": "...",
"coverImage": "https://...",
"link": "/movies/...",
"timestamp": 1741234567890
}
], "generated": "2026-..." }Currently Reading
Shows books you are currently reading.
Iframe Embed
<iframe src="https://bytepanels.com/api/widget/currently-reading/embed?theme=light&limit=3" width="300" height="230" frameborder="0" style="border:none;border-radius:6px;"></iframe>JSON API
https://bytepanels.com/api/widget/currently-reading?limit=3Preview
Recently Watched
Shows recently watched movies.
Iframe Embed
<iframe src="https://bytepanels.com/api/widget/recently-watched/embed?theme=light&limit=5" width="300" height="350" frameborder="0" style="border:none;border-radius:6px;"></iframe>JSON API
https://bytepanels.com/api/widget/recently-watched?limit=5Preview
Now Playing (Games)
Shows games you are currently playing.
Iframe Embed
<iframe src="https://bytepanels.com/api/widget/recently-played/embed?theme=light&limit=3" width="300" height="230" frameborder="0" style="border:none;border-radius:6px;"></iframe>JSON API
https://bytepanels.com/api/widget/recently-played?limit=3Preview
Top Picks
Shows your top movie picks.
Iframe Embed
<iframe src="https://bytepanels.com/api/widget/top-picks/embed?theme=light&limit=4" width="300" height="290" frameborder="0" style="border:none;border-radius:6px;"></iframe>JSON API
https://bytepanels.com/api/widget/top-picks?limit=4Preview
Now Playing (Spotify)
Shows currently playing track on Spotify.
Iframe Embed
<iframe src="https://bytepanels.com/api/widget/now-playing/embed?theme=light&limit=1" width="300" height="110" frameborder="0" style="border:none;border-radius:6px;"></iframe>JSON API
https://bytepanels.com/api/widget/now-playing?limit=1Preview