...
Widget Connector | ||
---|---|---|
|
First method (Recommended)
After creating the pop-up window, you will receive an initialization code block and a link that must be placed on the page.
- button "copy code" by clicking on which the inti code will be copied. Insert the initialization code (1) at the very end of the body - before the closing </body> tag.
- button "copy code" of the script of the pop-up window itself.
- Add a link (2) to the clickable element as an href parameter (this can be a button, or just an <a></a> element). The result should look something like this: <a href='Popuphttps://wep.wf/87wf8s'>Popup</a>.
By clicking on this element, a pop-up window will appear.
...