Widget flicker or duplicate rendering
Usually caused by duplicate loaders or aggressive third‑party CSS/JS.
Most common cause: duplicate loaders
If you pasted the loader script multiple times on the same page (or your builder injects it in multiple places), the runtime can initialize more than once.
Fix: ensure there is only one loader script per page, then keep multiple widget containers below it.
Another cause: external CSS transitions
Some themes apply global transitions/animations to all elements. This can cause visible flicker when widgets mount.
If you control the site theme, reduce global transitions (e.g., * { transition: ... }).
A quick debugging workflow
If you can’t tell whether the issue is your site or the embed:
- Verify the widget works in the editor preview.
- Paste the snippet into a simple test page.
- Then paste it into the real page.
This isolates conflicts from theme CSS and other scripts.
If the issue only happens on the real page, check for global CSS transitions, heavy optimization plugins, and duplicated loader scripts.
Need help? Send the right details (so we can answer fast)
Support is fastest when we can reproduce the issue.
Please include:
- The page URL where the widget is embedded (or the editor URL)
- The platform/builder (WordPress, Webflow, Shopify, Squarespace, etc.)
- What you expected to happen vs what you see
- A screenshot of where the snippet is pasted (or a short screen recording)
If your issue involves a social connection (Instagram/Threads/TikTok), also include:
- Which login path you used (Instagram vs Meta vs TikTok)
- A screenshot of the provider error screen (if any)
- Whether the account is Personal vs Business/Creator
Contact us here: /support.
