Adding a Youtube Video in the Background of a Blogger blog
Some of you may be wondering how to play videos with only color or no images in the background of a blog. We can do this thanks to the jQuery Tubular plugin , which allows you to use a YouTube video as a website background.
Although the results can be very original and interesting, I must say that there are three disadvantages: if there is an advertisement in the video, it cannot be turned off, it will be displayed and it can slow down the loading time of the blog. , so if one wants to use it, it should be used only in special cases or it can save on blogs that load very fast.
This can also be done in HTML5, the problem with this method is that you have to upload images in 3 different formats (.mp4, .webm and .ovg) for browsers that don't support video, so even then the alternative YouTube error with it looks more realistic.
You can see it in action in this blog demo .
violated
1. First step right above tags, this script:
Also this:
2. Then search > Sign (CTRL+F)
Or if you're using a template from the template builder, look for the following lines:
3. Add this under either:
note There is no mute option, so you have to turn the video off if you don't want the audio to sound like a blog demo. If you don't want black areas around it, I recommend using HD video.
If you are using jQuery, remove any other versions you need to avoid duplication and problems.
Author | jQuery pipe
Although the results can be very original and interesting, I must say that there are three disadvantages: if there is an advertisement in the video, it cannot be turned off, it will be displayed and it can slow down the loading time of the blog. , so if one wants to use it, it should be used only in special cases or it can save on blogs that load very fast.
This can also be done in HTML5, the problem with this method is that you have to upload images in 3 different formats (.mp4, .webm and .ovg) for browsers that don't support video, so even then the alternative YouTube error with it looks more realistic.
You can see it in action in this blog demo .
violated
1. First step right above tags, this script:
Also this:
2. Then search > Sign (CTRL+F)
Or if you're using a template from the template builder, look for the following lines:
3. Add this under either:
Save your changes and that's it. You need to enter the YouTube video ID in red, the ID is the symbol that appears at the end of the URL:4. Search now and tag before posting:
note There is no mute option, so you have to turn the video off if you don't want the audio to sound like a blog demo. If you don't want black areas around it, I recommend using HD video.
If you are using jQuery, remove any other versions you need to avoid duplication and problems.
Author | jQuery pipe
Post a Comment for "Adding a Youtube Video in the Background of a Blogger blog"