Test the LiftAudit Site Search widget — inline and floating modes.
The inline widget renders a search input inside <div data-liftaudit-search>. Type 3+ characters to search.
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>
Add site search to any page in two ways:
<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.
<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.
prefers-color-scheme