The Perseo Feedback System is an open-source plugin for WordPress websites. It adds a feedback prompt to your pages, asking users a question of your choice with two simple buttons. After users have clicked the button, a textarea is shown to collect a comment which is saved in the database once the send button is clicked. You can set the options within the "Perseo Feedback" settings menu that appears after plugin activation.
The feedback prompt appears 5 seconds after the page has loaded, providing a non-intrusive way of gathering user feedback.
- Download the zip file of the plugin from this repository.
- Go to the WordPress admin dashboard, navigate to 'Plugins > Add New > Upload Plugin', and upload the zip file.
- Activate the plugin through the 'Plugins' menu in WordPress.
- The feedback prompt will now appear on your site.
The Perseo Feedback System works automatically once activated. All feedback responses from users are stored in a new database table called 'perseo_feedback'. Statistics are displayed in the related plugin's menu within WordPress.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. If you have suggestions for how we could improve, or want to contribute to the development, please fork the repository and create a pull request.
If you like this plugin and find it useful, consider supporting me by making a donation. Your donation will help me to maintain and improve this plugin.
Perseo Feedback System stores feedback responses from users in the WordPress database in a table called 'perseo_feedback'. The stored data includes the user's response to the feedback prompt, the timestamp of the response, the URL where the feedback was given, the IP address, and user agent. This data is not shared with any third parties.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Giovanni Manetti - GitHub