Solved: 6 Years, 7 Months, 2 Weeks ago SSL - Youtube Videos
#1
Solved: 6 Years, 7 Months, 2 Weeks ago
Hello, after I switched to https in my forum I noticed none of videos are shown properly. 

Then I looked at source code and when I change videos' link from http to https, its fixed. Whats causing http links not being shown and how do I fix it?

Okay I fixed, I had to change video_youtube_embed code.
Reply
#2
Solved: 6 Years, 7 Months, 2 Weeks ago
A little tip: to avoid troubles with http/s, forget the scheme in the url and start it just with //. The browser will interpret it based on the current site scheme.

Here is my video_youtube_embed:
<iframe width="560" height="315" src="//www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>
Do not ask me help through PM or Discord
Reply
#3
Solved: 6 Years, 7 Months, 2 Weeks ago
css?family=Ubuntu:400,700
font-awesome.min.css
fontawesome-webfont.woff?v=4.2.0

Chrome sees these 3 sources as 'unsecure' but I couldn't find these files anywhere, even when I look at Sourcecode, there is no such link etc. They are apparently being loaded within the page, but have no idea how to fix it.

First one is googleapis, i can fix it by simply changing http to https. But I cant find where are they.

Anyway its fixed, I will switch to new thread.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)