Installation
Now that you already have an account and a project on Logaflow, it’s time to install the widget to start receiving feedback from your users.
HTML installation
General installation, the Logaflow widget is a web component that you can install in your project/product using HTML + javascript code. You can add this code to any page where you want to use the widget, see example below:
You must replace YOUR_LOGAFLOW_PROJECT_TOKEN_HERE with your project token. You can find and copy your token on the project settings page.
The trigger-text property is the text that appears on the button that opens the feedback popup for the user, you can change it to the text you prefer.
React installation
Install Logaflow package
or using yarn
Import Logaflow's widget in your application
You can change the import location if you prefer
All ready!
The logaflow feedback widget will now appear in your project
Next 14 installation
Install Logaflow package
or using yarn
Import Logaflow's widget in your application
You can change the import location if you prefer
All ready!
The logaflow feedback widget will now appear in your project