Embed YouTube Block – Fast Loading Videos, Shorts & Playlists
Embed YouTube videos without slowing down your site. Easily embed one or multiple videos, shorts, and playlists.
Safe pick
Yes — Embed YouTube Block is a safe, well-maintained plugin to use in 2026. It runs on 6K+ sites, is rated 5/5 and was last updated 5 days ago, and scores 88/100 on our health check.
- Actively developed — last update 5 days ago
- Tested with the latest WordPress (7.1)
- Momentum — downloads up 196.4% vs the previous 30 days
How does it stack up?
Side-by-side on installs, updates, ratings & supportDaily downloads
Download spikes usually follow a new release — each site that auto-updates counts as a download.
Rankings
Where Embed YouTube Block stands todayWordPress.org search rankings
Live position in the plugin search, top 100| Keyword | Position |
|---|---|
| block | #49 |
| embed | #11 |
| gutenberg | >100 |
| video | #51 |
| youtube | #7 |
Version adoption
Share of active sites per release.
Rating breakdown
★★★★★★★★★★ 5 from 16 reviews
About Embed YouTube Block
From the official readme · v1.1.7Description
The default embed block for YouTube videos sucks. It slows down your site. The more videos on the page the more it slow. This single-block plugin fixes that.
Why this block is better than the default one:
- Instead of loading the entire iframe, only the video thumbnail is loaded, resulting in significant performance improvements
- Ability to play multiple different videos as a custom playlist or input a playlist ID to play the whole playlist
- Ability to use a custom image as the video thumbnail
- Ability to set a custom aspect ratio value for displaying any kind of YouTube videos
- Ability to loop continuously once it finishes playing
- Ability to show related videos from the same channel as the initial video
- Automatically load the video title as the caption
- The same UI as the default core/embed, and you can use the video title as the caption of the block with one click
- It can be transformed from/to the core embed block.
- Automatically convert all default core embed YouTube blocks to this block with one line of code.
This plugin also provides a PHP API for developers to render a YouTube video URL as this block; or to automatically transform core/embed YouTube videos into this block.
The simplest example is:
better_youtube_embed_block_render_block( ['url' => 'https://youtu.be/paSXmpHU9K4'] );
The example with all the parameters is:
better_youtube_embed_block_render_block(
[
'url' => 'https://youtu.be/paSXmpHU9K4',
'aspectRatio' => '16/9',
'isMaxResThumbnail' => false,
'thumbnailFormat' => 'jpg',
'caption' => 'My awesome video',
'caption_kses' => false,
'customThumbnail' => 'https://example.com/bg.jpg',
'settings' => ['loop' => 1, 'rel' => 0],
'echo' => false,
]
);
To automatically transform all core/embed YouTube videos on your site to this block, you need to put the following code to the wp-config.php file or your theme/plugin:
define('BYEB_SPEED_UP_YOUTUBE_VIDEOS', true);
or
add_filter( 'byeb_speed_up_youtube_videos', '__return_true' );
On iOS, browsers like Safari and Chrome require two clicks to play videos. If you want to allow users to play videos with a single click, you need to add the following code to the wp-config.php file or your theme/plugin:
define('BYEB_FORCE_IFRAME_ON_UNSUPPORTED_BROWSERS', true);
Please check out this page to see how fast it helps. The page contains around 30 embedded YouTube videos but they don’t slow down the page.
If this plugin is useful for you, please do a quick review and rate it on WordPress.org to help us spread the word. I would very much appreciate it.
Please check out my other plugins if you’re interested:
- Content Blocks Builder – Build custom layouts and blocks visually in the Block Editor without needing a code editor, using only core blocks and native Gutenberg features.
- Meta Field Block – A single block to display custom fields in the Block Editor without coding. It supports ACF, MetaBox, WooCommerce, meta, rest field, shortcode and more. Works everywhere: in the Site Editor (FSE), the Block Editor, inside Query Loop, WooCommerce Product Collection, Term Query blocks, and even in template files.
- SVG Block – A block to display SVG images as blocks. Useful for images, icons, dividers, and buttons. It allows you to upload SVG images and load them into the icon library.
- Icon separator – A tiny block just like the core/separator block but with the ability to add an icon.
- Breadcrumb Block – A simple breadcrumb trail block that supports JSON-LD structured data and is compatible with WooCommerce.
- Block Enhancements – Adds practical features to blocks like icons, box shadows, transforms, etc.
- Counting Number Block – A block to display numbers with a counting effect
The plugin is developed using @wordpress/create-block.
Installation
- Upload the plugin files to the
/wp-content/pluginsdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
Frequently asked questions
What problem does this plugin solve?
It provides a better solution to embed YouTube videos than the default one.
Who needs this plugin?
Anyone can use this plugin.
Changelog
1.1.7
Release Date – 23 September 2026
- Fixed – Fixed an issue where the first v character was removed when inputting a video URL in the https://youtu.be/v… format
- Improved – Allowed the block to work in Query Loops with async pagination enabled
- Fixed – Preserved the bound value when automatically converting a core/embed block to this block
1.1.6
Release Date – 10 June 2026
- Added – Support for displaying overlay text on video thumbnails, such as a YouTube cookie consent notice
1.1.5
Release Date – 06 May 2026
- Added –
caption_ksesparameter to the helper function, allowing inline HTML tags (<a>,<em>,<strong>) in video captions when using the custom API function. - Added – New hook
better_youtube_embed_block_render_block_argsto modify the helper function parameters. - Improved – Updated setting controls for compatibility with WordPress 7.0
1.1.4
Release Date – 06 January 2026
- Added – Block binding support for the url and caption attributes.
- Improved – Handling of the frontend script when hosts or cache plugins defer or delay it.
1.1.3
Release Date – 21 July 2025
- Added – Support for loading WebP thumbnails to reduce file size.
1.1.2
Release Date – 06 January 2025
- Fixed – The captions of old YouTube videos are not converted to this block when automatically transforming core/embed to this block.
- Updated – Requires at least WordPress version 6.5
For developers
Is this your plugin? Show off the numbers.
Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.
Best Embed YouTube Block alternatives
All block plugins →FAQ
Embed YouTube Block: quick answers
Straight answers, pulled from live WordPress.org data.
Live data from WordPress.org · checked Sep 27, 2026
Is Embed YouTube Block free?
Yes. Embed YouTube Block is free to download and use from the official WordPress.org plugin directory.
Is Embed YouTube Block safe to use in 2026?
Yes — Embed YouTube Block is a safe, well-maintained plugin to use in 2026. It runs on 6K+ sites, is rated 5/5 and was last updated 5 days ago, and scores 88/100 on our health check.
How many websites use Embed YouTube Block?
Embed YouTube Block is active on 6K+ WordPress websites and has been downloaded 61,742 times since it launched in November 2022. It was downloaded 3,963 times in the last 30 days.
Does Embed YouTube Block work with WordPress 7.1?
Yes. The developer has tested Embed YouTube Block up to WordPress 7.1.2, the latest release. It requires WordPress 6.9 or newer.
What PHP version does Embed YouTube Block need?
Embed YouTube Block requires PHP 7.0 or higher. Most hosts run PHP 8.x today, so it works on any modern WordPress hosting.
When was Embed YouTube Block last updated?
The latest version, 1.1.7, was released on September 23, 2026 (5 days ago).
Who makes Embed YouTube Block?
Embed YouTube Block is developed and maintained by Phi Phan.
What are the best alternatives to Embed YouTube Block?
The most popular alternatives to Embed YouTube Block are Spectra Legacy (1M+ installs), Breadcrumb NavXT (800K+ installs) and PDF Embedder (300K+ installs).
Powered by PageForge
Want thousands of pages that rank like these? Build them in an afternoon.
This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.
- CSV, Google Sheets & API data sources
- AI content, schema & internal links per page
- Works with Elementor, Gutenberg, Yoast & Rank Math
- Free on WordPress.org — no credit card

