Mô tả
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/
Ảnh màn hình



Cài đặt
- 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.
Hỏi đáp
-
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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Convera – Chat Bot by Simple AI” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Convera – Chat Bot by Simple AI” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
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.
