Having trouble getting an iFrame to display

I built a site using Freeway about four years ago, and have now been asked to add this ‘digital badge’ to the site’s home page:

https://www.yoshki.com/sra/

I have tried using the iFrame Action and also adding the code:

<!-- Start of SRA Digital Badge code -->
<div style="max-width:275px;max-height:163px;"><div style="position: relative;padding-bottom: 59.1%;height: auto;overflow: hidden;"><iframe frameborder="0" scrolling="no" allowTransparency="true" src="https://cdn.yoshki.com/iframe/55845r.html" style="border:0px; margin:0px; padding:0px; backgroundColor:transparent; top:0px; left:0px; width:100%; height:100%; position: absolute;"></iframe></div></div>
<!-- End of SRA Digital Badge code -->

in a markup item box, but neither display anything when published and previewed.

What am I doing wrong?

It’s possible your page is not being hosted as secure (https), in which case secure content like this badge will not display at all. Can you post the url of your page where you tried to add the badge?

Walter

I hadn’t thought of that, Walter. Have since tried testing it on a domain with a security certificate, and it seems to work! :slight_smile: Thanks very much.