Changelog trigger options
To trigger/open a changelog you have three options:
Element - Use an element that's already on your site, just provide the CSS selector. When the user clicks that element, the changelog opens.
Standalone - A floating beacon button is shown on your site. When clicked, the changelog opens. You can configure:
- Show beacon only when there are unread posts - The beacon is only visible when there are changelog posts the user hasn't read yet
- Beacon position - Bottom-right or Bottom-left
Manual - You control everything. Open the changelog with code:
window.Produktly.openChangelog({ id: changelogId });You can find the id from the changelogs index page.