x

HTML Embed issue

Hi, im trying to embed an html code onto a page for my website, and when I use the embed code tool it will create the box, but there will be no image inside. Ive tried using other html embed generators with the same result. I've been able to embed objects to other pages of my site including a facebook page, twitch stream, and soundcloud playlist, so I'm stumped as to why this isn't working.

The code im getting is directly from a embed code (</>) function on the site. The code it gives me is <iframe src="http://challonge.com/VS2PCG_MMToC_GS_2018/module" width="100%" height="500" frameborder="0" scrolling="auto" allowtransparency="true"></iframe> is there anything additional I need to do in order to get this to populate?

633 Views
Message 1 of 2
Report
1 REPLY 1

@TeamAttack

Using that code is causing a security issue (mixed content) in your iframe - you have 2 options...

1. Request embed code from them that is loaded via SSL - i.e. https:..

2. Use code as is and turn off SSL on your website...

image

614 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.