🎬 VidPlus – Highly Customizable Embed Player for Movies, TV Shows, and Anime
Your ultimate destination for movies, TV shows, and anime. Stream your favorites with our advanced customizable player.
https://player.vidplus.to/embed/movie/{tmdbId}
https://player.vidplus.to/embed/tv/{tmdbId}/{season}/{episode}
https://player.vidplus.to/embed/anime/{anilistId}/{episode}?dub={true/false}
Content Type Source ID Format Required Paths Movies The Movie Database (TMDB) TMDB ID {tmdbId}TV Shows The Movie Database (TMDB) TMDB ID {tmdbId}/{season}/{episode}Anime AniList AniList ID {anilistId}/{episode}
Parameter Type Default Description Example autoplayboolean trueAuto-start playback autoplay=trueautonextboolean trueAuto-play next episode (TV/Anime only) autonext=falsenextbuttonboolean trueShow next episode button (TV/Anime only) nextbutton=trueprogressnumber - Start position in seconds progress=600 (10 minutes)
Parameter Type Default Description Example primarycolorhex 6C63FFPrimary player color (sliders, controls) primarycolor=B20710secondarycolorhex 9F9BFFProgress bar background color secondarycolor=170000iconcolorhex FFFFFFPlayer icon colors iconcolor=B20710posterboolean trueShow poster/thumbnail poster=falsetitleboolean trueShow content title title=true
Parameter Type Default Description Example iconsstring defaultIcon style: default, netflix, vid, lucide, tb icons=netflixservericonboolean trueShow server selection icon servericon=falsesettingboolean trueShow settings icon setting=truepipboolean trueShow picture-in-picture icon pip=false
Parameter Type Default Description Example episodelistboolean trueShow episode list (TV/Anime only) episodelist=falsechromecastboolean trueEnable Chromecast support chromecast=falsewatchpartyboolean falseEnable WatchParty feature watchparty=truedownloadboolean - Enable download functionality download=true
📝 Subtitle & Font Settings Parameter Type Default Description Example fontstring RobotoFont family font=Poppinsfontcolorhex FFFFFFFont/subtitle color fontcolor=FFFF00fontsizenumber 20Font size in pixels fontsize=24opacitynumber 0.5Font background opacity (0-1) opacity=0.8
Parameter Type Default Description Example logourlurl Netflix logo Custom logo URL logourl=https://example.com/logo.pngdubboolean falseDub version for anime dub=trueserverstring - Server name or number (server name recommended) server=minecloud or server=3
🚫 Hide Controls (UI Cleanup) Parameter Type Description Example hideprimarycolorboolean Hide primary color control hideprimarycolor=truehidesecondarycolorboolean Hide secondary color control hidesecondarycolor=truehideiconcolorboolean Hide icon color control hideiconcolor=truehideprogresscontrolboolean Hide progress control hideprogresscontrol=truehideiconsetboolean Hide icon style control hideiconset=truehideautonextboolean Hide auto-next control hideautonext=truehideautoplayboolean Hide autoplay control hideautoplay=truehidenextbuttonboolean Hide next button control hidenextbutton=truehideposterboolean Hide poster control hideposter=truehidetitleboolean Hide title control hidetitle=truehidechromecastboolean Hide Chromecast control hidechromecast=truehideepisodelistboolean Hide episode list control hideepisodelist=truehideservericonboolean Hide server icon control hideservericon=truehidepipboolean Hide PIP control hidepip=true
< iframe src ="https://player.vidplus.to/embed/movie/78692 " frameborder ="0 " allowfullscreen > </ iframe > 📺 TV Show with Custom Colors < iframe src ="https://player.vidplus.to/embed/tv/94997/1/1?primarycolor=B20710&secondarycolor=170000&iconcolor=FFFFFF " frameborder ="0 " allowfullscreen > </ iframe > < iframe src ="https://player.vidplus.to/embed/anime/21/1?dub=true&autoplay=false " frameborder ="0 " allowfullscreen > </ iframe > 🎨 Fully Customized Player < iframe src ="https://player.vidplus.to/embed/movie/597?autoplay=true&primarycolor=FF6B6B&secondarycolor=4ECDC4&iconcolor=FFFFFF&poster=true&title=true&chromecast=true&icons=netflix&font=Poppins&fontcolor=FFFFFF&fontsize=20&opacity=0.8&logourl=https://example.com/logo.png " frameborder ="0 " allowfullscreen > </ iframe > < iframe src ="https://player.vidplus.to/embed/movie/597?server=minecloud&autoplay=true&primarycolor=6C63FF " frameborder ="0 " allowfullscreen > </ iframe > 🎯 Minimal UI (Cinema Mode) < iframe src ="https://player.vidplus.to/embed/movie/597?hideposter=true&hidetitle=true&hidechromecast=true&hidepip=true&hideepisodelist=true&hideservericon=true " frameborder ="0 " allowfullscreen > </ iframe > < iframe src ="https://player.vidplus.to/embed/tv/94997/1/1?watchparty=true&autoplay=true&chromecast=true " frameborder ="0 " allowfullscreen > </ iframe > Use hex colors without # prefix Colors are automatically converted to uppercase Example: #FF0000 becomes primarycolor=FF0000 Player automatically adapts to container size Maintains aspect ratio on all devices Touch-friendly controls on mobile HTTPS-only embeddingCORS-protected APIRate limiting protection📊 Performance Optimization Lazy loading supportAdaptive bitrate streamingCDN-powered deliveryGet your content ID from TMDB (movies/shows) or AniList (anime)Choose your base endpoint based on content typeAdd customization parameters as neededEmbed using iframe with proper attributes// 1. Get TMDB ID for "Inception" (movie ID: 27205) // 2. Build URL with customizations const playerUrl = "https://player.vidplus.to/embed/movie/27205" + "?autoplay=true" + "&primarycolor=00D4FF" + "&secondarycolor=0099CC" + "&poster=true" + "&title=true" ; // 3. Embed in your site document . getElementById ( 'player' ) . innerHTML = `<iframe src="${ playerUrl } " frameborder="0" allowfullscreen></iframe>` ;
API Status : Always online with 99.9% uptime Content Sources : TMDB for movies/shows, AniList for animeUpdate Frequency : Real-time content updatesThis documentation covers all available parameters and features of the VidPlus Player API. For the most up-to-date information, visit our official website.