WP Manifestindependent plugin directory
manifest / ai / site-walker-wp

Site Walker

WordPress plugin for Site Walker chatbot

by Headwall Hosting · github.com/headwalluk/site-walker-wp · website

0stars
4release downloads
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/headwalluk/site-walker-wp/releases/download/v1.2.0/site-walker-wp.zip

Readme

Site Walker WP

A floating front-end chat widget for WordPress, talking directly to a Site Walker API instance from the visitor's browser.

Status: 1.2.0 — new Context tab for editing the chatbot's context blocks from wp-admin, plus a visitor-country column on the Sessions tab.

Install

  1. Drop into wp-content/plugins/site-walker-wp/.
  2. Activate: wp plugin activate site-walker-wp.
  3. Open Site Walker in the WP admin, enable the widget, set the API server URL, tune appearance.

How it loads

The widget JS gates network calls via localStorage, keyed per API host:

  1. Session in progress → render launcher; rehydrate history via GET /messages on open.
  2. API known reachable (cached probe within 24h) → render launcher; mint a session on click.
  3. No recent probeGET <apiUrl>/sessions/can-start. On { "ok": true }, render the launcher. On any other response, hide and don't re-probe for 1h.

Requires

  • WordPress 6.0+, PHP 8.0+
  • A Site Walker API instance whose chatbot allowlist includes the WP host's origin

Docs

GPL-2.0-or-later.

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.2.0 Jun 9, 2026 site-walker-wp-1.2.0.zip 0
v1.2.0 Jun 9, 2026 site-walker-wp.zip 1
v1.1.1 May 25, 2026 site-walker-wp-1.1.1.zip 0
v1.1.1 May 25, 2026 site-walker-wp.zip 2
v1.1.0 May 25, 2026 site-walker-wp.zip 0
v1.1.0 May 25, 2026 site-walker-wp-1.1.0.zip 0
v1.0.0 May 25, 2026 site-walker-wp-1.0.0.zip 1
v1.0.0 May 25, 2026 site-walker-wp.zip 0