Skip to main content

Share & Deploy

Share via Share page

tip

Use this option if you want to change design settings and other customizations while creating your widget.

  1. Navigate to your widget design, on the Share page.
  2. Select the type you want to publish (Banner or Pop-Up).
  3. In the left menu, scroll down to the Share & Deploy section.
  4. Copy the code and put it the HEAD section of your page.
  5. Copy the URL (Banner only) and share it instantly.

Share quickly from the dialogues editor

tip

When using this setting, your widget will have default design and preferences. To change them, see follow the steps above, in Share via Share page.

  1. Click on the Share icon in the control bar, next to the Publish button.
  2. In the new window, click on Create.
  3. Change the entry point and create a name for your share.
  4. After confirming, your share URL will be created.

URL customisation

Add a custom slug to your URL.

  1. Navigate to your widget design, on the Share page.
  2. Select the type you want to publish (Banner or Pop-Up).
  3. In the left menu, scroll down to the Share & Deploy section.
  4. Click on Writing Pencil icon.
  5. Type in your custom URL.

Widget rendering order

If the widget is being covered by other elements on the page, it is possible to change the rendering order by specifying the z-index property on scena-ai-banner or scena-ai-popup. For example:

<scena-ai-banner key-id="aaaaabbbbb" z-index="10000"></scena-ai-banner>
<scena-ai-popup key-id="aaaaabbbbb" z-index="2147483647"></scena-ai-popup>