Results 1 to 5 of 5

Thread: Embedding YouTube Video

  1. #1
    User
    Join Date
    06-30-09.
    Posts
    37

    Default Embedding YouTube Video

    Hey Guys,

    What is the best way people have found to embed a youtube video? I have tried using the YouTube generated embed code and copy/pasting into a Custom HTML module, but this doesn't work in firefox or ie, just google chrome.

    Is there a better way?

  2. #2
    User
    Join Date
    06-30-09.
    Posts
    37

    Default Re: Embedding YouTube Video

    Nevermind, I just needed to add the <embed> tag to the allowed tags in the Settings module.

  3. #3
    User
    Join Date
    07-23-09.
    Location
    Massachusetts, United States
    Posts
    32

    Default Re: Embedding YouTube Video

    NEVER MIND!


    I don't know how you got the youtube video to display. First, youtube doesn't use the embed tag any longer (they use 'object'), and even when I add that tag in the settings, I still can't get the video to display (even though the code is printed out).

    Does anybody have any ideas?

    thanks,
    Bill
    Cheers,

    --- Link removed according to the forum rules ---
    Follow me on Twitter

  4. #4
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Embedding YouTube Video

    Code:
    <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-RPM7RLEFjs&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-RPM7RLEFjs&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
    embed is within object bill.
    put above in an html content element and it should show

  5. #5
    User
    Join Date
    07-23-09.
    Location
    Massachusetts, United States
    Posts
    32

    Default Re: Embedding YouTube Video

    yeah, I got it working ... something else screwy was going on too ... cache problem? Don't know, but all of a sudden it started working. Thanks!
    Cheers,

    --- Link removed according to the forum rules ---
    Follow me on Twitter

Bookmarks

Posting Permissions

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