BD Feedback Widget
Embeds the Blue Dog feedback widget on this site so clients can leave visual feedback via a shared link.
by Blue Dog Digital · github.com/bluedognz/bd-feedback-widget
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/bluedognz/bd-feedback-widget/releases/download/v1.1.2/bd-feedback-widget-1.1.2.zipDeclares an update source (https://github.com/bluedognz/bd-feedback-widget), so updates arrive through the plugin's own updater.
Readme
BD Feedback Widget
WordPress plugin that installs the Blue Dog feedback widget via a settings page, instead of pasting a script tag manually.
Install
Download the latest release zip from Releases, then in WordPress: Plugins → Add New → Upload Plugin.
Setup
Settings → BD Feedback Widget → paste the project token from the feedback dashboard → Save.
Updates
This plugin checks GitHub releases for updates via plugin-update-checker — no separate update mechanism needed. New releases here show up as a normal WordPress update.
Releasing a new version
- Bump the
Versionheader inbd-feedback-widget.phpand theStable taginreadme.txt. - Commit and push.
gh release create vX.Y.Z --generate-notes(attach nothing — the checker reads the source at that tag directly).
Read the full README on GitHub →