Youtube video playlists load http images in https

Posted in: Newsmag
Post count: 90

Hello, in the page where I use the youtube video playlist, I receive this notification:
Mixed Content: The page at ‘https://www.mysite.com/video-playlist/’ was loaded over HTTPS, but requested an insecure image ‘http://img.youtube.com/vi/number/default.jpg’. This content should also be served over HTTPS.

How can I fix it?

Post count: 6600

Hi,

What theme version you use because in the latest theme version this should also use over https without issues: http://screencast.com/t/WOeWrXuJ8ohN
Let me know and if you’re not using the latest theme version please update it and test again or add https to the pointed file and line.

Thanks

Post count: 90

Hi, I’m using version 1.7.1. Can’t update at the moment.

I’ve modified that line, but still loading via http:

$buffy[$id_video]['thumb'] = 'https://img.youtube.com/vi/' . $id_video . '/default.jpg';
						$duration = $obj['items'][0]['contentDetails']['duration'];
  • This reply was modified 11 years by daimpa.
Post count: 90

For your information, I’ve added it to a page via visual composer.

Post count: 6600

Hi,

Please provide wp-access so I can check this and also provide a link to this tread at contact@tagdiv.com

Thanks

Post count: 90

Solved, had simply to rebuild the page! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.