WordPress Video Embed Guide
Add TMDB-based movie and TV embeds to WordPress pages, posts, templates, and custom fields.
Developer intent
Paste iframe embed URLs into WordPress safely while keeping player sizing and SEO content on the page.
Block editor
Use a Custom HTML block and paste the iframe embed code.
Theme templates
Store the TMDB ID in a custom field and output the iframe inside your movie template.
SEO content
Keep original descriptions, schema, and metadata around the embed so the page is useful to search visitors.
Example
<iframe
src="https://www.vidcore.org/embed/movie/27205"
width="100%"
height="520"
allowfullscreen
></iframe>