Install the Icon

The icon adds a window sticker button next to every vehicle on your search results and listing pages. Buyers tap it and the sticker opens — no API integration, no backend work, one script tag.

1. Add the script tag

Include your business's icon script once, in the <head> of any page that lists inventory:

<script src="https://cdn.digitalwindowstickers.com/scripts/YOUR-CUSTOMER-ID.js"></script>
2. Mark where buttons should appear

Drop a placeholder element on each vehicle card. The script finds them and renders a button for every VIN it can decode:

<div class="dws-btn"
     data-customer_id="YOUR-CUSTOMER-ID"
     data-vin="1C6JJTEG0NL173071"></div>

The icon will only appear for those vehicles we have in our list of Covered Brands. It won't appear if it's a vehicle we don't have coverage for.

This guide is still being written. In the meantime, see the icon in action or contact us and we'll walk you through the install.