Recipe Converter Pro logo Recipe Converter Pro

Embed the Recipe Converter on Your Site

Let your readers scale any recipe directly on your page — no signup, no app, no tab-switching. Drop the widget into any recipe post with a single script tag and a div.

Quick install (2 lines)

HTML
<!-- Place where you want the converter to appear -->
<div data-rcp-widget></div>

<!-- Add once, anywhere in the page (before </body> is fine) -->
<script src="https://recipeconverterpro.com/embed.js" async></script>

The script finds every data-rcp-widget element on the page and injects a responsive iframe into each one. The iframe auto-resizes to fit its content so you never need to set a fixed height.

Live preview

This is the actual widget your readers will see:

Options

Set data-width or data-height on the div if you need fixed dimensions. Both default to the full container width with auto height.

<div data-rcp-widget data-width="600px"></div>
Attribute Default Description
data-width 100% iframe width — any CSS value or pixel string
data-height auto-resize initial height in px; overridden by auto-resize messages

How it works

WordPress & Squarespace

Most page builders support a Custom HTML block. Paste the two lines above into it. If your theme strips <script> tags, use the raw iframe directly instead:

Direct iframe fallback
<iframe
  src="https://recipeconverterpro.com/embed/"
  width="100%"
  height="560"
  style="border:none;border-radius:12px;display:block"
  title="Recipe Converter Pro"
  loading="lazy"
></iframe>

Have a question or need a custom integration?

Contact us and we'll get back to you. For full-featured scaling on your own domain, check out the main converter or the Chrome extension.