Zum Inhalt springen
Integration

In jede bestehende Website einbettbar

Drei Varianten — wähle, was zu deiner Seite passt. Funktioniert in WordPress, Wix, Webflow, Squarespace, Shopify-Blog und statischem HTML.

Button

Stylisher CTA-Button, der direkt zu deinem Shop führt.

iFrame

Vollständiger Shop, eingebettet direkt in deine Seite.

Script-Embed

Variabel als Button oder iFrame über data-Attribute.

Variante 1 · Button via Embed-Script · html
<!-- 1. EasyShop Shop-Button -->
<div data-easyshop-slug="dein-shop" data-label="Jetzt bestellen"></div>
<script src="https://easyshopapp.app/embed.js" defer></script>
Variante 2 · iFrame direkt · html
<!-- 2. Shop direkt eingebettet -->
<iframe
  src="https://easyshopapp.app/dein-shop"
  title="Online-Shop"
  loading="lazy"
  style="width:100%;min-height:720px;border:0;border-radius:16px"
></iframe>
Variante 3 · iFrame über Embed-Script · html
<!-- 3. Shop als interaktives iFrame mit Embed-Script -->
<div data-easyshop-slug="dein-shop" data-variant="iframe"></div>
<script src="https://easyshopapp.app/embed.js" defer></script>

data-Attribute

data-easyshop-slug
Pflicht. Slug deines Shops, z.B. baeckerei-mueller.
data-label
Beschriftung des Buttons. Standard: Zum Shop.
data-variant
card (Button) oder iframe. Standard: card.