Any Idea How This Calculator is Made? Can I Make it in Wordpress

webhostingproviders

Elite Member
Joined
Aug 8, 2013
Messages
2,334
Reaction score
618
just was browsing this website, can anbody please help, how this calculators are made on this website, there are so many of them under each link

fasltd.com/financial_tools.html
 
just was browsing this website, can anbody please help, how this calculators are made on this website, there are so many of them under each link

fasltd.com/financial_tools.html
Lots of financial calculator plugins on wordpress.org, you checked there?
 
Here you go. It is a JS script.

<script type="text/javascript" SRC="KJE.js"></script>
<script type="text/javascript" SRC="KJESiteSpecific.js"></script>
<script type="text/javascript" SRC="CardOptimizer.js"></script>

<script language="JavaScript" type="text/javascript" SRC="CardOptimizerParams.js"></script>

Here is the source code.
https://github.com/dominicg666/KJE-Calculator/blob/master/index.html

To integrate it, you simply need to build an html page and then integrate it into your wordpress. Use the wordpress parameters and variables to have it inherit the theme you are using. If the calculator is using database dynamic information, you will need to integrate ajax calls to the backend to make it work.

Maybe there is more but I just selected a single calculator, as an example. You have to check each one of them.
 
Back
Top