Yarabot Chat
Embed a Yarabot AI chat widget on your WordPress site.
by Yarabot · github.com/yarabot-ir/yarabot-wp-plugin · website
★ 0stars
8release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/yarabot-ir/yarabot-wp-plugin/releases/download/v1.2.0/yarabot-chat-1.2.0.zipFrom the readme
Yarabot Chat — WordPress Plugin
Embed a Yarabot AI chat widget on any WordPress site. Visitors chat with your published Yarabot agent directly from the front end. The plugin acts as a secure server-side proxy — your sk- API key never reaches the browser.
Requirements
| Requirement | Minimum |
|---|---|
| WordPress | 5.9+ |
| PHP | 7.4+ |
| PHP extension | curl, built against nghttp2 (HTTP/2 — see below) |
| Yarabot agent | Must be status=published and ispublic=true |
Installation
Option A — Upload via WordPress Admin
1. Download or clone this repository.
2. Zip the folder:
3. In WordPress Admin go to Plugins → Add New → Upload Plugin.
4. Upload the zip and click Activate.
Option B — Manual FTP/SSH
1. Upload the yarabot-chat/ folder to /wp-content/plugins/.
2. In WordPress Admin go to Plugins and activate Yarabot Chat.
Configuration
After activation go to Settings → Yarabot Chat and fill in:
| Field | Description |
|---|---|
| API Key (sk-) | Your sk- token with agent scope |
| Agent ID | The published public agent to embed — from Manage Agent in your Yarabot dashboard |
| Show the widget | Turns the front-end widget on or off without losing your credentials |
| Widge
Read the full README on GitHub →