Youtube Thumbnail should use SSL
-
Hi,
I’m using SSL on my site and when the default YouTube thumbnail is created on the homepage it generates an warning as it is being served via HTTP. In the file
template-frontpage.php
it can be updated with$shop_isle_yt_thumbnail = 'https://img.youtube.com/vi/' . $shop_isle_youtube_id . '/maxresdefault.jpg';
or
$shop_isle_yt_thumbnail = '//img.youtube.com/vi/' . $shop_isle_youtube_id . '/maxresdefault.jpg';
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Youtube Thumbnail should use SSL’ is closed to new replies.