Embeddable Personal Loan Calculator

Integrate Calculators Into Your Site

Embeddable Calculators are part of the Engine by MoneyLion network, enabling you to entice users to proceed to the next step in their journey with an easy integration and minimal technical requirements, and featuring customizable branding for a consistent user experience.

Here is a demo of the Embeddable Personal Loan Calculator to see it in action:

The Embed Code

To integrate the Personal Loan Calculator on your website, you will need to include the following two lines of HTML code. These lines can be placed in any order on the page, but for optimal user experience, we recommend placing the script tag within the same div where the content is rendered.

The screenshot above is a screenshot of the simplicity of the code snippet, to show the ease of implementation. Your exact code will be provided to you by your Partner Manager.

{channel} and {zone} here are placeholders and will be replaced with precise values in the embed code provided to you.

Also to note, the moneylion-loans-calculator tag should not be self-closing. Please implement as moneylion-loans-calculator and /moneylion-loans-calculator separately and not moneylion-loans-calculator/

Details & Customization

Auto-Sizing

The calculator will be rendered wherever you include the moneylion-loans-calculator and /moneylion-loans-calculator tags in your page and will responsively scale to fill the space available to it.

Personalized Headings

You may want to accompany the calculator with your own header or instructional text above the embeddable code. For example, this <h1> and <p> produce the screenshot above:

<h1>Blog Entry 1</h1>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisi. Sed euismod, nunc id aliquet ullamcorper, nisl nunc tincidunt nunc, et aliquam nunc nunc id lectus.</p>

<script type="application/javascript" src="https://www.moneylion.com/network/{channel}/{zone}/web-component/loans-calculator/index.js"></script>

<moneylion-loans-calculator></moneylion-loans-calculator>

You can customize your headings with your desired marketing language, similar to the following:

<h1>Personal Loans Calculator</h1>

<p>See how much you can save</p>

<script type="application/javascript" src="https://www.moneylion.com/network/{channel}/{zone}/web-component/loans-calculator/index.js"></script>

<moneylion-loans-calculator></moneylion-loans-calculator>

Last updated

Was this helpful?