How To Add A Video To Your Blog
Actually there are two ways to put the videos into your blog.
1. In the post
Q:How to resize your video?
Embed HTML Example:
You change the width and height (make sure u change both and at the same size)
Let say you change width to 250 and the height to 300 then the embed html will be like this:
1. In the post
- From the video source websites such as YouTube @ Metacafe, there will be an embed html then copy it into the post that you want to.
- Then publish post. You can see that a video or videos will be at the post that you wrote.
- First chose the layout menu in the blog
- Then chose add a gadget menu in the layout menu
- Then add a HTML/Java Script in the "add a gadget" menu
- Then copy embed HTML into the HTML/Java Script
- Save it then view ur blog
Q:How to resize your video?
Embed HTML Example:
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/_sarYH0z948&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_sarYH0z948&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>
You change the width and height (make sure u change both and at the same size)
Let say you change width to 250 and the height to 300 then the embed html will be like this:
<object width="250" height="300"><param name="movie" value="http://www.youtube.com/v/_sarYH0z948&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_sarYH0z948&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="250" height="300"></embed></object>
Save it then view or refresh ur blog, any question ask me through the comment menu okeh...Brought to You By
Comments