How do I add a ResoFlow widget to a Wix site?

Copy the snippet from Settings → Website widgets, then paste it into a Wix custom-code embed — site-wide for a floating button, or an HTML embed element for an in-page widget.

A ResoFlow widget is a single line of code, so adding one to Wix is a copy-and-paste job. Nothing needs installing.

Only Owners and Admins can copy the snippet.

1. Get your snippet from ResoFlow

The snippet looks like this:

<script src="https://resoflow.co.uk/widget.js" data-restaurant="your-restaurant-id" data-widget="book" data-mode="button" async defer></script>

2. Paste it into Wix

Wix has two routes, and the right one depends on your display mode:

Then publish and check the live site rather than the editor — Wix does not run embedded code in the editor, so a widget that looks missing while you're building is usually fine once published.

Wix renames its menus fairly often and the editor differs between Wix Editor, Editor X and Wix Studio. The two concepts above — site-wide custom code, and an HTML embed element on a page — are the stable parts. If you can't find them, search Wix's own help for "custom code" or "embed HTML".

Things worth knowing

Related: How do I add booking, gift card and other widgets to my own website? · How do I add a ResoFlow widget to a Squarespace site? · How do I add a ResoFlow widget to a WordPress site? · How do I add a ResoFlow widget to a Shopify site?