🤖 ClaudeChat Widget - Development
This is a test page for the ClaudeChat widget. The chat button should appear in the bottom-right corner.
Features
- ✅ Real-time chat with Claude AI
- ✅ WordPress management commands
- ✅ Markdown rendering
- ✅ Tool execution indicators
- ✅ Conversation history
- ✅ Mobile responsive
Example Questions
- "What is the site URL?"
- "List all installed plugins"
- "Show me recent posts"
- "What's the WordPress version?"
- "Check if Rank Math is active"
Integration
<!-- Add to your WordPress site -->
<script src="https://your-cdn.com/claudechat-widget.umd.js"></script>
<script>
window.claudeChatConfig = {
siteId: 'test125',
userId: 'user-123',
theme: 'light',
position: 'bottom-right'
};
</script>