Embedding your calculator using Framer’s Embed component
Get the code to embed in Framer
- Navigate to the ConvertCalculator app, and open your calculator
- Go to Share → Embed, and select “Framer” in the install instructions dropdown
- Click the code displayed in step 5 to copy it to your clipboard.
Displaying the calculator
- Open the page you want to embed your calculator on within your Framer website
- Click "Insert" in the toolbar on the top-left, and search for the "Embed" component. Place the Embed component on your canvas.
- Give the Embed component the desired width and height, so the embedded calculator will work according to your responsive design. We advise to place your calculator within a Stack, and give the Embed component a width of
1fr
and height offit
- Make sure the “Embed type” within the Framer Embed component in your properties panel is set to
HTML
- Paste the copied code in the input field.
Embedding multiple calculator within the Framer canvas and from the CMS
The Framer Embed component is great at rendering our embed code, but can’t be connected to the CMS. Also, to embed the calculator, you have to paste in the complete HTML. With our custom Code Component built specifically for Framer, you can embed calculators by just pasting in your Calculator ID, and connect it to the Framer CMS to dynamically load Calculators on your pages.
We’ll use this method on our own website, click this link for an example: https://www.convertcalculator.com/use-cases/price-quote-calculator/
Get our Framer Code Component
- Copy the Code Component below