WP Manifestindependent plugin directory
manifest / ai / wordpress-plugin

ContinueWith

Official WordPress plugin — inject ContinueWith widget with your site key

by ContinueWith · github.com/continuewith-ai/wordpress-plugin · website

3stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/continuewith-ai/wordpress-plugin/archive/refs/heads/main.zip

Readme

ContinueWith WordPress plugin

Official thin plugin for ContinueWith — injects the AI handoff widget on every public page.

Install

From GitHub (recommended)

cd wp-content/plugins
git clone https://github.com/continuewith-ai/wordpress-plugin.git continuewith

Then in WP Admin → Plugins, activate ContinueWith.

Manual ZIP

  1. Download this repo as ZIP
  2. Extract into wp-content/plugins/continuewith/
  3. Activate the plugin

Configure

  1. Create a free account at continuewith.ai/dashboard
  2. Copy your public site key
  3. Open Settings → ContinueWith in WordPress
  4. Paste the key and save

The plugin loads https://continuewith.ai/widget/v1.js before </body> on public pages.

Verify

Alternative: snippet only

Prefer not to install a plugin? Paste the script in your theme footer or use a header/footer code plugin — see the WordPress install guide.

Related

Resource Link
CLI npx continuewith add
Next.js starter starter-next
Curated links awesome-continuewith

License

MIT © ContinueWith

Read the full README on GitHub →