Forums

Embed code does not work when published or previewed (3 posts)

  1. srqweek
    Member
    Posted 1 year ago #

    I have embed code for a video file.

    When I enter the embed code in the HTML view, then switch to the Visual view, the video player is plainly visible and will play if activated.

    However, when I preview or publish, I get an image box with a 404 error displayed.

    Anyone know what is going on here?

    here is the embed code:

    <iframe frameborder="0" width="640" height="360" name="vidly-frame" src=
    "http://s.vid.ly/embeded.html?link=3y0d6p&width=640&height=360&autoplay=false">

    <img src="http://cf.cdn.vid.ly/3y0d6p/poster.jpg"/>
    </iframe>

    Many thanks for your advice.

    Jeff in Palmetto, FL

  2. phe.le
    Member
    Posted 1 year ago #

    There is a space between src= and "https://".

    Try:

    <iframe frameborder="0" width="640" height="360" name="vidly-frame" src="http://s.vid.ly/embeded.html?link=3y0d6p&width=640&height=360&autoplay=false">

    <img src="http://cf.cdn.vid.ly/3y0d6p/poster.jpg"/></iframe>

  3. srqweek
    Member
    Posted 1 year ago #

    Yes, that worked perfectly.

    I will have to contact vid.ly and let them know.

    many thanks.

    Jeff in Palmetto, FL

Topic Closed

This topic has been closed to new replies.

About this Topic