Changeset 3492443
- Timestamp:
- 03/27/2026 08:28:48 AM (8 days ago)
- Location:
- howsit
- Files:
-
- 3 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/howsit.php (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/howsit.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
howsit/trunk/howsit.php
r3492383 r3492443 4 4 * Plugin URI: https://howsit.ai/wordpress/ 5 5 * Description: The Howsit WordPress plugin is a user-friendly solution that allows you to add an AI-powered Agent to your WordPress website without needing coding knowledge. It helps automate customer interactions, generate leads, book appointments, and provide 24/7 customer support and assist in lead generation. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requires at least: 4.2 8 8 * Requires PHP: 7.4 … … 31 31 wp_register_script( 32 32 'botpenguin-messenger-widget', 33 'https://cdn. botpenguin.com/botpenguin.js',33 'https://cdn.express-chat.com/website-bot.js', 34 34 array(), 35 35 '1.0.0', -
howsit/trunk/readme.txt
r3492383 r3492443 6 6 Requires at least: 4.2 7 7 Tested up to: 6.9 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 Requires PHP: 7.4 10 Version: 1.0. 210 Version: 1.0.3 11 11 License: GPLv2 12 12 License URI: https://howsit.ai/wordpress/ … … 146 146 == External services == 147 147 148 This plugin relies on an external service to provide the agent interface and functionality. This service is offered by BotPenguin via its Content Delivery Network (CDN). By using this plugin, you enable the agent functionality on your website, which loads a JavaScript filefrom this CDN.148 This plugin relies on an external service to provide the chatbot interface and functionality. This service is offered via Content Delivery Network (CDN) at cdn.express-chat.com. By using this plugin, you enable the chatbot functionality on your website, which loads a JavaScript file (website-bot.js) from this CDN. 149 149 150 External service used:150 Details of the external service: 151 151 152 - **BotPenguin** ([https://www.botpenguin.com](https://www.botpenguin.com/)) 153 - **Purpose**: To load and display the agent interface, and handle user interactions within the chat. 154 - **Data Sent**: When users interact with the agent, data related to their chat session, such as messages and possibly their IP address, may be sent. 155 - **Terms of Service**: https://botpenguin.com/terms-and-conditions 156 - **Privacy Policy**: https://www.botpenguin.com/privacy-policy 152 - **Purpose**: To load and display the agent interface, and handle user interactions within the chat. 153 - **Data Sent**: When users interact with the agent, data related to their chat session, such as messages and possibly their IP address, may be sent.
Note: See TracChangeset
for help on using the changeset viewer.