Description
Mortgage Calculator is a great value-add for any mortgage loan officer or real estate agent looking to provide good-looking, functional, valuable mortgage content to readers. The execution of this mortgage calculator is superb from the smooth sidebar integration, modal window results and AJAX-based graphs that are incredibly visually appealing. It’s a great little loan application that delivers a lot of mortgage value in a user-friendly and well-executed way.
Shortcode
Use the mortgage/loan shortcodes on different pages:
[mlcalc]
specify default mortgage values:
[mlcalc calculator="mortgage" size="narrow" price="125,000" rate="6.2" language="es" currency="eur"]
Languages included: English, German, Spanish, French, Italian, Russian, Portuguese, and Albanian.
Screenshots
Installation
- Upload the
mortgage-loan-calculator
directory (including all files within) to the/wp-content/plugins/
directory. - Activate the mortgage calculator plugin through the ‘Plugins’ menu in WordPress.
Usage
- If you are using widgets, just add the Mortgage Calculator to the sidebar through the
Appearance -> Widgets -> Mortgage Calculator
menu in WordPress. - Add the following code:
<?php display_mlcalc(); ?>
to your template where you would like the mortgage loan calculator form to appear. - Add the shortcode
[mlcalc]
to your page or post and configure default mortgage parameters.
Shortcode mortgage and loan parameters
- calculator = mortgage | loan | mortgage_only | loan_only
- size = wide | narrow
- currency = usd | eur | gbp | CUSTOM
- rate = ‘{interest rate}’
- price = ‘{purchase price}’
- mterm = ‘{mortgage term in years}’
- down = ‘{down payment in %%}’
- tax = ‘{property tax}’
- insurance = ‘{property insurance}’
- pmi = ‘{pmi in %%}’
- amount = ‘{loan amount}’
- lterm = ‘{loan term in years}’
- schedule = month | year | month_nc | year_nc | none (_nc stands for “no choice” for visitor)
- language = en | de | es | fr | it | pt | ru
Shortcode examples
[mlcalc]
[mlcalc calculator="mortgage_only"]
[mlcalc calculator="mortgage" size="narrow" price="125,000" rate="6.2" language="es" currency="eur"]
FAQ
-
May I use your widget on my commercial website
-
Yes. Absolutely.
Reviews
Contributors and Developers
“Mortgage Calculator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Mortgage Calculator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.