How to embed videos in WordPress easily

Why is it necessary to learn how to embed videos in WordPress?

At wpDataTables, we already know that engaging elements like videos and tables are often much more effective than a huge block of text on a web page.

While people might simply skip over the text if there is too much of it, they are much more likely to watch a short video from beginning to end.

So how to embed videos in WordPress? It might be a little bit of a technical challenge, but we are here to help you with that. Keep reading to learn more about a WordPress video and embedding videos in WordPress. Nothing is hard to do when you know how to do it right!

How to Embed a YouTube Video in WordPress Using the URL

The easiest way to embed a YouTube video in WordPress is by simply pasting a video URL into the post or a page. You can easily do so with YouTube videos, Vimeo videos, and similar.

It all comes down to a few simple steps:

  • Copy the video URL from YouTube.
  • From within your WordPress Dashboard, create a new post by clicking Posts, then Add New.
  • Give the post a title, and paste the URL. WordPress will then be able to leverage the OEmbed API to get the Embed HTML needed to display the video.
  • See the video immediately within the Editor and post it.

How to Embed Videos in WordPress Blog Posts

Integrating a video in a website is quite simple thanks to the WordPress’ cool features called auto-embeds. With it, you can easily embed code for a video from the sites such as YouTube, Vimeo, and other popular hosting sites.

Simply paste the URL into the post editor, ensure that the video URL is not clickable and it is in its own line. WordPress will immediately fetch the embedded code and display the video in the post editor if you are using the visual editor.

Once you do that, you will be able to save the post and see the preview to ensure everything is running smoothly. However, keep in mind that the auto-embedding won’t work with all provides.

Here is the list of the service providers for WordPress auto-embeds:

  • Animoto
  • Blip
  • Cloudup
  • CollegeHumor
  • DailyMotion
  • Facebook
  • Flickr
  • FunnyOrDie.com
  • Hulu
  • Imgur
  • Instagram
  • Issuu
  • Kickstarter
  • Meetup.com
  • Mixcloud
  • Photobucket
  • PollDaddy
  • Reddit
  • ReverbNation
  • Scribd
  • SlideShare
  • SmugMug
  • SoundCloud
  • Speaker Deck
  • Spotify
  • TED
  • Tumblr
  • Twitter
  • VideoPress
  • Vimeo
  • Vine
  • WordPress plugin directory
  • WordPress.tv
  • YouTube

Embed Videos in WordPress from Unsupported Providers

If you want to embed video in WordPress from an unsupported provider, it will not be as simple as from a supported one, but far from it that it’s impossible.

For starters, try to copy the video URL and paste it into your blog post. There is a chance it will work even if your provider isn’t on the list above.

If it does not work, try and find the code provided for you to use on your blog or simply look for the share or embed option on the provider’s website. If none of that is working, check out some of the most popular WordPress plugins to embed a video.

Why Not Host Your Video?

You might have asked yourself why not host your own videos instead of embedding them. The truth is, embedding is a better option for a number of reasons.

First of all, if you don’t know how to embed YouTube videos in WordPress, you might think it is overly complicated – but it is not. Video embedding in WordPress has been made super easy.

Secondly, if you embed video from a reliable provider such as YouTube or Vimeo, you can be sure that the visitors will be able to watch it easily and reliably which isn’t always the case with the videos that you host. A great number of hosts simply don’t provide enough storage and bandwidth to support hosting videos.

Thirdly, embedding YouTube videos in WordPress will help you to reach new people and get the word out about your blog.

Recommended Plugins

Earlier, we mentioned that there are WordPress plugins that can give you a great variety of options for displaying videos on your website.

Here are some of them that are worth trying out:

Easy Video Player

If you are looking for a free and reliable WordPress plugin for WordPress embed videos, you should check out Easy Video Player. It can be used to embed either hosted or self-hosted videos on your website. All shared videos will be responsively sized and you can choose a wide variety of options including auto mute, loop, autoplay, etc. On top of that, Easy Video Play makes it possible for you to choose different skins to match your website or blog theme.

Advanced Responsive Video Embedder

Advanced Responsive Video Embedder is a handy little plugin that also allows you to embed responsive videos to match your mobile-friendly theme – and it is free of charge. You can also set a maximum width, alignment, custom aspect ratio, and more, and to make things even better, this plugin expands support for auto-embed to more video providers.

Embedly

If you are looking for a plugin that will help you expand the WordPress auto-embed feature to a lot more providers, you should check out Embedly. Some of the supported providers include Twitch, Google Maps, Gfycat, and 300+ more. In addition to that, with Embedly you can customize the display and style of your videos, add a social sharing button, etc.

YouTubeR

YouTubeR is a great embed YouTube video WordPress plugin that comes with a whole bunch of useful options such as uploading the videos to YouTube directly from your WordPress blog dashboard, creating video galleries, widgets, and more.

Embedding YouTube Videos Using Shortcodes

How to embed videos in WordPress using a shortcode? Let’s go over the basic steps:

  • Open the Post Editor for any post, and have a YouTube URL ready.
  • In the Content area of the Post Editor, type an open square bracket, the word youtube, space, then paste the YouTube URL, type in a closing square bracket, save and preview the post.
  • You can append values to the YouTube URL to modify the display, such as change the width and height, change the start and stop times in the video, affect the alignment and style of the player, etc. To change the dimensions of the video to 320 by 240 for example, append &w=320&h=240 to the YouTube URL and Save and Preview these changes.

Embedding YouTube Playlists into Posts and Pages

