You can specify any custom HTML element on the webpage to act as a trigger to activate NeetoChangelog.
For this, specify the ID of the HTML element in NeetoChangelogOptions.elementId.
Example:
embedNeetoWidget({
...otherOptions,
neetoChangelogOptions: {
elementId: "custom-trigger-id",
},
});