how to disable related youtube videos from appearing in embed codes and end of videos

Discussion in 'Figero WordPress Theme' started by bizgirl, Apr 26, 2013.

Thread Status:
Not open for further replies.
  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there

    Is there some code that I can add to stop other you tube videos appearing at the end of a YT video on my site - for example the one on the front slider at www.smartglobalpay.com

    My current link is
    <iframe width="560" height="315" src="http://www.youtube.com/embed/Bzr3gBKUMtc?wmode=transparent " frameborder="0" allowfullscreen></iframe>

    Any assistance would be greatly appreciated.

    Cheers

    Maggie



     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Add code given below in your YouTube embed code

    Code:
    &rel=0
    Sending code for reference

    Code:
     <iframe width="560" height="315" src="http://www.youtube.com/embed/Bzr3gBKUMtc?wmode=transparent&rel=0 " frameborder="0" allowfullscreen></iframe>

    This will solve your issue.
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thank you so much as always Gourav. Your assistance is greatly appreciated.

    Cheers

    Maggie
     
Thread Status:
Not open for further replies.

Share This Page