Having problems adding videos to far right column

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Aug 3, 2013.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    I'm having problems adding videos to the far right column of the Photo Gallery page on our website: www.dc3band.com. There are three videos on the "Video" webpage, which I was trying to post in a smaller window on the right hand column on the "Photo Gallery" page. The first one posted correctly, but the second two are not working. Can you help me?
    Thank,
    LouAnn
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    I think you have pasted incorrect embed video code in the text widget.
    So, paste the code given below in the text widget content area (Appearance > Widgets) instead of the previous code.

    Code:
    <p><iframe src="http://www.youtube.com/embed/GgUSOsRWZNM" height="315" width="280" allowfullscreen="" frameborder="0"></iframe></p>
    <p>&nbsp;</p>
     
    <p><iframe width="280" height="315" src="//www.youtube.com/embed/R8Gft3MZSfc" frameborder="0" allowfullscreen></iframe></p>
    <p> </p>
     
    <p><iframe width="280" height="315" src="//www.youtube.com/embed/XgIk23bNark" frameborder="0" allowfullscreen></iframe></p>
    <p> </p>
    This will solve your issue.
     
    louanncovi likes this.

Share This Page