Embed Videos

Hi-

I had some videos embedded but the code stopped working when I switched over the GoDaddy Managed WP hosting and the SSL was applied to the entire site and not just checkout pages. Would this have been the cause to stop the embedded videos from playing?

Here is the link to the page: https://candicemcfield.com/fox-4-workouts/

Because the videos no longer directly work. I inserted a .jpeg linked it to the original source page which is Fox 4. It would be better if the videos played directly on my page though.

What do I need to do to get the videos to play on the page again? Here is the embed code that is used on the page. <script height=“433px” width=“770px” src=“http://player.ooyala.com/iframe.js#pbid=41a7fde962484147af148038b175431a&ec=tvZWVzMjE6M_-92dvzs-9H0SQNeiDw21”></script>

Hi @cmcfield,

I hope you are well today and thank you for your question.

I visited your shared site and it seems happening because of SSL which is generating the following error in the browser console.

Mixed Content: The page at 'https://candicemcfield.com/fox-4-workouts/' was loaded over HTTPS, but requested an insecure script 'http://player.ooyala.com/iframe.js'. This request has been blocked; the content must be served over HTTPS.

Could you please try using the below code instead which uses HTTPS?

<script height="433px" width="770px" src="https://player.ooyala.com/iframe.js#pbid=41a7fde962484147af148038b175431a&ec=tvZWVzMjE6M_-92dvzs-9H0SQNeiDw21"></script>

Best Regards,
Movin

Thanks so much Movin. I got it fixed!

You are most welcome here :slight_smile: