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.zipReadme
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
- Drop into
wp-content/plugins/site-walker-wp/. - Activate:
wp plugin activate site-walker-wp. - 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:
- Session in progress → render launcher; rehydrate history via
GET /messageson open. - API known reachable (cached probe within 24h) → render launcher; mint a session on click.
- No recent probe →
GET <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
- Roadmap & TODO:
dev-notes/00-project-tracker.md - Changelog:
CHANGELOG.md - Coding standards:
.github/copilot-instructions.md
GPL-2.0-or-later.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 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 |