Sumoling123456Sumoling123456
Sumoling123456PLUS
Sep 3, 2026

Q: I cannot embed widget to a page or anywhere..

Eg I want to embed a speadimple widget: <script src="https://spread.name/js/widget.js"></script>
<div data-ss-widget data-id="XXXX"></div>

https://help.spreadsimple.com/en/article/embedding-spreadsimple-as-a-widget-into-other-platforms-xorqqu/

Once, I publish the page, it seems that Suitedash removes any embeds/external scripts.

How to fix that please?

Founder Team
Mike_SuiteDash

Mike_SuiteDash

Sep 3, 2026

A: Good news, Sumoling123456, there's a fix here, it's just not a raw script tag dropped straight onto a Page.

Before anything else, test whether Spreadsimple allows iframe embedding at all. Some providers block it outright with headers that have nothing to do with SuiteDash. Take the URL your widget loads from and run it through this:

https://iframetester.com/

If it renders cleanly there, you know embedding is allowed and the fix is on our side. If it fails there too, refuses to load, shows a blank frame, or errors out, that's Spreadsimple blocking iframe embedding by policy, and no Block on our end will get around it.

Run that first and let me know what you see.

Assuming it comes back clean: the tool built for third-party embed code on a Page is the Embed Block, not a Text Block. Add a Block, choose Embed Block, paste your embed code into the Embed Code field, save. That should carry your script and div tags through without being stripped (not sure that's happening, but just offering ideas)

If Spreadsimple gives you a direct iframe URL instead of the script snippet, the iFrame Block takes a URL directly, which is often the more reliable path for third-party widgets.

Thanks,

Mike

Share
Helpful?
1
Log in to join the conversation

Indeed - the iframe url is the more reliable here, thank you Mike!

My pleasure :) you're sorted with this then? Thanks