LinkToast
Back to Integrations
Raw HTML logo

Add the LinkToast widget to Raw HTML

Paste one script tag where you want the widget. The loader inserts the iframe and keeps it in sync with whatever you publish from Studio.

Prerequisites

  • An active LinkToast account
  • A published widget in Studio
  • Access to edit the HTML of the target page

Step-by-step

  1. Publish your widget in Studio

    Open Studio, finish your widget layout, and click Publish. Copy the embed code from the Code button. It includes your widget ID.

  2. Open the page HTML

    Edit the page where the Trusted By block should appear. You need access to the raw HTML or a template file, not only a visual editor preview.

  3. Paste the script tag

    Paste the embed snippet from Studio where you want the widget to render. Before the closing body tag is a reliable default. The script loads async and does not block the rest of the page.

  4. Save and deploy

    Upload or deploy the updated HTML. Load the page in a browser and confirm the widget appears. Publish an update in Studio to verify the live widget changes without editing the tag again.

Troubleshooting

The widget does not show after I paste the tag.
Confirm the script src and data-widget-id match the snippet from Studio. Check the browser console for blocked scripts or Content Security Policy rules that disallow external script tags.
The widget shows but looks cut off.
The iframe height adjusts automatically after load. If a parent container sets a fixed height with overflow hidden, remove that constraint around the embed area.
Do I need to change the tag when I update partners in Studio?
No. Publish in Studio. The same script tag keeps working and visitors see the latest published version.

Create your widget in Studio

Sign up, publish a widget, and paste the embed code on your site.