Changeset 3314365
- Timestamp:
- 06/19/2025 08:02:41 AM (10 months ago)
- File:
-
- 1 edited
-
wbl-chat/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wbl-chat/trunk/readme.txt
r3314206 r3314365 29 29 == Frequently Asked Questions == 30 30 31 = Is the licence really free? =32 Yes. The *Free* tier renews every month with 2 500 messages and no credit-card request. When you outgrow it you can upgrade, but that’s optional.31 = Is WBL Chat free to use? = 32 Yes. The plugin includes a free demo mode that works instantly after installation — no setup or payment required. Demo mode includes a 3-day trial with 50 messages. You can upgrade anytime by entering a valid license key. 33 33 34 = Does the plugin phone home? =35 Only two outbound calls – both required for the chat service (see **External services** below).34 = Does WBL Chat work with WooCommerce? = 35 Absolutely. WBL Chat can detect product names, prices, descriptions, and categories automatically. It’s fully compatible with WooCommerce stores. 36 36 37 = Where are c onversations saved? =38 `/wp-content/uploads/wblchat/conversations.txt` (rotatable). Emails are stored in `emails.txt` if you enable “Email Required?”.37 = Where are chat messages and emails stored? = 38 All messages and emails are saved securely in `.txt` format on your own server. You can view or download them from the WBL Chat > Logs section in your WordPress dashboard. 39 39 40 = Can I change the “Powered by Weblicas” credit? = 41 Not in the free tier (Guideline #11 allows a developer credit). White-label is included in Pro. 40 = Can I collect customer emails before starting a chat? = 41 Yes. You can enable the “E-mail Required?” option in the settings. Visitors will be prompted to enter their email before chatting. 42 43 = Can I customize the chat widget design? = 44 Yes. You can change the chat icon, color scheme, position, text content, and even the font — all from the admin panel without writing code. 45 46 = Does WBL Chat support other languages? = 47 WBL Chat is fully translatable and includes `.po/.mo` files. You can also customize chatbot prompts in your preferred language. 48 42 49 43 50 == Screenshots == … … 49 56 5. Admin → Color & text customization 50 57 51 == External services ==58 == Woocommerce WBL Chat Features == 52 59 53 This plugin contacts **WBL Software API** to operate. All requests are over HTTPS.60 WBL Chat adds an AI-powered live chat window to your WordPress site. It’s a modern solution that helps you improve customer experience, increase sales, and provide instant support to your visitors. 54 61 55 | Endpoint | Purpose | Data sent | When | 56 |----------|---------|-----------|------| 57 | `https://weblicas.com/wp-json/wbl/v1/use` | Validate license & decrement quota | *License key*, *site domain*, *chat message* | Every user message | 58 | `https://weblicas.com/wp-json/wbl/v1/info` | Show quota/expiry in dashboard | *License key*, *site domain* | When you open **WBL Chat → Setup** | 59 | `https://weblicas.com/openai-proxy.php` | Proxy request to OpenAI (keeps your key server-side) | *System prompt* + *chat history* | Every user message | 62 The plugin works seamlessly with WooCommerce. It automatically detects product names, displays their prices and descriptions, and turns them into clickable links right within the chat. 60 63 61 * Service host: <https://weblicas.com> 62 * Terms of Service: <https://weblicas.com/terms> 63 * Privacy Policy: <https://weblicas.com/privacy> 64 ✨ **Why Choose WBL Chat?** 64 65 65 No analytics, tracking cookies or advertising pixels are used. 66 - 🌐 **AI-Powered Conversations** 67 Every message is processed using OpenAI, allowing your chatbot to respond intelligently and naturally – just like a real sales assistant. 68 69 - 🛒 **WooCommerce Product Recognition** 70 The chatbot detects product names mentioned in chat and shows the relevant price, description, and category with a direct product link. 71 72 - 🎨 **Fully Customizable Design** 73 Adjust chat icon, colors, font, and window position to match your brand with just a few clicks. 74 75 - 📨 **Email Capture & Logging System** 76 Optionally ask users for their email before starting a chat. All emails and conversations are safely saved as `.txt` files for review. 77 78 - 💬 **Quick Start Questions** 79 Set up to 3 pre-defined questions to let users quickly engage with the chatbot and boost interaction. 80 81 - 💾 **Conversation History Logging** 82 All chat sessions are stored in the admin panel and can be downloaded for customer support, marketing, or analysis. 83 84 - 🚀 **Easy Setup, No Coding Needed** 85 The plugin works out of the box in demo mode. Test it instantly, and when you're ready, enter your OpenAI API key to unlock full features. 86 87 - 🔒 **Privacy-Friendly & Secure** 88 WBL Chat does not use any tracking scripts, cookies, or third-party analytics. Chat data is stored locally and never sent to ad platforms. 89 90 --- 91 92 **Who is it for?** 93 - WooCommerce store owners 94 - Niche businesses, bloggers, educators, consultants 95 - Anyone who wants faster, smarter customer support 96 97 With WBL Chat, your website doesn't just sell—it communicates intelligently, supports your visitors, and builds trust with every interaction. 98 66 99 67 100 == Changelog == … … 77 110 78 111 = 1.0.2 – 2025-05-10 = 79 * UI polish, font-size variable , “typing…” indicator112 * UI polish, font-size variable 80 113 * Product-name autolink improved (handles diacritics) 81 114
Note: See TracChangeset
for help on using the changeset viewer.