Documentation
Welcome to VidRift documentation. Our player can be easily integrated into any website using simple iframe embeds. Follow the guide below to get started.
Quick Start
Get started with VidRift in less than 5 minutes
1. Add the Player
Copy and paste this code into your HTML where you want the player to appear:
2. Make it Responsive
Wrap the iframe in this container to maintain the correct aspect ratio:
URL Structure
Understanding how to construct the player URL
Movies
TV Shows
Anime — Shows
Source API
For raw stream data without the player UI:
Returns JSON with HLS stream URLs, subtitle tracks, and metadata.
Finding Content IDs
Movie and TV show IDs can be found with TMDB API or in the URL when visiting themoviedb.org:
• Movies: themoviedb.org/movie/550
• TV Shows: themoviedb.org/tv/1396
The number after /movie/ or /tv/ in the URL is the ID you need to use in the player.
Notes
• Auto-advance to the next episode for TV shows and anime.
• Mobile-responsive with iOS Safari fullscreen support via webkitEnterFullscreen.
• All embed pages include HLS.js — no extra dependencies needed.
• For issues or takedown requests, contact the repository maintainer.