How to install In-App widget
Instal our Changelogfy In-App Widget is quick and easy, just follow :
HTML
Place this element where you wish the widget to appear
<div class="changelogfy-widget">What's New</div>
JavaScript
Place this Javascript code before closing of your body tag
<script>
var CLF_config = {
selector: ".changelogfy-widget",
app_id: "YOUR_APP_ID"
};
</script>
<script async src="https://widget.changelogfy.com/index.js"></script>

There, your widget is installed and running perfectly!
Note:
The class changelogfy-widget can be replaced for any other.
If you don't know your app_id, Check here!
Updated on: 03/30/2022
Thank you!