Skip to main content

Embedding Widget

This guide covers everything you need to embed the Ringyo AI chat widget on your website, including code examples and advanced configuration.

Basic Embed

Add this snippet before the closing </body> tag:
That’s it — the widget will appear in the bottom-right corner of your page.

Full Configuration

Attribute Reference

JavaScript API

Control the widget programmatically after it loads:

Framework Examples

Event Callbacks

Listen for widget events:
Use event callbacks to trigger custom analytics or integrate with your app’s state management.

Next Steps