Embed Store Widget

The Embed Widget lets you display your MyKofre store on any external website — your own site, a blog, a link-in-bio page, or anywhere else. Visitors can browse and buy your products without leaving your website.

How to Get Your Embed Code

  1. Go to the SELL section on the Orbital Hub.
  2. Open the Embed tab in your creator dashboard.
  3. Copy the iframe snippet or the JavaScript widget code.
  4. Paste the code into your external website's HTML.

iframe Embed

The iframe embed is the simplest option. Paste it anywhere in your HTML and your store will appear as an inline frame:

<iframe
  src="https://mykofre.com/api/embed/yourusername"
  width="100%"
  height="600"
  frameborder="0"
  allowtransparency="true"
></iframe>

Replace yourusername with your actual MyKofre username.

JavaScript Widget

The JavaScript widget is a more flexible option that auto-sizes to the content. It is available in the Embed tab alongside the iframe option.

Notes

  • The embed displays your publicly visible products only.
  • Purchases made through the embed are processed on MyKofre — buyers need a MyKofre account.
  • The embed inherits the MyKofre dark theme by default.
  • You can embed on as many websites as you want with no extra cost.