Beskrivning
Convera – Chat Bot by Simple AI provides a seamless integration for an OpenAI-based chatbot (GPT-4o) on your WordPress website. Built with efficiency and privacy in mind, the plugin runs completely without external third-party CDN dependencies by hosting required libraries like marked.js locally on your server.
Deploy the assistant globally via automated footer integration or specify its position using a simple shortcode. Within the dedicated administration panel, you can define the system prompt to supply the artificial intelligence with your specific business context and guidelines.
Features:
- OpenAI Integration: Connect your own GPT-4o model via your private OpenAI API key.
- Prompt Engineering: Full control over the system prompt to guide the assistant’s behavior and knowledge base.
- Shortcode & Footer Support: Utilize
[convera_chat_bot]or enable automated global output in the website footer. - 100% Local Assets: No tracking scripts, no external CDN requests. Marked.js is loaded straight from your domain.
- Session Control: Frontend users can clear their conversation history instantly with a single click.
External Services
This plugin requires a connection to a third-party external API service to process and stream the artificial intelligence interactions.
- Service Name: OpenAI API (Chat Completions Endpoint)
- Purpose: Transmits user input and conversation context to generate text replies via the selected GPT model.
- Data Transmitted: Sends the current chat conversation transcripts and your custom system framework prompt when a website visitor submits a message. No structural core WordPress user account metadata or database internals are ever compiled or sent.
- Links: * OpenAI Terms of Service: https://openai.com/policies/terms-of-use/
- OpenAI Privacy Policy: https://openai.com/policies/privacy-policy/
Skärmdumpar



Installation
- Upload the directory
convera-chat-botto the/wp-content/plugins/directory, or install directly via the WordPress admin dashboard. - Activate the plugin through the ’Plugins’ menu in WordPress.
- Navigate to Convera Chat Bot -> Settings in your admin menu.
- Input your OpenAI API key and configure your custom system prompt.
- Embed the shortcode
[convera_chat_bot]onto any page or rely on the automatic footer deployment option.
Vanliga frågor
-
Do I need an OpenAI account?
-
Yes, a valid API key from OpenAI (platform.openai.com) is required.
-
Is this plugin privacy-compliant?
-
No user interaction or chat history is stored on your local server. Messages are processed directly via OpenAI’s official API. Because all scripts are hosted locally, no connections to external asset servers or tracking CDNs are established.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Convera – Chat Bot by Simple AI” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Convera – Chat Bot by Simple AI” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0
- Codebase architecture completely purged of built-in locked settings layers to match Guideline 5.
- External API connection fully documented inside the core repository requirements folder structure.
- Structural AJAX Nonce CSRF security integration deployed inside endpoint transmission pathways.
