For developers
Embed the concierge on your site
Add a floating "Chat with our concierge" bubble to any website with one line of HTML. Works on rockinghorse.co.uk, test.rockinghorse.news, Shopify, WordPress, Wix — anywhere you can paste a script tag.
1. Standard install
Paste this just before </body> on every page where you want the concierge to appear.
<!-- The Rocking Horse Shop — AI Concierge -->
<script src="https://chat.rockinghorse.news/widget.js" async></script>2. With custom options
Override the bubble label, side, or accent colour. All options are optional.
<!-- The Rocking Horse Shop — AI Concierge (with options) -->
<script>
window.RHSConcierge = {
label: "Chat with our concierge", // bubble label
position: "right", // "right" or "left"
accent: "#0a0a0a", // bubble background colour
src: "https://chat.rockinghorse.news/embed"
};
</script>
<script src="https://chat.rockinghorse.news/widget.js" async></script>How it works
- The script injects a small floating bubble in the bottom-right of the page.
- When clicked, it opens a chat panel containing the concierge from
chat.rockinghorse.newsinside an iframe. - All conversations and visitor enquiries are saved here in this project's database — the team can review them in one place.
- Updates to the concierge prompt, product knowledge, or styling go live everywhere instantly — no need to redeploy the host site.
- The standalone page at /concierge continues to work as a shareable link.
Try it on this page
The bubble below is the same one your visitors will see. Click to open.
