What is EmbedMaster
EmbedMaster is a powerful movie streaming API that lets webmasters easily integrate free online movies and TV shows into their websites using a simple iframe. By providing an IMDb or TMDb ID, EmbedMaster automatically fetches and displays the actual movie or TV episode, making it instantly available to watch online through multiple streaming servers. It offers a hassle-free solution for embedding high-quality movies and TV shows directly on any site, giving users seamless access to entertainment without the need for downloads or complex setups.
In this simple guide we will show you how to easily integrate EmbedMaster into your website. This guide is only for webmasters without EmbedMaster account. If you want to use all EmbedMaster features, please create an account and use our player builder.
Without account
- Simple iframe embed with default player that can't be customized.
With account
- Create multiple custom players with our player builder.
- Change player design, colors, fonts, icons, streaming servers and more.
- Buy ad-free plays to get rid of all ads.
- See your player statistics.
- Integrate other streaming APIs into your player.
If you can't or don't want to create account you can proceed with this guide, otherwise use the guide in your account.
Use EmbedMaster on your website
Movie Embed URL
https://embedmaster.link/movie/{id}
Required parameters:
- {id} - IMDb or TMDB id. IMDb id must have tt prefix!
TV Embed URL
https://embedmaster.link/tv/{id}/{season}/{episode}
Required parameters:
- {id} - IMDb or TMDB id. IMDb id must have tt prefix!
- {season} - season number
- {episode} - episode number
Full page iframe code example
<iframe
src="https://embedmaster.link/movie/575265"
width="100%"
height="100%"
frameborder="0"
allowfullscreen
allow="encrypted-media">
</iframe>
Responsive 16:9 iframe code example
<!-- 16:9 Aspect Ratio Container -->
<div style="position: relative; padding-bottom: 56.25%; height: 0;">
<iframe
src="https://embedmaster.link/movie/575265"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
frameborder="0"
allowfullscreen
allow="encrypted-media"
></iframe>
</div>
And that's it. Paste this iframe code anywhere on your website and change src url to load desired movie or TV episode.
Create an account ...if you want to unlock EmbedMaster's full potential.
Copyright © 2025 EmbedMaster