Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wearo.io/llms.txt

Use this file to discover all available pages before exploring further.

Quickstart

By the end of this guide, you’ll have the Wearo “Try it on” button live on your product pages. We’ll do it in 4 steps.

Prerequisites

  • A Wearo account (don’t have one? Sign up free)
  • Access to your store’s HTML or tag manager
  • 5 minutes
1

Get your API key

Log into your Wearo dashboard, go to API Keys, and copy your key. It starts with wearo_.
Keep your API key secret. Anyone with it can run try-ons billed to your account.
Full guide: Get your API key →
2

Add the snippet to your store

Paste this just before the closing </body> tag on every product page:
<script src="https://wearo.io/widget/tryon-widget.js"></script>
<script>
  TryOnWidget.init({ apiKey: 'wearo_xxxxxxxx' });
</script>
Replace wearo_xxxxxxxx with the key from step 1.
Not sure where to paste it? Check the platform-specific guides: Shopify · WooCommerce · GTM
3

Open your store

Visit a product page. You should see a “Try it on” button next to the main product image.
4

Verify it's tracking

Back in your dashboard, go to Analytics. The “Widget Displayed” counter should have incremented. If not, see Troubleshooting.

What’s next?

Customize the widget

Match the button to your brand.

Set up conversion tracking

Measure the impact on sales.