Quickstart
Embed ORA on your site in three steps.
No programming experience required. Copy your key, paste one script tag, and connect your site.
Get your widget key
Log in to your ORA Dashboard and copy your Publishable Widget Key — it looks like biz_live_xxxx.
Paste the embed script
Add the one-line script right before the closing </body> tag of your theme or page template.
Connect your catalog and go live
In the dashboard, connect your Shopify store or upload a CSV catalog. The widget will appear on your site immediately.
<!-- Paste before the closing </body> tag -->
<script
src="https://tryora.live/widget/ora-widget.js"
data-ora-key="biz_live_your_publishable_key"
data-ora-api="https://api.tryora.live"
data-ora-position="bottom-right"
defer>
</script>