Autoplay Embedded Youtube Video on Blogs, Myspace or Facebook

June 4, 2008



If you want to remove starting play button from youtube video and want to that youtube video should autoplay when any one load the web page that contains youtube video, you can easily modify the youtube embedding code for this purpose.

Here is the step by step procedure.

Step 1- Copy the embed code of youtube video and paste it on notepad.

For example the embed code for titanic video is

<object width=”425″ height=”355″><param name=”movie” value=”http://www.youtube.com/v/uO_vFuzPJvc&hl=en”></param><param name=”wmode” value=”transparent”></param><embed src=”http://www.youtube.com/v/uO_vFuzPJvc&hl=en” type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”355″></embed></object>

Step 2 - Remove the initial portion of the code from <object to before <embed

So now the code is

<embed src=”http://www.youtube.com/v/uO_vFuzPJvc&hl=en” type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”355″></embed></object>

Step 3- remove the last </object>

now the code is

<embed src=”http://www.youtube.com/v/uO_vFuzPJvc&hl=en” type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”355″></embed>

Step 4 Add &autoplay=1 in the last portion of url of Youtube video in the code

now the code is

<embed src=”http://www.youtube.com/v/uO_vFuzPJvc&hl=en&autoplay=1″ type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”355″></embed>

If you put the last code in blogs, myspace or facebook. The video will play automatically without pressing play button. Above Titanic video is embedded with last code.

If you are still not able to do it, just watch this video

We will send you some more information related to Autoplay Embedded Youtube Video on Blogs, Myspace or Facebook

Related Articles

  • Where is YouTube Video Description, Category ? New location is just below the Video
  • Making of YouTube From Scratch Video
  • How to Put Clickable URL link or Hyperlink at Youtube Description
  • Youtube video not playing full : problem solution
  • Minimum Broadband Speed for Seamless live IPL Cricket on YouTube
  • Comments

    3 Responses to “Autoplay Embedded Youtube Video on Blogs, Myspace or Facebook”

    1. Mark P. on December 13th, 2008 12:03 am

      Hello,

      I have a few videos on myspace, original codes were edited to remove the ‘embed’ code so that others could not copy my video and stick them on other sites…

      MySpace seems to have changed their tactic and now when the video ends, all one has to do is copy the embed code and paste it…

      Can you please show me what characters to remove so that my videos are still protected…?

      Respectfully,

      Mark P.

      P.S. I uploaded the video using the MySpace format (not YouTube).

    2. justacrosshair on February 8th, 2009 12:46 am

      THANKS. this was a great help.

    3. Sean on February 24th, 2009 4:47 pm

      Ops wrong link!
      Hey read How I got my App on Facebook to just start running when a friend visits my page

      http://www.facebook.com/home.php?#/topic.php?uid=2364439111&topic=8032&ref=mf

    Leave a Reply




    Comment moderation is enabled. Your comment may take some time to appear.