Easily build calculators for your landing pages and web applications with Convert_'s intuitive calculator builder.
Installing "ConvertCalculator" can be done either by searching for "ConvertCalculator" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
- Download the plugin via WordPress.org.
- Upload the ZIP file through the "Plugins > Add New > Upload" screen in your WordPress dashboard.
- Activate the plugin through the 'Plugins' menu in WordPress
- Make sure you have a calculator ready to be embedded. You can build one via http://www.convertcalculator.com/app
- Navigate to your calculator (on http://www.convertcalculator.com/app) and click on "Embed on your website". Copy the calculator id
- Place the calculator on your site using one of the following methods:
a. Add a ConvertCalculator block and follow the instructions to add a calculator to your page.
b. Insert a shortcode into page or post content like this
[convertcalculator id="CALC_ID"]
.
c. Place <?php convertcalculator_add_calculator($calculator_id); ?>
in your template(s). This function call takes up to one required parameter: the id
parameter, which is the id
you just copied.
NB. If you need to use our legacy
"in-page" embed method, add the "type" property to the shortcode, like this:
[convertcalculator id="CALC_ID" type="in-page"]