Description
FeatValue is the client portal for agencies and service providers. With FeatValue, you and your clients always have an overview—even with a large number of projects. FeatValue connects to your existing project tools; this plugin brings the portal onto your WordPress site.
What this plugin does
- Embed the FeatValue client portal (tasks, status, collaboration) on any page
- Connect your site under Settings FeatValue
- Optionally send FeatValue notifications via your WordPress mail setup
- Optionally let clients sign in with their WordPress account (FeatValue Premium plan)
Embed the dashboard
- Shortcode:
[featvalue_dashboard](optional:height="600px") - Gutenberg block: “FeatValue Dashboard” (Widgets category)
You need a FeatValue account. After connecting, the portal runs on your site while FeatValue stays the backend for projects and tasks.
More about FeatValue: https://featvalue.io
External services
This plugin connects to the FeatValue SaaS (default hosts: integrations.featvalue.io and dashboard.featvalue.io). By connecting your site you authorize communication with these services.
Data that may be sent after you connect:
- Site URL, site name, public key, and a site UUID (registration / health check)
- Connection and setup status
- Page URLs and titles where the dashboard is embedded
- For optional WordPress authentication (FeatValue Premium plan): signed-in user email, display name, and WordPress user ID
- For mail relay: message recipients, subjects, and HTML bodies pulled from FeatValue and sent via
wp_mail
After connecting, the plugin may also load a small JavaScript host runtime from FeatValue
(https://integrations.featvalue.io/embed/v1/host.js, or your configured integrations URL).
That script drives the embedded dashboard UI on the parent page (sidebar, modal, lightbox, login gate).
If the remote script cannot be loaded, the plugin falls back to the copy bundled with this plugin.
No personal data is sent when loading the script; it runs in the browser on your site like other SaaS clients (similar to payment or analytics scripts).
Privacy information: https://www.iubenda.com/privacy-policy/16160214?ifr=true&height=800&origin=https%3A%2F%2Fwww.featvalue.com%2F
Support / service: hello@featvalue.com
No data is sent until an administrator starts the connect flow (or until already connected features run, such as health checks, embeds, or mail relay).
Blocks
This plugin provides 1 block.
- FeatValue Dashboard Embed the FeatValue dashboard on this page.
Installation
- Upload the
featvaluefolder to/wp-content/plugins/ - Activate the plugin through the Plugins screen in WordPress
- Go to Settings FeatValue and click “Connect with FeatValue”
- Complete site type (and client, if applicable) setup
FAQ
-
Does the plugin work without FeatValue?
-
No. It is an interface to the FeatValue service. You need a FeatValue account to connect.
-
Which PHP extensions are required?
-
PHP 8.1+ with the sodium extension (included by default in modern PHP builds).
Reviews
There are no reviews for this plugin.
Contributors & Developers
“FeatValue” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “FeatValue” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.1
- Enqueue status-gate CSS/JS via WordPress APIs
- Remove bundled translation files; translations via translate.wordpress.org
0.1.0
- Initial release