@matteo is this just iFrame based? Or will we learn how to build something that does a “javascript” style widget embed?
So this …
<div id="poryApp" data-domain="https://embedtest.pory.app" ></div>
<script src="https://pory.app/widget.js"></script>
Rather than…
<iframe src="https://embedtest.pory.app" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen></iframe>
Or is the widget actually an Iframe in a fancy costume?