Here is the code :
iframe src=“Twitch” frameborder=“0” allowfullscreen=“true” scrolling=“no” height=“517” width=“918”
The issue is that your site doesn’t force HTTPS. If I go to https://sahinlatifi.com
the embed works perfectly fine, but going to http://sahinlatifi.com
isn’t over SSL and so the embed will fail.
You need to make your site automatically redirect users going to the HTTP to the HTTPS version of the site.
How can I do this?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.