I would like to create a very very simple plugin that will act as an iFrame to embed a button.
The goal is to have iFrame embed a page with an URL parameter that the user can set in the element property.
It seemed simpled but as it’s javascript and not HTML I’m completely stuck…
Any ideas?
Under the update function of the element part of the editor plugin editor, you need to initialize the div that will hold the iFrame.
You have to replace HTML CODE with your code.