Skip to main content
Foglift

Embeddable Scan Widget

Add a free website scanner to your agency or client site. Visitors scan their URL and see instant SEO + GEO scores, driving leads back to your Foglift dashboard.

Quick Embed (iframe)

Copy this HTML and paste it into any webpage:

<iframe
  src="https://foglift.io/embed/widget"
  width="100%"
  height="320"
  frameborder="0"
  style="border: 1px solid #e5e7eb; border-radius: 12px;"
  title="Foglift Website Scanner"
></iframe>

JavaScript Embed

For more control, use the JS snippet. It auto-injects the widget:

<div id="foglift-widget"></div>
<script src="https://foglift.io/embed/widget.js" async></script>

Customization Options

Add data attributes to customize the widget:

<div
  id="foglift-widget"
  data-theme="dark"
  data-accent="#6366f1"
  data-ref="your-agency-name"
></div>
<script src="https://foglift.io/embed/widget.js" async></script>
data-theme“light” | “dark” (default: auto-detect)
data-accentCustom accent color (hex, default: #6366f1)
data-refYour referral ID for lead tracking

Preview