Embed Widget
Add a free xConvert24 converter to your website with just 2 lines of code.
⚙️ Browse full Widget Library →Live Preview
Copy This Code
<div id="xconvert24-widget" data-type="weight" data-from="kg" data-to="lb"></div> <script src="https://www.xconvert24.com/embed/widget.js"></script>
Options
| Attribute | Values | Default |
|---|---|---|
| data-type | weight, length, temperature | weight |
| data-from | kg, g, lb, oz, km, m, mi, ft, c, f, k | kg |
| data-to | Same as above | lb |
| data-theme | light, dark | light |
Examples
Temperature converter (dark theme):
<div id="xconvert24-widget" data-type="temperature" data-from="c" data-to="f" data-theme="dark"></div> Length converter (km to miles):
<div id="xconvert24-widget" data-type="length" data-from="km" data-to="mi"></div>