The playback bookmarklet replays a recorded walkthrough as an overlay on the current page. It works on any browser with a bookmarks bar.
FoxChat has two ways to play a walkthrough. The first is the embedded player at app.getfoxchat.com/embed/<walkthrough_id> — that's the full-fidelity player with background music, lead-modal end screen, and the FoxChat-controlled chrome. The second is the playback bookmarklet, which loads playback.js into the page you're already viewing and renders the same step overlays in a Shadow DOM root. This guide is about the bookmarklet path.
The bookmarklet is the right tool when:
For visitor-facing playback — the URL you share publicly — use the embed player. The bookmarklet is an internal/preview tool.
Every walkthrough has a UUID. You can find yours in two places:
app.getfoxchat.com/embed/<walkthrough_id> — the part after /embed/ is the ID.The dashboard also offers a one-click "copy personalized playback bookmarklet" button. That bookmarklet has the ID pre-filled. Drag it to your bookmarks bar, click it on any page, and that specific walkthrough plays.
Navigate to the page where you want the walkthrough to play (typically the page where it was originally recorded). Click the playback bookmarklet on your bookmarks bar. The runtime fetches the walkthrough definition from the FoxChat API, builds a Shadow DOM root, and starts at step 1.
You will see a small controls bar at the bottom of the page with these buttons (every one has a tooltip):
Esc on your keyboard does the same thing.For each step, the runtime locates the captured element using its seven-identifier fallback chain, draws the cyan numbered badge, draws the connector line, displays the description text, and pulses the highlight ring. If a step's element cannot be found at all (the host site removed or restructured it), the runtime shows a small "step element not found" toast and offers to skip to the next step.
Compared to the embedded player at app.getfoxchat.com/embed/<id>, the bookmarklet player is intentionally lean. It does not include:
If you need any of those, share the embed URL instead.
The runtime tries each of the seven captured identifiers in priority order until one matches an element on the current page. The order is:
data-testid or data-cy, those are usually the most stable selectors and the runtime tries them first.This fallback is what makes walkthroughs replay correctly across redesigns. If the runtime cannot find the element with any of the seven, it shows the "step element not found" toast and offers to skip.
Same support matrix as the recorder bookmarklet: Chrome, Edge, Brave, Firefox, Safari, Vivaldi, Opera. Same caveats apply: the bookmarklet's loaded playback.js can be blocked by host-site Content-Security-Policy that disallows third-party script tags. When that happens you see a red toast in the corner and the runtime aborts. See troubleshooting for workarounds.
Record a walkthrough, then play it back on the same page in seconds.
Start free trial