Ordafy
Getting Share Links & Embed Codes from Ordafy
Website Integration
8 min read
53 views

Getting Share Links & Embed Codes from Ordafy

Find copy-link, QR code, and widget embed snippets in Ordafy Business (web) and the mobile app for services, products, and your whole storefront.

What you will copy

Before you paste anything on your website, generate the correct public link or embed snippet from Ordafy Business. Links work immediately; embed codes load the Ordafy widget on your own domain. Overview of widget types: links, widgets & embed overview.

Prerequisites

  • An active Ordafy Business organisation with at least one published service or product
  • Your organisation slug (Settings → organisation profile)
  • For embeds: permission to edit your website theme or page HTML
  • Payouts ready if you expect card checkout—see payout onboarding

Share a single service (Ordafy Business web)

  1. Sign in to Ordafy Business.
  2. Open Services (/services) and select the service you want to promote.
  3. Open the actions menu (⋮) → Share.
  4. In the Share dialog you can:
    • Copy link — Public URL such as ordafy.com/shop/services/your-service-slug (a short URL may be generated automatically)
    • QR code — Download for print, flyers, or in-store signage
    • Social share — Facebook, X, LinkedIn, WhatsApp, email

Share a single product (Ordafy Business web)

  1. Open Products → select your product.
  2. Actions menu → Share.
  3. Copy the product link (ordafy.com/shop/products/your-product-slug), QR, or share to social.

You can also share from Marketing when building campaigns that reference specific catalogue items.

Share from the Ordafy mobile app

  1. Open the Business workspace on iOS or Android.
  2. Navigate to Services or Products.
  3. Open the item → use Share (same link and QR behaviour as the web dashboard where available).

Business-level book & store links

For your whole organisation (not one item):

  1. Go to SettingsWebsite integration (or Marketing → integration tools as rolled out).
  2. Copy:
    • Book linkhttps://ordafy.com/book/your-org-slug
    • Store linkhttps://ordafy.com/store/your-org-slug
    • Business widget embed — Inline snippet with data-type="business"

If Website integration is not yet visible in your account, use your public provider page on Shop or contact support—embed tooling can roll out by plan tier. See Pricing.

Getting embed codes (widget snippets)

From service or product Share

  • Copy embed code (inline) — Pastes a <div> + widget.js with data-type="service" or data-type="product"
  • Copy embed code (popup) — Same script with data-mode="popup" and optional data-label

From Website integration settings

Configure once for your whole business:

  • Allowed embed origins (your website domain for CORS)
  • Default theme (data-theme) and accent colour (data-primary-color)
  • Preview widget before copying

What each snippet contains

<div id="ordafy-widget"></div>
<script
  async
  src="https://widget.ordafy.com/v1/widget.js"
  data-type="service"
  data-id="mens-haircut"
  data-theme="light">
</script>

Replace data-type and data-id with values from the Share or integration screen. Use your service slug or product slug (or stable ID where shown).

Tips

  • Publish services and products before sharing — draft items are not publicly accessible.
  • Short links are ideal for SMS and print; use the generator’s slug in embed data-id.
  • Test the copied link in a private browser window before running paid ads.
  • Keep embed origins updated when you change domains (for example www vs apex).

Frequently asked questions

Link vs embed—which should I use first?

Start with a link on buttons and bios. Add an inline or popup embed when you want booking/checkout on your own page.

Can I share from mobile?

Yes—Business on iOS/Android supports Share for catalogue items where available.

Where do I paste the code?

Platform steps: Embedding the Ordafy widget.

Related guides