Wix
- Open the page where the booking form should appear.
- Add an Embed HTML element.
- Paste the Yokova script or iframe code and publish the page.
Yokova Integrations
Yokova gives each business a small booking widget that can be pasted into Wix, Squarespace, Shopify, WordPress, or a custom website. Customers stay on the business website while requests flow into the Yokova app.
Business-specific
The examples below use YOUR_ENTITY_ID. Logged-in businesses
should copy their ready-made code from:
That page automatically fills in the correct entity ID and can generate all booking types or one type only, such as grooming, boarding, or services.
No website needed
Businesses can place a Yokova booking link in Instagram, TikTok, WhatsApp, Linktree, or any social profile. The page shows the business logo, name, public message, booking types, and services.
https://yokova.pet/booking?entity=YOUR-BUSINESS-NAME
Logged-in businesses should copy their exact link from
Settings -> Integrations. The entity value can be the
business slug, such as happy-paws, or the entity ID.
Recommended
Use this for most websites. The script creates the iframe for you and adjusts the height as the form expands.
<script
src="https://yokova.pet/booking-widget.js"
data-entity-id="YOUR_ENTITY_ID"
async
></script> Use this when the website builder blocks external scripts but allows iframe embeds.
<iframe
src="https://yokova.pet/embed/booking?entity=YOUR_ENTITY_ID"
title="Booking request"
style="width:100%;max-width:760px;min-height:620px;border:0;"
></iframe>
Add data-type when a page should only accept one request type.
Supported values are grooming, boarding,
and service.
<script
src="https://yokova.pet/booking-widget.js"
data-entity-id="YOUR_ENTITY_ID"
data-type="grooming"
async
></script> Setup
Checks
data-entity-id.