How to disable playing other Youtube video at Home Page Col-2?

Discussion in 'Cloriato WordPress Theme' started by midoricraft, Feb 20, 2013.

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

    midoricraft Member

    Joined:
    Dec 7, 2012
    Messages:
    38
    Likes Received:
    0
    Here is the start of my video:
    Col 2 Read More Link.png

    And here is the screenshot after end of video:
    Col 2 Video End link.png How do I bring back the start of my video here as it does not look right to enable playing other YouTube video at my home page.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Add code given below in your YouTube iframe code

    Code:
    ?rel=0
    Sending example Youtube iframe code for reference

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

    This will solve your issue.
     
  3. midoricraft

    midoricraft Member

    Joined:
    Dec 7, 2012
    Messages:
    38
    Likes Received:
    0
    Yes, it solved my issue. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page