Youtube help please

by 9 replies
12
I own a website and I have videos which are hosted on Youtube (I own the content).

When I display the video on my website via the embed code I grabbed from Youtube, I whole bunch of other video thumbnails are displayed at the end of the video.

Is there a way I can stop this so that once the video stops playing on my website, no other video thumbnails are displayed?

Thanks
#main internet marketing discussion forum #youtube
  • Get the embed code, it should look like this:

    Code:
     
    <iframe width="420" height="315" src="Jeff Beck Group - I Ain't Superstitious - YouTube" frameborder="0" allowfullscreen></iframe>
    Then just add ?rel=0 after the url in the code:

    Code:
     
    <iframe width="420" height="315" src="Jeff Beck Group - I Ain't Superstitious - YouTube?" frameborder="0" allowfullscreen></iframe>
    The "rel" is for "related" and the =0 means "no".

    Arggggg! I can't get the forum to format this correctly...

    Here's info on how to do it from Google/Youtube:
    https://developers.google.com/youtube/player_parameters
    • [ 3 ] Thanks

  • <iframe width="420" height="315" src="http://www.youtube.com/embed/SYlWNb9tmtk?rel=0" frameborder="0" allowfullscreen></iframe>
    • [ 1 ] Thanks
  • I've been wondering how to do this also. Thanks Marcuslim and Kurt.
  • hmmm interesting little trick Like it
    • [1] reply
    • When you grab the embed code right underneath there's a checkbox that's checked by default "Show suggested videos when the video finishes", you can also uncheck that and it'll do the same thing.
      • [1] reply
  • Banned
    [DELETED]
  • Some website builders have a video option to disable those video links, but it depends on the website service provider

Next Topics on Trending Feed

  • 12

    I own a website and I have videos which are hosted on Youtube (I own the content). When I display the video on my website via the embed code I grabbed from Youtube, I whole bunch of other video thumbnails are displayed at the end of the video.