Description
Teamfluencer is the official WooCommerce integration plugin for the Teamfluencer influencer affiliate platform.
Once connected, every order placed through an influencer link is automatically detected, stamped, and reported to Teamfluencer — without slowing down your checkout page.
How It Works
- A customer visits your store via an influencer link (
?utm_source=teamfluencer&utm_campaign=...&tf_subid=...). - The plugin captures those parameters client-side with JavaScript and stores them in a 30-day cookie — completely compatible with page caching and CDN layers.
- When the customer completes a purchase, the order is tagged as a Teamfluencer affiliate order.
- The plugin sends the order data to Teamfluencer in the background using WooCommerce’s built-in Action Scheduler queue — your checkout page is never blocked.
- If the API is temporarily unavailable, a built-in hourly recovery system automatically retransmits any missed orders in bulk.
Key Features
- Zero checkout impact — all API calls run asynchronously via Action Scheduler.
- Two-layer delivery guarantee — real-time webhook + hourly bulk fallback cron.
- Full refund & cancellation support — partial refunds, full refunds, and cancellations are all reported to Teamfluencer so influencer commissions are adjusted automatically.
- One-click OAuth 2.0 connection — no manual API keys; connect your store with a single button click.
- Automatic token refresh — if your access token expires, the plugin silently renews it in the background without interrupting any ongoing operation.
- Page-cache compatible — UTM parameters are read by JavaScript so the plugin works correctly even when your entire site is served from a CDN or full-page cache.
- Last-touch attribution — if a customer returns through a different influencer’s link, the cookie is updated to credit the most recent referral.
- Classic & Blocks checkout support — works with both the legacy WooCommerce Shortcode checkout and the modern Gutenberg Blocks checkout.
Attribution Model
The plugin uses a Last-Touch attribution model with a configurable cookie lifetime (default: 30 days). Each time a customer arrives via a Teamfluencer affiliate link, their existing cookie is overwritten with the new influencer’s details.
Privacy & Data
This plugin stores affiliate tracking data (influencer ID, click ID) in WooCommerce order meta. No personal customer data beyond what WooCommerce already collects is sent to Teamfluencer. All API communication uses HTTPS.
For more information see the Teamfluencer Privacy Policy.
Screenshots



Installation
Minimum Requirements
- WordPress 6.0 or greater
- WooCommerce 7.0 or greater
- PHP 8.0 or greater
Automatic Installation
- Log in to your WordPress admin panel.
- Go to Plugins Add New.
- Search for Teamfluencer.
- Click Install Now, then Activate.
Manual Installation
- Download the plugin
.zipfile. - Log in to your WordPress admin panel.
- Go to Plugins Add New Upload Plugin.
- Upload the
.zipfile and click Install Now, then Activate.
After Activation
- Log in to your Teamfluencer brand dashboard and go to Integrations WooCommerce.
- Click Connect Store — Teamfluencer will redirect you to your WordPress site to approve the connection.
- Once approved, the plugin will begin tracking affiliate orders automatically.
FAQ
-
Does this plugin slow down my checkout?
-
No. All communication with the Teamfluencer API happens in the background using WooCommerce’s Action Scheduler. Your customers will never experience any delay.
-
What happens if the Teamfluencer API is down?
-
Orders are saved locally with a
failed_retrystatus. The built-in hourly recovery cron automatically retransmits them in bulk once the API is available again. -
Does the plugin work with page caching plugins like LiteSpeed Cache or WP Rocket?
-
Yes. Affiliate parameters are captured by a lightweight JavaScript snippet that runs in the browser — even on fully cached pages.
-
How are partial refunds handled?
-
If a customer returns one item out of three, the plugin reports the refunded amount and the
partial_refundtype to Teamfluencer. The platform then recalculates the influencer’s commission based on the net order value. -
Is the OAuth token renewed automatically?
-
Yes. If the access token expires and an API call returns HTTP 401, the plugin silently uses the stored refresh token to obtain a new access token and retries the failed request — with no manual intervention required.
-
Can I disconnect my store from Teamfluencer?
-
Yes. Go to WooCommerce Teamfluencer and click Disconnect. This removes all stored tokens from your database. Previously synced order data is not affected.
-
Where do I initiate the connection?
-
Log in to your Teamfluencer brand dashboard and go to Integrations WooCommerce. Click Connect Store to start the authorization flow.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Teamfluencer for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Teamfluencer for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
- Two-layer order sync: real-time Action Scheduler webhook + hourly bulk fallback cron.
- Refund and cancellation reporting with partial refund support.
- OAuth 2.0 one-click connection with automatic token refresh.
- Page-cache compatible JavaScript UTM tracker.
- Last-touch 30-day cookie attribution.
- Classic Shortcode checkout and Gutenberg Blocks checkout support.
