For HTML
Get your Project id
Add the widget to your site
// index.html
<html>
<head>
...
</head>
<body>
<button>Give Feedback</button>
</body>
</html>// index.html
<html>
<head>
<script
src="https://unpkg.com/@feedbackfarm/[email protected]/dist/widget.js"
defer
></script>
</head>
<body>
<button data-feedback-farm data-feedback-farm-project-id="123">
Give Feedback
</button>
</body>
</html>Advanced option
Property Name
Value Type
Description
Last updated