Now let’s go over the steps of embedding YouTube playlists into posts:

  • Copy the URL for a YouTube Playlist. It’s very similar to a regular YouTube Video URL but will have a list= parameter appended to it.
  • Now, you can paste this Playlist URL plainly, and on its own line, just like pasting a YouTube URL into the Post or Page Editor. Do so, save and preview how the Playlist looks on your website.

Why can’t I upload the videos to my WordPress?

Actually, you can upload the videos to WordPress, but we would strongly advise against doing so. The majority of smaller blogs are on shared hosting accounts and videos take a lot of server resources. This also means your site is likely to crash if your video has lots of traffic.

Also, keep in mind that if you embed YouTube videos, you are not missing out on traffic from YouTube users. So if you still aren’t sure how to add a video to WordPress, we would definitely recommend the embed video WordPress option.

FAQ on embedding videos in WordPress

How Do I Embed a YouTube Video in My WordPress Site?

So, you’ve got this cool video on YouTube, right? And now, you wanna show it off on your WordPress site. Well, my friend, it’s a piece of cake! Just grab that video URL, drop it straight into your post editor, and bam!

WordPress does its magic with oEmbed and turns it into a video player, just like that. If you’re feeling fancy, you can use the YouTube embed code instead. Go to the video, click ‘Share’, then ‘Embed’, and copy-paste that code into the HTML section of your editor.

Can I Embed Videos from Sources Other Than YouTube?

Oh, absolutely! WordPress is all about choices. You’re not just stuck with YouTube; you’ve got a whole world of options. Vimeo, DailyMotion, you name it.

Most popular video platforms are supported. Just like with YouTube, you can either use the video URL or go the embed code route. Just make sure the platform you’re using is supported by WordPress oEmbed.

What’s Up with Video Shortcodes in WordPress?

So here’s the deal with video shortcodes: they’re like these little shortcuts, super handy for embedding stuff, including videos.

WordPress has this built-in video shortcode, and you can just drop your video file URL right in there. Some plugins provide their own shortcodes, giving you even more control and options. So yeah, definitely worth checking out!

How Do I Make Sure My Embedded Videos are Responsive?

You know how we all hate it when videos look all weird on mobile? Yeah, no one wants that. So, for responsive videos, you gotta make sure your WordPress theme is up for the task.

Most themes these days are responsive by default, but if yours isn’t, there are plugins like ‘FitVids for WordPress’ that can get the job done. Just install, activate, and your videos should play nice with mobile devices.

Can I Embed a Video in a WordPress Widget?

Totally can! If you’ve got a video you wanna showcase in a sidebar or another widget area, WordPress has got your back. You can use the ‘Text’ or ‘Custom HTML’ widget, and drop in your video’s embed code. Or if it’s a WordPress-supported platform, just the URL. It’s pretty straightforward and a cool way to feature videos outside of posts or pages.

Is There a Way to Embed Self-Hosted Videos?

Alright, so you’ve got this video, and it’s not on YouTube or any other platform. It’s just chilling on your server. Can you embed it? Heck yes!

WordPress lets you upload it directly to the Media Library and embed it from there. But hey, just a heads up, videos can take up a lot of space and bandwidth, so make sure your server is ready for that.

How Do I Optimize Video Embeds for SEO?

Okay, you wanna make friends with search engines? Make sure your videos are ready to shine. You can use a plugin like ‘Yoast SEO’ or ‘Video SEO for WordPress’.

These bad boys help by adding the right metadata and making sure your videos are easy to find and love. Also, don’t forget to add a transcript or captions; it’s good for accessibility and gives search engines more text to work with.

What’s the Deal with Embedding HTML5 Videos?

Got an HTML5 video? Nice choice, my friend! Embedding these is a bit like self-hosted videos. You can upload your video files directly to WordPress and use the video shortcode to embed them.

WordPress will automatically provide a player, making it easy-peasy for your visitors to watch. Just remember, different browsers like different video formats, so you might wanna provide a couple of options.

Is There a Best Practice for Video Embedding in WordPress?

You bet! Keeping things smooth and speedy is the name of the game. So, first off, try not to go overboard with embedding a ton of videos on one page. It can slow things down, and no one likes that.

Use a video hosting service when you can, and consider lazy loading for videos. This means they only load when they’re about to be viewed, saving precious load time and bandwidth.

How Can I Fix Issues with Video Embedding in WordPress?

Ran into a snag, huh? Don’t worry, it happens to the best of us. First thing, check that the video URL is correct and supported by WordPress. If you’re using an embed code, make sure it’s properly pasted in the ‘Custom HTML’ block or the ‘Text’ widget.

Still not working? It might be a theme or plugin issue. Try switching to a default WordPress theme or deactivating plugins one by one to see if that fixes the problem.

Ending thoughts on how to embed videos in WordPress

In this article, we explained what is embedding a video and how to embed videos in WordPress. The WordPress embed process is relatively simple and it comes with a wide range of benefits that will help your blog or website. Additionally, we would like to mention that having an intro in your videos can make them more professional, this can be done with a free intro making tool. 

If you still aren’t sure how WordPress embed video works or how to share a YouTube video, go over this article step by step and you will surely figure it out quickly and easily.

If you enjoyed reading this article on how to embed video in WordPress, you should check out this one about how to reset WordPress.

We also wrote about a few related subjects like how to change WordPress URL, how to add JavaScript to WordPress, how to edit HTML in WordPress, how to duplicate a page in WordPress, how to edit WordPress user roles, videographer WordPress themes, and how to add WordPress featured image.


Bogdan Radusinovic
Bogdan Radusinovic

Senior SEO and Marketing Specialist

Articles: 137