Hi
I’m trying to find where do I enable embedding in iFrame in beta editor.
Can’t find the flag!
I checked the beta docs but they still show classic editor’s form.
Can someone tell me where is it?
Thanks
Hi
I’m trying to find where do I enable embedding in iFrame in beta editor.
Can’t find the flag!
I checked the beta docs but they still show classic editor’s form.
Can someone tell me where is it?
Thanks
Hi @aldo.ercolani!
For now, you’ll have to switch back to the classic editor to enable embedding, and then you can switch back to the beta editor.
When I switch back to classic, click “Run”, and then click “Publish this app”, I use the provided embedding link, but it does not seem to work for me like it did before.
My webpage:
I also get this warning message on the publishing window:
Does developing in the beta editor remove the ability to use the embedding link altogether?
You should be able to switch back to the Classic Editor and copy the embedding link despite the message about the migrated Environments. Then you can go back to the Beta Editor to actually publish your app. Can you make sure that the embedding link you are using is correct?
@brooke - sorry I meant to follow up yesterday. The link that the classic editor gave me was something like…
<script src="https://anvil.works/embed.js" async></script>
<iframe style="width:100%;" data-anvil-embed src="https://XXXXXXXXXXXXXXXX.anvil.app/null"></iframe>
The key issue being the “null” at the end of the src link. I switched that out with my actual private link, and it did eventually work.
Any chance of getting this feature into the ide once again?
Are you talking about this?
Aha! I am! I hadn’t found that!
thank you.