Wordpress plugin for built Assistant

Hi,

does anyone knows any simple Wordpress plugin that would allow me to embed on my site Assistant built on platform.openai.com ? Everything what is in Wordpress plugin repository is simply horrible: does not work or works very very poor - it is even hard to find in settings where you can put your assistant id to make it work.

I would appreciate your recommendations. Thanks!

Piotr

5 Likes

Hi Peter, can you tell me, is this Olevachos advice helped you? The fact is that I also want to integrate with Open AI in my Wordpress site through the WP plugin and then with Google Cloud platform servises in order to create my personal audio or video AI clone. The proposed plugin should be able to integrate with many AI with API, including social networks. Thanks in advance. Nikolay PS; By the way, the question also concerns to Open AI engineers. Can you help me choose the most suitable Wordpress plugin for this? Thank you.

I finally decided for a simple solution: AI24 Assistant Integrator - maybe it is simple, not sophisticated, but it works with Open AI and it does its work ok.

If you want more complex tasks to do within different platforms, maybe ‘make com’ will be suitable for you.

As a premium plugin developer, I find this question excellent!

I wasn’t aware it was possible to create Assistants directly from the platform and integrate them via the API.

Based on what I’ve read in the official documentation, it seems you can manage your Assistants via the API and potentially through a plugin, allowing you to retrieve, modify, and delete them.

It should not be too hard to integrate…

I’ll run some tests and I can share my feedback if anyone is interested.

3 Likes

I’ve been working with OpenAI and developing WP addons. A few in Beta right now. I’ve been looking for a plugin developer since I am new to getting a plugin on WP. Care to chat? I was just about to start building a new plugin for a potential customer that I want to offer for free to them for beta testing that will use WP as a forward facing agent to help with documentation Q&A by website visitors.

1 Like

I’m very interested in a good wordpress plugin that integrates OpenAI assistants. When you have feedback, please let me know.

1 Like

It took some time, but I finally have something to share.

I have developed a plugin called OpenAI Assistant Manager to integrate Assistants into your WordPress site and chat via the admin dashboard or the frontend via an assistant permalink (for authorized users).

Right now I am working on making OpenAI Assistant Manager compatible with Bulk Task Editor for background task execution and I’d love to hear your feature requests!

:bulb: One idea not yet implemented is to automatically feed updated information to the assistant using WP CRON.

What other AI-powered features would improve your WordPress workflow?

I’m open to all ideas, automation, content generation, customer support, or anything that solves real business challenges.

1 Like

Hi Piotr,

I get your frustration—many WordPress plugins in the repository can be difficult to set up or lack proper documentation. If you’re looking for a simple solution, you might want to check out some lightweight chatbot integration plugins that allow you to embed an Assistant from platform.openai.com easily.

While exploring various options, I’ve come across plugins by Cool Plugins that generally focus on making complex integrations more user-friendly. It might be worth seeing if they have something that fits your needs. Otherwise, you may have to go for a custom approach using a shortcode or a bit of custom coding to directly embed your Assistant.

Hope this helps! Let me know if you find a good solution.

Create your own plugin in php, and hook ino what ever action you’re for customer interaction. ChatGPT and i did that months ago. I dont use it for chatbot rather image processing.
Step 1 someone loads new image
Step 2 google vision describes whats in the image and confirms no porn or other flagged stuff. Generates keywords and high level content phrases.
Step 3 google vision output is passed to open ai as script request to provide a meaningful image description. Connect it to other similar images, write alt text, rename it and update a meta file of new keywords thats is run against google to help with ads.
Step 4 store the image create a rich text schema and then condense the keywords into whatever it wants to keep for context.

Sometimes i add negative keywords for niche stuff thats not relevant. But TBH i haven’t checked it for weeks and it just runs when triggered by a new media file. Initially i had at running only in idle time but its got such low resource requirements it runs whenever.

All done in three functions in functions.php

I dont really know php so my ai co worker and i spent a few days getting it to work before deploying to prod.

If you must use a plugin. Take a look at FluentCRM and FluentSupport. They have learning openai chatbots but ive not tested that functionality

Hi, I see some mentioning Wordpress plugins. I have a Wordpress plugin that calls the api and the assistant ID and also has a json function. This builds a nice chatbot which you can then add files, etc. My question is this: it’s pretty simple to place this on a WP site, but where or how do you go to get the javascript code to place on non Wordpress sites.