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.
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>