forked from VolkanSah/WP-Claude-Interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
75 lines (50 loc) · 2.03 KB
/
readme.txt
File metadata and controls
75 lines (50 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
=== Claude Chat Interface ===
Contributors: aicodecraft, turtle-engr
Donate link: https://aicodecraft.io/donate
Tags: chat, AI, Claude, WordPress
Requires at least: 5.0
Tested up to: 6.9.4
Stable tag: mVerStr
License: DBAD
License URI: https://dbad-license.org/
Claude Chat Interface integrates the Claude AI chat interface into your WordPress site using a shortcode.
== Description ==
The Claude Chat Interface plugin allows you to integrate the Claude AI chat interface into your WordPress website. You can easily configure the plugin via the WordPress admin panel and use a shortcode to embed the chat interface anywhere on your site.
== Installation ==
1. Upload the `claude-chat-interface` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Navigate to 'Settings' > 'Claude Chat' to configure your API settings.
== Frequently Asked Questions ==
= How do I display the chat interface? =
Use the shortcode `[claude_chat]` to display the chat interface on any page or post.
= Where do I get the API key? =
You need to register with Claude AI to obtain your API key.
== Screenshots ==
1. Admin settings page for Claude Chat Interface.
2. Chat interface displayed on a WordPress page.
== Changelog ==
= 1.7 =
* Removed the Additional Prompt feature. It did not work well and it
clutters the code.
* Added memory limit protections. When the 'Hostinger Easy Onboarding'
plugin is active with 'NextGEN Gallery' plugin, an out-of-memory
error is thrown when saving in Claude Settings form. 'Hostinger
Easy Onboarding' is now disabled and I'll consider replacing
NextGen.
= 1.6 =
* Scroll the output up so it is visible.
= 1.5 =
* Log user questions and responses
= 1.4 =
* Output format fixes for mobile.
= 1.3 =
* Security fixes.
= 1.2 =
* Additional prefix prompt.
= 1.1 =
* Prefix prompt enhancement.
= 1.0 =
* Initial release of Claude Chat Interface.
== Upgrade Notice ==
= 1.0 =
Initial release of Claude Chat Interface. Please configure your API settings after installation.