📜 ⬆️ ⬇️

Feedback widget

image Feedback> 2.0 is an interesting ascetic design widget and unusual in implementation. In it you will find only the most necessary functions to collect feedback and suggestions from visitors to your site. Nothing superfluous - everything is only in the case.
The implementation of this widget is essentially unique as it is fully developed in Javascript, including working with the database. Feedback widget consists of two parts:
All widget code and administration panel is provided under the opensource license LGPL3.

Feedback widget


general characteristics
Technical specifications

The connection is made by placing the below code on the page where you want to display the feedback widget.

<! - insert after and near </ BODY> (this comment can be be removed) ->
< script charset = "utf-8" src = " code.hivext.ru/applications/feedback/FeedbackWidget.js " type = "text / javascript" > </ script >
<script charset = "utf-8" type = "text / javascript" >
FeedbackWidget ( “widget ID” , {sWidth: 600, sHeight: 420, sButtonSide: “left” , sLanguage: “en” });
</ script >

image
')

Admin widget


general characteristics

Administration of suggestions and user comments
The ability to change the appearance of the widget through the admin interface, editing html and css
Create new clients (one user can have no more than 3 clients, for three different sites)

Technical specifications

The admin panel is one html interface file, two logic javacript files and one style file. You can place the admin panel on any hosting or work with it at code.hivext.ru/applications/feedback

To get a widget you need to go to the admin area at code.hivext.ru/applications/feedback and perform the necessary actions.

You can also download all the source code of the widget and admin panel and place it on your hosting service by simply unpacking the archive into the desired folder, and then run index.html

Widget demonstration

Source: https://habr.com/ru/post/61028/


All Articles