ChefSolver

Embed ChefSolver tools

Every ChefSolver converter can be embedded on your own site with a simple iframe. Embeds are self-contained, keep a visible link back to ChefSolver, and show a short data-source note.

What you can embed

Three families of tools are embeddable: the generic unit converters (e.g. mL → grams), the ingredient-specific converters (e.g. honey mL → grams, which use each ingredient's measured density), and standalone calculators (pizza dough calculator, recipe scaler, recipe converter). The full catalog, with one entry per embed, is in the manifest.

The unit-localization page is not embeddable (static reference tables, no interactive tool). New tools are added to the manifest as they become embeddable.

Using WordPress? See the ChefSolver Embeds plugin →

How to embed

Copy the iframe snippet below and paste it into your HTML. Adjust width/height to fit your layout.

<iframe
  src="https://chefsolver.com/embed/en/converters/ml-to-grams/?theme=auto"
  width="100%"
  height="320"
  style="border:0;max-width:520px"
  loading="lazy"
  title="ChefSolver converter"
></iframe>

Example

Supported style parameters

Param
themelight | dark | auto (default: auto — follows the visitor's OS setting)
accentany CSS color (hex, rgb(), hsl(), or a named color) for links/focus
compact1 to reduce padding, 0 for the default spacing
radiuscorner radius in px (0–40)

Parameters only affect the embed's local CSS. Unknown or invalid values are ignored and never break rendering.

Attribution requirement

Embeds always display a visible link to the original ChefSolver tool page. Please keep this link intact — it is how we ask you to credit the source.

Data limits & accuracy

Conversions use standard reference factors. Mass↔volume results assume water density as an approximation and vary by ingredient; open the full tool for ingredient-specific densities.

SEO safety

Embed pages are marked noindex,follow and their canonical points at the original tool page, so embedding never competes with the source page in search.

Manifest

A machine-readable list of every available embed is published at: https://chefsolver.com/embed/manifest.json