Skip to main content

Iframe

Embedding Olino solution in an Iframe is the fastest way to provide your users a seamless subscription experience directly into your website.

Getting Started

Generate your affiliate link as explained in the affiliate link documentation documentation.

info

As stated in the affiliate link documentation, you can add parameters to customize the experience with your logo AND pass parameters to pre-fill the form with information you already have about the user.

https://partner.olino.fr/PARTNER_CODE?PARAMETERS

Embedding the iframe

To embed the iframe, you will need to add the following snippet to your website :

<iframe
src="https://partner.olino.fr/PARTNER_CODE?PARAMETERS"
width="100%"
height="100%"
style="border: none;"
></iframe>
caution

The iframe will not work if you do not set the width and height, either in the style attribute or with the width and height attributes.