Skip to content

WordPress calculator plugin

Add any of our 25+ free calculators to your WordPress site with one shortcode. No account, no API key, no monthly fee.

Install

  1. Download Toolshed Calculators from the WordPress plugin directory
  2. Activate it under Plugins
  3. Add the shortcode to any post or page

Usage

[toolshed path="/calculator/percentage/"]

You can customise the size, title, and theme:

[toolshed path="/calculator/compound-interest/" width="100%" height="700px" title="Interest Calculator" theme="dark"]

Shortcode options

AttributeRequiredDefaultDescription
pathYesCalculator path (see list below)
widthNo450pxWidth in px or %
heightNo600pxHeight in px or %
titleNoAutoTitle shown above the calculator
themeNoAutolight or dark

Available calculators

Everyday & investing

CalculatorShortcode path
Percentage Calculator /calculator/percentage/
Discount Calculator /calculator/discount/
Tip & Split Calculator /calculator/tip-split/
CAGR Calculator /calculator/compound-annual-growth-rate/
Compound Interest Calculator /calculator/compound-interest/
Inflation Calculator /calculator/inflation/
Goal Investment Calculator /calculator/goal/
Loan Payment Calculator /calculator/equated-monthly-installment/
Loan Prepayment Calculator /calculator/prepayment/
Loan Eligibility Calculator /calculator/loan-eligibility/
Recurring Investment Calculator /calculator/systematic-investment-plan/
Withdrawal Plan Calculator /calculator/systematic-withdrawal-plan/
Term Deposit Calculator /calculator/fixed-deposit/
Recurring Deposit Calculator /calculator/recurring-deposit/

India finance & government schemes

CalculatorShortcode path
PPF Calculator /in/calculator/public-provident-fund/
Take-Home Salary Calculator /in/calculator/take-home/
EPF Calculator /in/calculator/employee-provident-fund/
Gratuity Calculator /in/calculator/gratuity/
HRA Exemption Calculator /in/calculator/house-rent-allowance/
GST Calculator /in/calculator/goods-and-services-tax/
Import Duty Calculator /in/calculator/import-duty/
NPS Calculator /in/calculator/national-pension-scheme/
Sukanya Samriddhi Yojana Calculator /in/calculator/sukanya-samriddhi-yojana/
NSC Calculator /in/calculator/national-savings-certificate/
KVP Calculator /in/calculator/kisan-vikas-patra/
Post Office MIS Calculator /in/calculator/post-office-monthly-income-scheme/

How it works

The plugin adds a lightweight script (~3 KB) that renders the calculator inside your page. All calculations run in the visitor's browser — nothing is sent to any server. The calculators support light and dark themes and are fully responsive.