How to add Youtube videos to your website

Adding youtube videos to your website is very and so much simple than any other method. If you have a video I prefer you upload your video to Youtube.com instead of uploading it to your webhost. This will save you alot of disk space and your video can’t be stolen by other people.

Go to the video you want to add on Youtube, on the page you watch the actual video, there will be a box on the right column. Take the code in the Embed box, and paste it anywhere in your website that you want.

It sounds very easy because it is. If you want to change the setting of the video for example you want it to start automatically, in the embed code, there will be 2 adress pointing to the Youtube videos source just like http://www.youtube.com/watch?v=KBuTIiS0nig Change the ?v= part to /v/ and on the end add &autoplay=1 so your video links will look like this http://www.youtube.com/watch/v/KBuTIiS0nig&autoplay=1

And that’s it you good to go! After you add your video, it will look like this on your website:

You can always edit this code, for example you can set the width and height aswell.
Good luck !

How to add a video to your site

This article will teach you how to add a video to your website very easy and simple.  The below HTML codes are examples of how you can add a video file to your website.

Although adding a video to your website makes your site interesting and look cool; you should try not to.  Adding a video to your website use alot of your bandwidth.  I also don’t recommend it because some movie files are in a massively large size.  So if you have a webhost with 100MB of disk space, adding only couple short videos would eat up that space.

So, let’s get started, first upload your video file to your host, if you don’t know how read my What is FTP and How Does it Work article because you will upload the video through FTP. Then change the below code’s “src” adress to the directory where you upload the video, for example ; if you upload the video to www.your-web-site.com/video/movie1.avi then you should change the “src” (http://yourfile.avi) adress of the below code to this.

If you add the above code to your website you will get this:

 

How to add music to your website

Want to add a song or just a music file you like to your website? Well, on this article, you will go through basic steps of how to add music files to your web page; but before, you should know that adding a music file to your website will slow you web page down. Let’s get started.

Adding a music file is very easy and simple, you can use so many kinds of HTML codes to do so. Like the one right here
is a very simple little widget that will let you visitors to choose if they want to listen to the music file or not. It will look exactly like this:

How to add background music to your webpage

Adding a background music to your website will automatically start when a visitor comes to your website, which is not a good idea because you might scare them and lead them to hit the “back” button so fast without even taking a look at your website. This code allows you to add an background music to your website:

How to put music to your website

Now on the example codes I have above you see a src=”yourmusicfile.mid” you need to change yourmusicfile.mid to you music file adress. For example http://www.my-music-website.com/Rihanna-rules.mp3 :)