Hi all, This is my blog... http://ipl-mania-in-india.blogspot.com/ I wanted to add youtube video in my blog but unable to do so... can anybody guide me how to insert a video in the blog? thnx in advance!
I got the embed code but how to add it in blog at particular place? When I tried to add video in blog, its asking for file to upload with a msg we accept AVI, MPEG, QuickTime, Real, and Windows Media, 100 MB maximum size. i am not getting where to add the embed code.. pls direct me...
asawari just go to youtube and copy the embed code of that video and paste that code in your post and than click publish , you can see video of your blog post .
Ok here is the step by step guide. First take the embedding code of your chosen video from YouTube. It will appear something like this. <object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/bU4gXHkejMo&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/bU4gXHkejMo&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> Code (markup): Now open your post, where you want to embed it, click the 'Edit HTML' tab of top right of post editing frame. Place your cursor, where you want to embed it. Surround your video code with the following code to align it in center. <div align="center"> Your video code here </div> Code (markup): Hope this helps.