Web Plugin Setup
The web plug-in uses a single store location as a target for the created item requests. Stores within 20 miles will also be able to see these requests.
Add this html to your page in order to display the web widget:
<div class="nytch-request-widget" data-store-id="{ STORE_ID }"></div>
<script src="https://fir-nytch.web.app/bundle.js"></script>
Replace STORE_ID
with the id of your target store location.
If you want the widget to expand to fill all available width, add data-flex="true"
inside the div:
<div class="nytch-request-widget" data-store-id="{ STORE_ID }" data-flex="true"></div>
<script src="https://fir-nytch.web.app/bundle.js"></script>
If you have a Content-Security-Policy specified, this will need adjusting -- please ask us for assistance.