Script integration
Recipe- and product to basket
What it is
The script integration is a drop-in widget for any website that already publishes recipes or products. You paste one line of script once, and we add our supermarket buttons beneath the ingredients or products automatically, with no design or development work on your side.
Your visitors never leave your page. They send the whole ingredient list to their chosen supermarket in a single tap. It is the fastest way to make an existing recipe website shoppable, and it is the same one line of code for every brand and influencer.
How it works
You add the script once and it loads quietly in the background. On every recipe it reads the ingredient list you already publish and places the supermarket buttons inline, right beneath them, styled to sit naturally in your page.
When a visitor taps a button, we match each ingredient to real products and forward the full basket into their supermarket of choice. The buttons stay in sync with your page on their own, so updating a recipe is all it takes to update what your audience orders.
Tip: Building with an AI assistant?
If an AI assistant or coding agent is adding the script for you, point it at llms.txt. That has everything it needs.
Note: Recipes need schema.org markup
We read your ingredients from the schema.org Recipe markup your pages already publish, so the buttons only appear on recipes with valid schema.org markup. Most recipe websites and plugins add this automatically.
The one line you add
<head>
<script async src="…/tag.js"></script>
</head>