Install guide

Add a free size converter to WooCommerce

The converter is one iframe. On WooCommerce it goes in a Custom HTML block in the WordPress block editor, or a shortcode-free text widget. There is no app to install, no script to load, no account and no monthly fee, and nothing to maintain once it is in.

Why put one on a product page

Size uncertainty is the reason a full basket becomes an abandoned one, and a wrong size is the reason a sale becomes a return. A converter answers the question on the page where it gets asked, instead of sending the customer to a search engine and hoping they come back.

The steps

  1. Configure the widget. On the embed page, choose the category and direction that match your catalogue, then copy the snippet.
  2. Open the page or product. In WordPress, open the page, post or product description where the converter belongs. A dedicated size guide page tends to earn its own search traffic, which a tab on a product page does not.
  3. Add a Custom HTML block. Add a block and choose Custom HTML. Do not use a paragraph block: the editor will escape the iframe and you will see the code rather than the widget.
  4. Paste, preview and publish. Paste the snippet, use Preview to confirm the widget renders, then publish. The block editor shows raw code in the editor view and the live widget in preview, which is expected.

The snippet

This is a shoe converter starting from EU sizes. Use the configurator to change the category, the direction, the theme and the width before you copy.

<iframe
  src="https://mysizecharts.com/embed/widget.html?category=shoe&from=eu&to=usW"
  title="Size converter by MySizeCharts"
  width="420"
  height="380"
  style="border:0;max-width:100%"
  loading="lazy">
</iframe>

The thing that usually goes wrong

Some security plugins strip iframes from post content for non-administrator authors. If the widget disappears after saving, that is what happened, and the fix is an allowlist entry for mysizecharts.com rather than a change to the snippet.

What it costs you

Nothing, and that is not a trial. The widget is a static file: no external font, no analytics, no third-party script and never an affiliate link, so it cannot slow your store down or track your customers. It carries a small "Sizes by MySizeCharts" link, which we ask you to keep, since that link is what pays for the charts staying free and neutral. If you would rather not show it, get in touch and we will work something out.

Last reviewed and updated on August 5, 2026. Conversion tables are checked against published international sizing standards.