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 & Developers
“Mortgage Calculator / Loan Calculator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Mortgage Calculator / Loan Calculator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.