Highlights
Emily in Paris Final Chapter - Merci Paris Clip
Emily in Paris
Cape Fear Season 1 - Get Pumped Clip
Cape Fear
Rooster - Officially Renewed for Season 2
Rooster
Digger - Official Poster
Digger
Euphoria Season 3 - Saddle Up Clip
Euphoria
Dune: Part Three - Zendaya as Chani
Dune: Part Three
Thrash - Trapped Between Flood and Sharks Clip
Thrash
Evil Dead Burn - Hunter Doohanand and Luciane Buchanan at the Los Angeles Fan Event
Evil Dead Burn
Daredevil: Born Again Season 2 - Matt Murdock & Jessica Jones Clip
Daredevil: Born Again
Heart of the Beast - Official Poster
Heart of the Beast
The Devil Wears Prada 2 - Runway Ready Clip
The Devil Wears Prada 2
Dune: Part Three - Javier Bardem as Stilgar
Dune: Part Three
Thrash - When Disaster Meets the Deep Clip
Thrash
Evil Dead Burn - Cast and Director at the Los Angeles Fan Event
Evil Dead Burn

Moviefone Widgets

The Moviefone Widgets allow you to easily display the latest movie and shows content directly on your own website. Whether you're a blogger, publisher, or entertainment site owner, you can embed our ready-to-use widgets to showcase current movies, trending TV shows, or top picks—automatically updated and fully responsive. To use a widget, simply copy the embed code provided under each section and paste it into the HTML of your website. No API keys or custom development needed—just plug and play.

Movie Widget

The Movie Widget allows you to embed a specific movie on your website, making it perfect for highlighting a single film—whether it's a new release, a classic, or one you’re promoting. Each widget displays key details like the movie’s title, poster, tagline, genres, and release date (when available). To get the embed code, simply visit the movie's page on Moviefone and click the "Embed Movie" option. Then copy and paste the code into your site's HTML—no setup or updates required.

Embed Movie Widget
Copy Copied
<div id="mf-widget-mjcSwNxu4donpuYm37eC35"></div>
<script src="https://cdn.moviefone.com/widgets/mf-widget.min.js" defer></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
    const containerId = 'mf-widget-mjcSwNxu4donpuYm37eC35';
    const container = document.getElementById(containerId);
    if (container && typeof window.MFWidget !== 'undefined') {
        MFWidget.init({
            containerId,
            assetType: 'movie',
            assetId: 'mjcSwNxu4donpuYm37eC35'
        });
    } else {
        console.error('MFWidget or container not found for', containerId);
    }
});
</script>

Show Widget

The Show Widget lets you feature a specific TV show on your website. It's a great way to promote a particular series by showcasing its title, poster, tagline, and seasons availability (if applicable). You can find the embed option directly on the show's page on Moviefone—just click "Embed Show" to get the code. Once copied, paste it into your site's HTML, and the widget will display the selected show instantly, with no ongoing maintenance needed.

Embed Show Widget
Copy Copied
<div id="mf-widget-aeJFNROkxjOwplTxC6Fzq5"></div>
<script src="https://cdn.moviefone.com/widgets/mf-widget.min.js" defer></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
    const containerId = 'mf-widget-aeJFNROkxjOwplTxC6Fzq5';
    const container = document.getElementById(containerId);
    if (container && typeof window.MFWidget !== 'undefined') {
        MFWidget.init({
            containerId,
            assetType: 'show',
            assetId: 'aeJFNROkxjOwplTxC6Fzq5'
        });
    } else {
        console.error('MFWidget or container not found for', containerId);
    }
});
</script>

Top Movies Widget

The Top Movies Widget showcases a constantly updated list of the most popular movies right now. It's perfect for websites that want to keep their audience informed about trending films without manual updates. The widget automatically pulls in the latest top-ranked titles, complete with posters. To add it to your site, simply copy the embed code below and paste it into your HTML—no setup or customization required.

Embed Top Movies Widget
Copy Copied
<div id="mf-widget-best-movies"></div>
<script src="https://cdn.moviefone.com/widgets/mf-widget-best.min.js" defer></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
    const containerId = 'mf-widget-best-movies';
    const container = document.getElementById(containerId);
    if (container && typeof window.MFWidgetBest !== 'undefined') {
        MFWidgetBest.init({ 
            containerId, 
            widgetType: 'movies', 
            moduleTitle: 'Top Streaming Movies' 
        });
    } else {
        console.error('MFWidgetBest or container not found for', containerId);
    }
});
</script>
</div>

Top Shows Widget

The Top Shows Widget highlights the most-watched and trending TV shows at any given time. It's an easy way to keep your visitors up to date with what's popular across streaming platforms and networks. The widget updates automatically, displaying the latest top shows with images and basic info. To use it, just copy the embed code provided and paste it into your site’s HTML—no maintenance or updates needed.

Embed Top Shows Widget
Copy Copied
<div id="mf-widget-best-shows-container"></div>
<script src="https://cdn.moviefone.com/widgets/mf-widget-best.min.js" defer></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
    const containerId = 'mf-widget-best-shows-container';
    const container = document.getElementById(containerId);
    if (container && typeof window.MFWidgetBest !== 'undefined') {
        MFWidgetBest.init({ 
            containerId, 
            widgetType: 'shows', 
            moduleTitle: 'Top TV Shows' 
        });
    } else {
        console.error('MFWidgetBest or container not found for', containerId);
    }
});
</script>