Changelog Label Filter
The Changelogfy In-App widget enables you to filter posts by labels. That is a great way to show posts for the right users in the right place, like app modules and etc.
To filter posts by label, you need to pass the labels array attribute to the widget.
JavaScript
To filter posts by label, you need to pass the labels array attribute to the widget.
<script>
var CLF_config = {
selector: ".changelogfy-widget",
app_id: "PROJECT_SECRET_TOKEN",
labels: ["New", "Improvement", "Whatever"]
};
</script>
<script async src="https://widget.changelogfy.com/index.js"></script>
Updated on: 10/13/2023
Thank you!