Add the SignalsLoop feedback widget to your website in 2 minutes
Create an API key in your SignalsLoop settings
Copy the one-line embed script
Paste before your closing </body> tag
<script src="https://signalsloop.com/embed/YOUR_API_KEY.js"></script>
For static HTML sites, WordPress, or any website where you can edit the HTML:
<!DOCTYPE html>
<html>
<head>
<title>My Awesome App</title>
</head>
<body>
<h1>Welcome to My App</h1>
<p>Your amazing content here...</p>
<!-- SignalsLoop Widget - Add this before closing body tag -->
<script src="https://signalsloop.com/embed/YOUR_API_KEY.js"></script>
</body>
</html>
Customize the widget appearance using URL parameters:
<script src="https://signalsloop.com/embed/YOUR_API_KEY.js?position=bottom-left&color=%23ff6b6b&text=Send%20Feedback"></script>
position
- bottom-right, bottom-left, top-right, top-leftcolor
- Any hex color (URL encoded)text
- Custom button text (URL encoded)theme
- light, dark, autoTry our widget in action! Click the feedback button in the bottom-right corner of this page.