Linux 软件免费装
Banner图

ConvertCalculator | Create powerful calculators, quote forms, lead funnels, and more without code

开发者 convertcalculator
更新时间 2025年5月23日 20:45
捐献地址: 去捐款
PHP版本: 5.4+ 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

calculator builder calculators price quote calculators product configurators lead generation forms

下载

1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.8 1.1.1 2.0.0 2.0.3 2.0.2 1.0.0 2.0.1 2.0.4 1.1.3 1.1.0 1.0.7 1.1.2

详情介绍:

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:
  1. Download the plugin via WordPress.org.
  2. Upload the ZIP file through the "Plugins > Add New > Upload" screen in your WordPress dashboard.
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Make sure you have a calculator ready to be embedded. You can build one via http://www.convertcalculator.com/app
  5. Navigate to your calculator (on http://www.convertcalculator.com/app) and click on "Embed on your website". Copy the calculator id
  6. 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"]