Complete your account

For Shopify

Drop ShiftSee onto your Shopify storefront.

One Liquid snippet. Embed your business profile, open shifts, review wall, or typical-pay badge anywhere a theme accepts a snippet include. No app install required, no Shopify Plus needed.

Install

Two minutes, start to finish.

  1. Download the shiftsee.liquid snippet.
  2. Shopify admin → Online Store → Themes → ⋯ → Edit code.
  3. Under Snippets, click Add a new snippet, name it shiftsee, paste the file contents, save.
  4. Open any template (e.g. page.liquid or section-rich-text.liquid) and drop in:
    {% raw %}{% render 'shiftsee', widget: 'profile', slug: 'your-business-slug' %}{% endraw %}

Snippet usage

All five no-auth widgets via one render call.

The Liquid snippet picks the script + data attributes based on the widget parameter. Replace your-business-slug with the slug from your public profile URL.

Renders
{% raw %}{% render 'shiftsee', widget: 'profile', slug: 'your-business-slug' %}
{% render 'shiftsee', widget: 'shifts',  slug: 'your-business-slug', theme: 'dark' %}
{% render 'shiftsee', widget: 'reviews', slug: 'your-business-slug' %}
{% render 'shiftsee', widget: 'rate',    slug: 'your-business-slug' %}
{% render 'shiftsee', widget: 'profile', kind: 's', slug: 'your-shifter-slug' %}{% endraw %}

All parameters: widget (required: profile | shifts | reviews | rate), slug (required), kind (b default or s), theme (light default or dark).

Use cases

A few places it lands well.

Want OAuth + write access too?

The full embeds gallery includes the OAuth Connect button and the read-write Schedule widget. Both are pure HTML script tags too, but they need an OAuth client from /developers first.