Widget Installation Guide

Add the SignalsLoop feedback widget to your website in 2 minutes

⚡ 2-minute setup📱 Mobile responsive🚀 Lightweight (5KB)
Quick Start (30 seconds)
1

Get API Key

Create an API key in your SignalsLoop settings

2

Copy Code

Copy the one-line embed script

3

Add to Site

Paste before your closing </body> tag

Installation Code
<script src="https://signalsloop.com/embed/YOUR_API_KEY.js"></script>
HTML/Static Sites

For static HTML sites, WordPress, or any website where you can edit the HTML:

Complete Example
<!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>

WordPress Instructions

  1. Go to Appearance → Theme Editor
  2. Edit footer.php or functions.php
  3. Add the script before </body>
  4. Save changes
Customization Options

Customize the widget appearance using URL parameters:

Customized Example
<script src="https://signalsloop.com/embed/YOUR_API_KEY.js?position=bottom-left&color=%23ff6b6b&text=Send%20Feedback"></script>

Available Parameters:

  • position - bottom-right, bottom-left, top-right, top-left
  • color - Any hex color (URL encoded)
  • text - Custom button text (URL encoded)
  • theme - light, dark, auto

Pro Features:

  • • Remove "Powered by SignalsLoop"
  • • Custom CSS styling
  • • Custom domain embedding
  • • Advanced positioning
Security & Performance
  • Lightweight (5KB total)
  • No impact on page load speed
  • GDPR compliant
  • SSL encrypted
  • Spam protection built-in
Mobile & Accessibility
  • Fully responsive design
  • Touch-friendly interactions
  • Keyboard navigation support
  • Screen reader compatible
  • High contrast mode
Troubleshooting

Widget not appearing?

  • Check that your API key is correct and active
  • Ensure the script is placed before the closing </body> tag
  • Verify there are no JavaScript errors in console
  • Check if ad blockers are blocking the widget

Widget not submitting feedback?

  • Check your browser's network tab for API errors
  • Verify your project settings allow public submissions
  • Ensure you're not hitting rate limits
  • Try disabling browser extensions temporarily

Still need help?

Test the Widget Live

Try our widget in action! Click the feedback button in the bottom-right corner of this page.