If you want to autoplay youtube video on your blog, follow the steps given below:
1. Go to the youtube video that you want to autoplay on your blog.
2. Right click on the video and select copy embed code.
3. Open a notepad file and paste the code.
4. Only select the embed code in your notepad and copy it.
For Example: <object style="height: 390px; width: 640px"><param name="movie"
value="http://www.youtube.com/v/AigNmskovLU?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/AigNmskovLU?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object>
5. Go to your blog:
- If you want to play the video aumatically in your blog post. Click on new post and select Edit HTML. Paste the embed code and make the changes as shown below:
For Example: <embed src="http://www.youtube.com/v/AigNmskovLU?version=3"
type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always"
width="640" height="390">
Remove the highlighted text in your notepad and add &autoplay=1
For Example: <embed src="http://www.youtube.com/v/AigNmskovLU&autoplay=1"
Click on publish post.
- If you want to play the video automatically on your blog. Go to design and click on add a gadget. Add HTML/JavaScript and paste the code in the content box. Make the changes as shown above. Click on save.
That is all.
If you have any queries or suggestions please comment.
1. Go to the youtube video that you want to autoplay on your blog.
2. Right click on the video and select copy embed code.
3. Open a notepad file and paste the code.
4. Only select the embed code in your notepad and copy it.
value="http://www.youtube.com/v/AigNmskovLU?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/AigNmskovLU?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object>
5. Go to your blog:
- If you want to play the video aumatically in your blog post. Click on new post and select Edit HTML. Paste the embed code and make the changes as shown below:
For Example: <embed src="http://www.youtube.com/v/AigNmskovLU?version=3"
type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always"
width="640" height="390">
Remove the highlighted text in your notepad and add &autoplay=1
For Example: <embed src="http://www.youtube.com/v/AigNmskovLU&autoplay=1"
type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always"
width="640" height="390">
You can also change width and height of the video.
You can also change width and height of the video.
Click on publish post.
- If you want to play the video automatically on your blog. Go to design and click on add a gadget. Add HTML/JavaScript and paste the code in the content box. Make the changes as shown above. Click on save.
That is all.
If you have any queries or suggestions please comment.


No comments:
Post a Comment