How to embed on lanecoveacupuncture.com.au
Drop these two lines into the site template (just before </body>):
<link rel="stylesheet" href="https://lanecoveacupuncture.com.au/chatbot/widget/chatbot-widget.css">
<script src="https://lanecoveacupuncture.com.au/chatbot/widget/chatbot-embed.js"
data-api="https://lanecoveacupuncture.com.au/chatbot/api"
data-language="en"
data-title="Lane Cove Acupuncture"
data-subtitle="Wellness assistant"
defer></script>
Programmatic control
LaneCoveChatbot.open();
LaneCoveChatbot.send('Tell me about cupping');
LaneCoveChatbot.close();
Brand swatches
Primary #8E5B2F
Mid #B07B45
Accent (sage) #2E6B4F
Light wash #FBF1E5
Try these prompts
- What is acupuncture good for?
- How does a first consultation work?
- Do you treat fertility issues?
- What's cupping like?
- Do you accept HICAPS?
Note: This demo points at
../api by default. To make it work end-to-end you need
PHP + MySQL running locally, and a valid Anthropic API key configured in
chatbot_lanecoveacupuncture/api/config.php. See chatbot_lanecoveacupuncture/README.md.