Installation
Get the Yamidoo widget live on your site in a couple of minutes.
-
Grab your site ID from the Installation page of your Yamidoo dashboard.
-
Add the snippet just before the closing
</body>tag on every page where you want the widget to appear.<scriptsrc="https://app.yamidoo.ai/widget.js"data-site-id="YOUR_SITE_ID"async></script>app/layout.tsx import Script from 'next/script';export default function RootLayout({ children }) {return (<html lang="en"><body>{children}<Scriptsrc="https://app.yamidoo.ai/widget.js"data-site-id="YOUR_SITE_ID"strategy="afterInteractive"/></body></html>);}Paste the HTML snippet into your theme’s footer, or use a “header & footer scripts” plugin. A dedicated WordPress plugin is planned for launch.
-
Deploy and open your site — the widget appears in the bottom corner.
Next steps
Section titled “Next steps”- Point Yamidoo at your content so it can answer — see Answering from your content.
- Set up human handoff for questions that need a person.
- Tune the widget’s look and behavior in Customizing the widget.