Category: WordPress
-
Unlock Enhanced Features with Kognetiks Chatbot for WordPress Version 1.9.2
These last several weeks have been focused on enhancements to the Kognetiks Chatbot for WordPress. These enhancements include multi-file upload for Assistants, conversation history retrieval for logged in users, and improved handling of HTML Markup in chatbot responses. You’ll find them incorporated into the latest version 1.9.2 of the chatbot. Multi-file Uploads In the initial…
-
Revolutionizing Conversations: The Kognetiks Chatbot for WordPress Update
These past two weeks have been focused on several enhancements to the Kognetiks Chatbot for WordPress. Two enhancements stand out over many lesser ones, most notably Prompted Initiation and response links and images. Prompted Initiation This functionality allows the chatbot to start a conversation based on a predefined prompt. It’s like giving the chatbot a…
-
Enhancing Engagement: Introducing Audience Choice in Kognetiks Chatbot for WordPress
This week has been filled with opportunities and challenges. Most notable this week was the rebranding from “Chatbot ChatGPT” to “Kognetiks Chatbot for WordPress”. Among many things a new feature was added: Audience Choice. Audience Choice The new Audience for Chatbot setting can be found on the main Setting page of the chatbot. You’ll find…
-
Revolutionizing WordPress: The Latest Enhancements to the AI Powered Chatbot for WordPress Plugin Version 1.8.8
Over the last couple of weeks, I’ve been working on several updates to the AI Powered Chatbot for WordPress plugin which were incorporated into version 1.8.8 yesterday. Support for Customizable CSS If there is an element of the Chatbot’s design that really clashes with your theme, you now can override any of the elements found…
-
Revolutionizing AI Powered Chatbot for WordPress: Enhanced Mobile Experience and Token Usage Insights
Over the last couple of weeks, I’ve been working on several updates to the AI Powered Chatbot for WordPress plugin. This has included enhancement to the mobile experience, break/fix work on appearance customization, the addition of token counts per conversation to the conversation log, and basic reporting of token usage by visitors and logged in user. …
-
Revolutionizing Development with AI: The Journey of Creating the AI Powered Chatbot for WordPress Plugin
I started development of the AI Powered Chatbot for WordPress plugin using Microsoft’s Visual Studio Code (commonly referred to as VS Code). It features support for intelligent code completion and embedded Git, two features that were important to me among others. Two VS Code extensions that have helped me with development are GitHub Copilot and GitHub…
-
Empowering Your WordPress Site with AI: Building an OpenAI Assistant
The AI Powered Chatbot for WordPress plugin can leverage the power of OpenAI’s Larger Language Models (LLMs) to assist you or your clients with many different tasks. Today I had a support question about the capabilities of the chatbot. The use case described as wanting to load software manuals into an assistant so that it could…
-
Navigating Chatbot Conversations: PHP Sessions and User IDs in WordPress
In order for the AI Powered Chatbot for WordPress plugin to keep track of conversations, PHP Session Ids are used to manage several things. The first thing s session id is used for is to know which web page a visitor is on and which chatbot assistant is loaded on that page. The second thing a…
-
Revolutionizing Development: My Journey with a GPT Assistant
A couple of weeks ago I started diligently working on enabling file uploads to the AI Powered Chatbot for WordPress plugin. I was working in the OpenAI Playground and took note that there was a link to documentation. As I started working on the upload module for the plugin, I found myself needing to consult the…