How to install In-App widget
JavaScript *Place this Javascript code before closing of your body tag. Changelogfy In-App Widget require track your users to identify user actions, such as feedback, votes, reacting, commenting, or viewing a changelog. For Tracking your users, you need to pass a UNIQUE userid in your In-App Widget Installs.PopularWidget API
The Changelogfy In-App Widget, provide interface to interact with widget. Open Close Disable the "Badge Alert" Manual initializeSome readersStyling the In-App Widget
Badge Once the counter badge is injected into your HTML, you can style it with some CSS class. For example, if the badge is overlapping some element in your application, you can use a CSS class to fix it correctly. The badge structure is: You can easily customize with a CSS code example:Some readersMultiple Languages
Some readersUser Tracking
allows tracking user, it's great to understand user flow. JavaScript Tracking your users allows you to identify user actions, such as reacting, commenting, or viewing a changelog. In addition, after identifying your user with a unique ID, we will also sync across devices so that users don't see the same notifications on different devices. For Tracking your users, you need to pass a UNIQUE userid in your .Few readersSingle Sign On
Single Sign On allows login your users automatically in your newsfeed page, without requiring a login or password. Therefore when users react to or comment on your posts in the newsfeed, they are identified too, like as works in the in-app widget. SSO Secret Token To enable SSO, the first step is to get your SSO Token from the Settings section. Your token is secret and should never be shared with unauthorized people, or on your front-end for example. Single Sign On (https://storage.criFew readersHow to segment users
Few readersChangelog 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.Few readersHow install the Widget with VueJS
The Widget works fine with vue 2 and vue 3. Example using Vue 2Few readersHow to open the In-App Widget on click on a custom button?
You have some options to open the widget using custom buttons. The first it's manually, using the Widget API: You can call it directly when an user clicks on a button: Also you can start your widget with a custom selector: Create a button with any class or ID like: Start your javascript using the previous selector pFew readers