🔍 Site Search Demo

Test the LiftAudit Site Search widget — inline and floating modes.


Inline Widget

The inline widget renders a search input inside <div data-liftaudit-search>. Type 3+ characters to search.


Floating Widget

Without a mount element, the floating search button appears bottom-right.

The floating widget and inline widget cannot both render on the same page (same site key). Below is the install snippet for floating mode only.

<script src="/search-widget.js?v=9" data-site="YOUR_SITE_KEY"></script>

Installation Guide

Add site search to any page in two ways:

Floating (one-liner)

<script src="https://liftaudit.com/search-widget.js?v=9" data-site="YOUR_SITE_KEY"></script>

A floating search button appears bottom-right. Click it to open the search panel.

Inline (custom placement)

<div data-liftaudit-search data-site="YOUR_SITE_KEY"></div>

The search input renders exactly where you put the div. Multiple inline instances supported.

Open your project in the LiftAudit dashboard → the search card shows your site key.

CORS is allowed for both yourdomain.com and www.yourdomain.com — register either form in your project settings.


Feature Checklist