Yablonsky AI Chatbots releases
Native WordPress adapter for Yablonsky AI Chatbots — embed business AI assistants on WordPress while conversations, intelligence and security remain on Yablonsky AI.
by Yablonsky.io · github.com/alex-yablonsky/yablonsky-ai-chatbots · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/alex-yablonsky/yablonsky-ai-chatbots/releases/download/v0.1.4/yablonsky-ai-chatbots.zipReadme
Yablonsky AI Chatbots
Yablonsky AI Chatbots includes a native WordPress adapter that connects WordPress sites to the canonical Yablonsky AI Chatbots runtime.
It connects a WordPress website to the canonical Yablonsky AI Chatbots runtime while WordPress keeps only local integration settings, page eligibility and safe loading. AI conversations, intelligence, security and conversation continuity remain on Yablonsky AI.
Current version: v0.1.4
Developed and maintained by Yablonsky.io.
Product page: Yablonsky AI Chatbots
Yablonsky AI workspace: ai.yablonsky.io
Download
Latest WordPress installer
Use this stable link on your website or documentation when you want visitors to download the latest published WordPress package:
Current version-specific installer:
Latest release page:
https://github.com/Alex-Yablonsky/yablonsky-ai-chatbots/releases/latest
Use the installable release ZIP above for WordPress. GitHub's generic Code → Download ZIP archive is a source-code archive and should not be treated as the canonical WordPress installer.
What you need before installation
Before installing the WordPress adapter, make sure you have:
- a Yablonsky AI account;
- an AI Chatbot created in Yablonsky AI;
- the public Chatbot ID for that chatbot;
- your website origin allowed by the chatbot security configuration when origin approval is required;
- administrator access to your WordPress website.
The WordPress plugin does not require a private API key.
The value entered into the plugin is the chatbot's public UUID, called the Chatbot ID in this guide. It is a public integration identifier, not a bearer token, API secret or session credential.
1. Create a Yablonsky AI account
Open:
https://ai.yablonsky.io/signup
Create your account with your first name, last name, email address and password, then complete the registration flow.
If you already have an account, sign in at:
You can also start from the public Yablonsky AI website:
AI Chatbots availability depends on the capabilities included in your active Yablonsky AI plan.
2. Create an AI Chatbot
After signing in:
- Open AI Chatbots: https://ai.yablonsky.io/app/secure-chatbots
- Click Add new.
- Enter the AI Chatbot name.
- Click Create.
- Open the chatbot.
- Configure the sections you need, including:
- General
- Agent
- Train
- Content
- Launcher Studio
- Security
- Save your changes.
Your AI Chatbot can then be prepared for the WordPress website where it will be used.
3. Allow your website
Open the chatbot's Security section and make sure the website where the chatbot will be embedded is allowed by the chatbot's current security/origin policy.
For this WordPress adapter, the browser origin is the actual WordPress website origin, for example:
https://example.com
Do not weaken origin restrictions globally just to make the widget load. Use the intended website origin.
4. Get your Chatbot ID
Open the chatbot and select Deploy.
The Install section shows the canonical embed snippet.
Example:
<script>
(function(w,d,i,b,n){if(!w[n]||w[n]("getState")!=="initialized"){var q=function(){(q.q=q.q||[]).push(arguments)};w[n]=new Proxy(q,{get:function(t,p){if(p==="q")return t.q;return function(){t.apply(null,[p].concat(Array.from(arguments)))}}})}const l=function(){const script=d.createElement("script");script.src=new URL("/e/yablonsky/secure-chatbots/sdk.js?v=0.1.66",b).toString();script.type="text/javascript";script.dataset.id=i;script.dataset.base=b;d.body.appendChild(script)};d.readyState==="complete"?l():w.addEventListener("load",l)})
(window,document,"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","https://ai.yablonsky.io","chat");
</script>
The value in this position:
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
is your Chatbot ID.
You can also see the same UUID in the chatbot URL, for example:
https://ai.yablonsky.io/app/secure-chatbots/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/deploy
Important
Copy only the UUID into the WordPress plugin's Chatbot ID field.
Do not paste the complete `
Read the full README on GitHub →