You will need the
jQuery
library to use our tracking and feedback plugin.
If you want to implement the box type feedback plugin
Place this code in the
<head>
block of yout html code:
<link href="https://feedback.contking.com/feedback.css" rel="stylesheet" type="text/css">
<script src="https://feedback.contking.com/feedback.js" type="text/javascript"></script>
Then place the following html code in your code, where you want the plugin to appear:
<div id="contking-feedback-container"></div>