Installation
Add the SeggWat feedback button to your WordPress site using our official plugin or by manually adding the widget script.Method 1: Official Plugin (Recommended)
Install the SeggWat Feedback plugin from the WordPress plugin directory for the easiest setup.Download from WordPress.org
Install the official SeggWat Feedback plugin with one click from your WordPress admin.
- In WordPress, go to Plugins → Add New
- Search for “SeggWat Feedback”
- Click Install Now → Activate
- Go to Settings → SeggWat Feedback
- Enter your Project Key from the SeggWat dashboard
- Project Key (required) - Your unique project identifier from the SeggWat dashboard
- Button Color (optional) - Hex color code (e.g.,
#10b981) - Button Position (optional) - Choose from
bottom-right,right-side, oricon-only - Language (optional) - Language code (
en,de,sv) - Version Tracking (optional) - Track feedback by your site/theme version
- Show Powered By (optional) - Show or hide “Powered by SeggWat” branding (default: enabled)
If you’re building a white-label solution or need to maintain strict brand consistency, you can disable the “Powered by SeggWat” footer by unchecking the “Show Powered By” option in your plugin settings.
Method 2: Manual Installation
Add the script to your theme’sheader.php or footer.php file:
Method 3: Using WordPress Hooks
Add the following code to your theme’sfunctions.php:
Configuration Options
All options can be configured via data attributes:| Attribute | Type | Default | Description |
|---|---|---|---|
data-project-key | string | required | Your unique project identifier |
data-button-color | string | #2563eb | Hex color code for the button |
data-button-position | string | bottom-right | Position: bottom-right, right-side, or icon-only |
data-language | string | auto-detect | Language code: en, de, sv |
data-version | string | - | Track feedback by version (e.g., your theme version) |
data-show-powered-by | boolean | true | Show/hide “Powered by SeggWat” footer |
White-Label WordPress Solutions
For agencies and developers building WordPress solutions:Best Practices
Use Theme Colors
Match your WordPress theme’s color scheme for a cohesive experience.
Consider Mobile
The
icon-only position works great for mobile-responsive WordPress themes.Version Tracking
Use
data-version with your theme or plugin version to track feedback by release.White-Label
For client projects, set
data-show-powered-by="false" to maintain your brand.