Trustpilot Review Widget for iFrame — Universal Embed for Script-Restricted Environments
BlooTrue's Trustpilot Review Widget for iFrame is a free embed for environments that don't allow <script> tags — locked-down CMSes, intranet portals, email-style HTML, and any platform that strips JavaScript loaders. It's the universal escape hatch when the standard script embed is blocked. This matters more for Trustpilot than for most sources because Trustpilot's own TrustBox is also script-only, so on script-restricted hosts there is literally no Trustpilot-shipped option that works. Common targets: locked-down enterprise CMSes that strip <script> tags as a security policy; email signature platforms (HubSpot, Apple Mail templates) where iframes sometimes survive but scripts almost never do; intranet portals like SharePoint and ServiceNow CMS where IT blocks third-party scripts; the old WordPress.com Free plan (which strips scripts); platforms with a "URL-only" embed slot like Notion, some wikis, and headless CMSes that whitelist by domain; and HTML newsletters where the recipient's email client strips scripts but preserves iframes.
How to embed Trustpilot reviews via iframe in 60 seconds
- Paste your trustpilot.com/review/yourdomain.com URL into the configurator above and click Get Embed Code.
- Pull the widget ID out of the snippet — it's the part after
blootrue-widget-in the<div>class (e.g. inclass="blootrue-widget-abc123"the ID isabc123). - Replace the standard
<script>+<div>snippet with this iframe instead:<iframe src="https://api.blootrue.com/api/widgets/embed/YOUR_ID/render" style="border:0;width:100%;min-height:600px;" frameborder="0" title="Reviews"></iframe> - Paste the iframe wherever you can write raw HTML. Heads-up: iframe mode loses auto-resize, so set
min-heightgenerously (600–800px is typical).
Same renderer, different mount point
The iframe URL https://api.blootrue.com/api/widgets/embed/YOUR_ID/render is the same endpoint the standard <script> loader mounts internally. iframe mode renders the exact same widget, just without the auto-resize and the script-driven mounting. Tradeoff: simpler integration, fixed height (you setmin-height manually). Visually pixel-identical to the script-embed output.
BlooTrue iFrame vs Trustpilot TrustBox
TrustBox is Trustpilot's official embed and it is also script-only — there is no published iframe-direct URL for TrustBox. So on a script-restricted host, TrustBox simply does not load. Combined with TrustBox being gated behind Trustpilot's Business plan ($389+/mo), BlooTrue's iframe-direct mode is the only realistic path for free Trustpilot profiles on script-restricted environments.