Installation
Add the SeggWat feedback button to your WordPress site by inserting the widget script into your theme.Method 1: Using a Plugin (Recommended)
If you’re using a custom WordPress plugin for SeggWat integration, configure it with the following options: Basic Configuration:- 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.