Open embed settings
After publishing your app, clickShare in the upper right corner, then choose Embed.

Desktop and Mobile tabs to check how the embed will appear on different screen sizes before copying the code.
Choose an embed type
Zite supports four embed types:- Standard: adds your app as an inline section on the page.
- Popup: opens your app in a centered modal when someone clicks a button.
- Slider: opens your app in a side panel from the left or right.
- Full screen: opens your app as a full-page embedded experience.
</> Get the code, and paste the code into your website, CMS, or web builder.
Standard embed
UseStandard when your app should appear as part of the page content, such as inside a dashboard, customer portal, help article, or internal wiki.

- Height: sets the embed height in pixels.
- Width: sets how wide the embed should be. Use
100%when you want the app to fill the available page width.
Popup embed
UsePopup when you want visitors to stay on the current page until they click a button, then open the app in a focused overlay.

- Button text: changes the label on the launch button.
- Button size: sets the size of the launch button.
- Floating button: keeps the button fixed on the page instead of placing it inline.
- Popup size: changes the size of the modal window.
Slider embed
UseSlider when the app should open without taking over the whole screen. The page dims behind the app, and the app slides in from one side.

- Button text: changes the label on the launch button.
- Button size: sets the size of the launch button.
- Floating button: keeps the button fixed on the page.
- Slider side: chooses whether the panel opens from the left or right.
Full screen embed
UseFull screen when the Zite app should feel like the main experience on the page.

Preview and copy the code
Before adding the embed to your site:- Use
Previewto test the selected embed type. - Check both
DesktopandMobile. - Confirm popup or slider buttons use the right label and size.
- Confirm standard embeds have enough height to avoid cramped content.
- Click
</> Get the codeand paste the generated snippet into your website.
If your app changes later, you usually do not need to replace the embed code. Publish the latest version of your Zite app, then refresh the page where it is embedded.
Which embed type should I use?
Use Standard for inline content
Use Standard for inline content
Choose
Standard when the app should sit directly in the page layout.Use Popup for focused actions
Use Popup for focused actions
Choose
Popup when someone should click a button, complete a focused task, then close the overlay.Use Slider for side-panel workflows
Use Slider for side-panel workflows
Choose
Slider when users may need to reference the original page while using the app.Use Full screen for app-like pages
Use Full screen for app-like pages
Choose
Full screen when the embedded Zite app should be the main interface.