Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Embedding youtube code that will validate?

    So I ran into and issue with some embeded youtube videos on one of my sites. The code youtube gives you will not validate. I found and article here that lead to my fix... rather than paste youtubes code do this

    Code:
    <object type="application/x-shockwave-flash" width="425" height="350" data="http://www.youtube.com/v/n"><param name="movie" value="http://www.youtube.com/v/n" /></object>
    where n is the ID number of the relevant YouTube video.

  2. #2
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Embedding youtube code that will validate

    You will also want to add

    Code:
    <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&#038;promoid=BIOW" target="blank"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get flash player to play to this file" width="88" height="31" /></a><br />

    just before the
    Code:
    </object>
    to send people to adobe to download flash if it isn't installed.

 

 

Similar Threads

  1. Embedding YouTube videos on Product pages
    By ailtait in forum General Questions
    Replies: 24
    Last Post: 23 Nov 2022, 10:56 AM
  2. v150 Embedding Youtube Video
    By esugrue in forum General Questions
    Replies: 2
    Last Post: 9 Sep 2012, 09:04 AM
  3. where do I change this code so that my image will show up
    By Fritzb in forum General Questions
    Replies: 2
    Last Post: 20 Jan 2011, 05:42 AM
  4. my ssl pages will not validate w3c
    By AmandaGero in forum General Questions
    Replies: 2
    Last Post: 27 Jul 2010, 05:41 PM
  5. Forms that validate XHTML-STRICT?
    By swortis in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Mar 2007, 07:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg