For Shopify
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
shiftsee.liquid snippet.shiftsee, paste the file contents, save.page.liquid or section-rich-text.liquid) and drop in:
{% raw %}{% render 'shiftsee', widget: 'profile', slug: 'your-business-slug' %}{% endraw %}
Snippet usage
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.
{% 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
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.