Sports-reference.com widget embed

I can’t seem to get this widget to embed using the html element. Any ideas?

here’s the script i’m trying to add

script type=“text/javascript” src=“http://widgets.sports-reference.com/wg.fcgi?css=1&site=cbb&url=%2Fcbb%2Fschools%2Fmemphis%2F2016-gamelogs.html&div=div_stats_basic”></script

And can you share a link where you’re trying to add it?

The box on this plage is where i’d like it to display. the link is below.

@pking06 you need to set your app on public or duplicate it on a public app. That way we will have access to the editor and be able to assist you.

here’s a public version.

So when you press ‘Preview’ and look at the console, you see this

it’s a classic issue with embedded HTML snippets. Your app is on SSL (bubbleapps.io apps are), and the code you’re trying to load isn’t secure. 2 ways to fix this:

  1. use your own domain without SSL
  2. load the content over SSL if they support this. Here I don’t think they do.
1 Like

thanks!