Html label dont work

For some reason, when I publish my project, it doesn’t display the HTML label, not even in the cloud editor, but if I run my project locally, it does. Could you please help me fix this?

I checked the code structure and everything seems to be correct.

https://pointtech.shapespark.com/oficina_tecno-1/

The content of your HTML label embeds another webpage in an iframe. Since the parent webpage (the Shapespark scene) uses the HTTPS protocol, the embedded webpage have to use HTTPS too. Correct your URLs from http:// to https://.

By the way, the content of an HTML label should be an HTML snippet, not a full HTML document, so elements like <html>, <head>, <body> shouldn’t be used.

1 Like

I’ve used an iframe embed and it still won’t render the page, I don’t know what’s going on.

Could you publish the scene, share the link with us, and describe how to open this particular HTML label, so we took a closer look at the issue?