btmgreg
Well-known member
Hi there everyone - Hoping someone can help me.
I'm trying to display a GoFundMe widget - the code is as such -
It doesn't display upon saving - and these are the errors in the browser -
and
Not really sure where to go from here. The link within the widget code is https. My site is https. It seems to be where the widget code directs, too. Not sure why.
Any tips? Thank you in advance
I'm trying to display a GoFundMe widget - the code is as such -
Code:
<div class="gfm-embed" data-url="https://www.gofundme.com/f/the-truth-runs-marathons/widget/large/"></div><script defer src="https://www.gofundme.com/static/js/embed.js"></script>
It doesn't display upon saving - and these are the errors in the browser -
Mixed Content: The page at 'https://www.behind-the-mask.net/' was loaded over HTTPS, but requested an insecure frame 'http://www.gofundme.com/f/the-truth-runs-marathons/widget/large'. This request has been blocked; the content must be served over HTTPS.
and
Uncaught TypeError: Cannot set properties of undefined (setting 'height')
at embed.js:1
Not really sure where to go from here. The link within the widget code is https. My site is https. It seems to be where the widget code directs, too. Not sure why.
Any tips? Thank you in advance