Embedding the Page
Embed your roadmaps and released notes inside your app or website.
Installation instructions
Optional steps
Example
Last updated
Was this helpful?
Embed your roadmaps and released notes inside your app or website.
The page embed enables you to integrate your portal seamlessly into your website or documentation. You can maintain your existing website header and footer, ensuring a consistent user experience across your site.
To enable users to log in, you must add the domain's URL to the list of trusted domains. The URL must include the subdomain. For example feedback.example.com.
Copy the channel ID for the embed widget.
Add the following code snippet to the <body> section of your site. Unlike the widget, the page content renders where you position the element. Ensure you replace the CHANNEL_ID attribute.
<released-page channel-id="CHANNEL_ID"></released-page>To automatically authenticate users, you can implement user verification and pass in the auth-token attribute.
<released-page channel-id="CHANNEL_ID" auth-token="AUTH_TOKEN"></released-page>To notify users about the availability of a new post, you can enhance the user experience by incorporating a notification badge on the link or button leading to the embedded page. This badge functions similarly to the notification badge found in the widget.
Add the following code snippet to the <body> section of your site where you want the badge to render.
<released-badge channel-id="CHANNEL_ID"></released-badge>Customize the page to match your brand and app design using the page properties. Adjust the title and description, or change the colors according to your preferences.
Please see the documentation for a full list of configuration options.
View an example of how to embed the page on CodePen.
Last updated
Was this helpful?
Was this helpful?