- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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...