Articles on: Developers

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.


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>


If you still have questions, please contact us by chat.

Updated on: 03/30/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!