Back to BlogTutorials

How to Embed YouTube Videos in WordPress Without Branding

May 25, 20265 min read

Embedding YouTube in WordPress

WordPress is the most popular CMS, and YouTube is the most popular video platform. Combining them is essential — but the default embed shows YouTube branding and suggested videos.

Default WordPress YouTube Embed

WordPress has built-in YouTube support — just paste the URL:

https://www.youtube.com/watch?v=VIDEO_ID

Problem: This uses YouTube's default iframe with branding and suggestions.

Using Arknox with WordPress

Step 1: Create Your Arknox Embed

  1. Paste your YouTube URL into Arknox
  2. Customize player colors and overlays
  3. Copy the embed code

Step 2: Add to WordPress

Method A: Custom HTML Block

  • Add a "Custom HTML" block in Gutenberg
  • Paste the Arknox iframe code
Method B: Shortcode Create a custom shortcode in your theme's functions.php:

function arknox_embed($atts) {
  $atts = shortcode_atts(['token' => ''], $atts);
  return '<iframe src="https://youtube-embedder.arknox.in/embed/' . $atts['token'] . '" width="100%" style="aspect-ratio: 16/9" frameborder="0" allowfullscreen></iframe>';
}
add_shortcode('arknox', 'arknox_embed');

Usage: [arknox token="YOUR_TOKEN"]

Method C: Page Builders

Works with Elementor, Divi, Beaver Builder, and all page builders via the HTML widget.

WordPress Plugins for Video

PluginBranding RemovalInteractivePrice
ArknoxFree
WP YouTubeFree
VideoPressPaid$60/yr
EmbedPressPartial$59/yr

SEO Benefits

  • Faster load time than YouTube default
  • No external links diluting your page authority
  • Custom schema markup for rich snippets
  • Better Core Web Vitals scores

Conclusion

Arknox gives you the best YouTube embed experience for WordPress — clean, branded, and interactive.

Try Arknox for WordPress →

Frequently Asked Questions

Yes. Arknox generates a standard iframe embed code that works with any WordPress theme, page builder, or plugin.

Absolutely. Use the HTML widget in Elementor and paste the Arknox embed code. It works perfectly with Elementor Pro too.

No. Arknox embeds are lighter than YouTube's default iframe and won't affect your WordPress site's page speed.

Ready to Transform Your YouTube Videos?

Start embedding interactive, branded YouTube videos today. No credit card required.

Start Free Now

Free forever plan available · No credit card needed