Skip to main content

Can I Integrate A Financing Page On My Rebolt Website?

Updated over 2 weeks ago


Short Answer


Yes. Add a Custom Code section in the Site Editor and embed your financing page with an <iframe>.
If you prefer, contact Support and we’ll do it for you.


Overview


Many lenders provide a hosted financing page (URL) you can showcase on your site. In Rebolt, you can embed that page directly so it’s visible without leaving your site.


Embed a Financing Page


  1. Open the target page in Website → Site Editor (or create a new page like “Financing”).

  2. Click Add SectionCustom Code.

  3. Paste your lender’s URL into an iframe, e.g.:

<iframe src="INSERT YOUR URL HERE"></iframe>
  1. Save/Publish, then Visit Page to confirm it renders on desktop and mobile.

Need help? Message Support with your lender URL and the page where you want it embedded; we’ll handle it.


Tips & Troubleshooting


  • Use HTTPS: Make sure the financing URL starts with https:// so browsers allow the embed.

  • Make it full-width: Keep width="100%" for a clean, responsive layout; adjust height as needed.

  • If the page won’t embed: Some providers block iframe embeds. In that case, use the Custom code section and add a CTA linking to the page.


Related Help Articles


Did this answer your question?