-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike: How to Embed Volvo Trucks Configurator to website #270
Comments
related to #199 |
SPIKE RESULTS: Preview of the app to embed: https://199-tuck-configurator--vg-volvotrucks-us-rd--netcentric.hlx.page/scripts/v2-embed/index.html Solution 1: App directly embedded on the website. Pros:
Const:
Solution 2: App inside iframe. Pros:
Const:
Solution 3: App added as shadow DOM element The app is not designed in the way to add it as the shadow DOM element. Conclusion: External app problems found during spike:
|
@TomaszDziezykNetcentric and I had a meeting with Rapid Images. The iframe solution is preferred, though we need to figure out how to deal with analytics. Probably we could simply add the tag manager script to their code. The 403 error is because they’re working with whitelisting of IP addresses to protect the assets before NDA is lifted. |
Description
Investigate the best approach to achieve #199 and share the results with the team in this ticket.
During the refinement of #199 we discussed 2 possibilities:
1- Create a new Embed Spa block where the author adds the .js and .css files as an HTML route.
2- Create an iframe.
The text was updated successfully, but these errors were encountered: