...
...
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 "скопировать код" по клику на которую будет скопировал inti code. Вставьте код инициализации (1) в самом конце body - перед закрывающим тегом </body>.кнопка "скопировать код" скрипта самого всплывающего окна. Добавьте ссылку (2) к кликабельному элементу, в качестве параметра href (это может быть кнопка, либо просто <a></a> элемент). Итог должен выглядеть примерно так: <a href='httpscopy 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>a>.
...
- By clicking on this element, a pop-up window will appear.
Widget Connector | ||
---|---|---|
|
Второй способ
После создания всплывающего окна, помимо ссылки, вы получите два блока кода, которые необходимо разместить в коде вашей веб-страницы.
- Первая часть кода - скрипт инициализации всплывающего окна (init code). Его следует поместить в самом конце body - перед закрывающим тегом </body>.
- Вторая часть кода - скрипт генерации всплывающего окна. Поместите его в любом месте body, но НЕ ниже скрипта инициализации.
После этого нужно создать элемент, который будет содержать триггер всплывающего окна. В качестве id для такого элемента следует установить селектор, который находится в настройках всплывающего окна (без символа #).
...
Second way
After creating the popup, in addition to the link, you will receive two blocks of code that need to be placed in the code of your web page.
- The first part of the code is the popup window initialization script (init code). It should be placed at the very end of the body - before the closing </body> tag.
The second part of the code is the pop-up window generation script. Place it anywhere in the body, but NOT below the init script.
After that, you need to create an element that will contain the popup trigger. The id for such an element should be set to the selector found in the pop-up window settings (without the # symbol).
Example: <button id="wepster_action_element"></button>
Всплывающее окно появится при использовании посетителем сайта элемента (при нажатии на кнопкуA pop-up window will appear when a site visitor uses an element (by clicking a button).