Integrating the iframe solution
Integrating the Iframe module is easy and requires basic HTML knowledge. Depending on your frontend framework, you may need to customize the installation.
Requirements
- The unique iframe link that Level2 will send you. If you haven't already, please contact us to know more about this and how we can customise the same for you.
Testing
Use the following link for testing the iframe solution -
https://iframe-compat.trylevel2.com/
Example usage in html
<!DOCTYPE html>
<html>
<head>
<title>Trying Level2</title>
</head>
<body>
<h2>Level2 - Testing iframe solution</h2>
<iframe
src="https://iframe-compat.trylevel2.com/"
width="100%"
height="900"
loading="lazy">
</iframe>
</body>
</html>
Please feel free to reach out to us at contact@trylevel2.com
if you face any challenges or have any questions.