Title: FunnelMint Review Assistant for Google Business Profile
Author: Khushal Rathod
Published: <strong>July 31, 2026</strong>
Last modified: July 31, 2026

---

Search plugins

![](https://ps.w.org/funnelmint-review-assistant-google-business/assets/banner-772x250.
png?rev=3630043)

![](https://s.w.org/plugins/geopattern-icon/funnelmint-review-assistant-google-business_c8cfd4.
svg)

# FunnelMint Review Assistant for Google Business Profile

 By [Khushal Rathod](https://profiles.wordpress.org/khushal167/)

[Download](https://downloads.wordpress.org/plugin/funnelmint-review-assistant-google-business.1.4.0.zip)

 * [Details](https://wordpress.org/plugins/funnelmint-review-assistant-google-business/#description)
 * [Reviews](https://wordpress.org/plugins/funnelmint-review-assistant-google-business/#reviews)
 *  [Installation](https://wordpress.org/plugins/funnelmint-review-assistant-google-business/#installation)
 * [Development](https://wordpress.org/plugins/funnelmint-review-assistant-google-business/#developers)

 [Support](https://wordpress.org/support/plugin/funnelmint-review-assistant-google-business/)

## Description

FunnelMint Review Assistant provides a standalone, responsive customer review flow
for multiple business locations. Each business receives its own shortcode.

Features include:

 * Multiple business profiles with separate shortcode IDs and review URLs.
 * Persistent one-to-five star selector.
 * Required private feedback for one-to-three-star submissions.
 * Three to six selectable AI-generated suggestions for four-to-five-star ratings,
   produced in one provider request.
 * Gemini and OpenAI provider/model selection.
 * Copy-and-continue flow to the configured Google Business Profile review page.
 * Private-feedback management, analytics, API logs, spam controls, and optional
   reCAPTCHA.
 * Theme-independent landing layout on pages containing the shortcode.

This plugin is not affiliated with, endorsed by, or sponsored by Google LLC or OpenAI.
Google Business Profile is a trademark of Google LLC.

Site administrators are responsible for configuring and using the review flow in
accordance with applicable laws and the policies of their review platform and AI
provider. AI output can be inaccurate and should be reviewed by the customer before
use.

### External services

This plugin connects to external services only for features configured by a site
administrator.

#### Google Gemini API

When Gemini is selected, the plugin sends the business name, selected star rating,
optional customer keywords, and configured business prompt to the Gemini API to 
generate review suggestions. The administrator’s Gemini API key is sent server-side
for authentication. Model-list and connection-test requests are also sent from the
server.

Service: https://ai.google.dev/
 Terms: https://ai.google.dev/gemini-api/terms Privacy
policy: https://policies.google.com/privacy

#### OpenAI API

When OpenAI is selected, the plugin sends the business name, selected star rating,
optional customer keywords, and configured business prompt to the OpenAI API to 
generate review suggestions. The administrator’s OpenAI API key is sent server-side
for authentication. Model-list and connection-test requests are also sent from the
server.

Service: https://openai.com/api/
 Terms: https://openai.com/policies/terms-of-use/
Privacy policy: https://openai.com/policies/privacy-policy/

#### Google reCAPTCHA

When an administrator explicitly enables reCAPTCHA, the Google reCAPTCHA script 
loads on funnel pages and a verification token plus request metadata is processed
by Google to reduce spam.

Service: https://www.google.com/recaptcha/about/
 Terms: https://policies.google.
com/terms Privacy policy: https://policies.google.com/privacy

#### Google Business Profile

After a visitor selects and copies a generated suggestion, the browser opens the
business review URL configured by the site administrator. No API connection to Google
Business Profile is made by this plugin for that redirect.

### Privacy

The plugin stores funnel events and may store the visitor’s IP address, browser 
user agent, inferred device category, selected rating, private feedback, generated
suggestions, and timestamps in the site’s WordPress database. Private feedback may
be emailed to the site’s administrator. Data is not sent to the plugin developer.

For AI generation, the customer details described in the External services section
are sent to the administrator-selected AI provider. API keys remain server-side 
and are not exposed in public JavaScript.

Administrators should disclose this processing in their site privacy notice, set
an appropriate retention policy, and obtain any consent required in their jurisdiction.
Plugin data is preserved on uninstall by default. An administrator can enable deletion
on uninstall under Security.

## Screenshots

[[

[[

[[

[[

[[

[[

[[

## Installation

 1. Install and activate the plugin.
 2. Open FunnelMint Review Assistant > AI Settings.
 3. Select Gemini or OpenAI, enter an API key, refresh the model list, select a model,
    and test the connection.
 4. Open Businesses and create a business profile with its Google review URL.
 5. Add `[funnreas_review_assistant id="1"]` to a WordPress page, replacing `1` with
    the required business ID.

## FAQ

### How do I create separate funnels for different businesses?

Create each profile under Businesses and use its ID in the shortcode, for example`[
funnreas_review_assistant id="2"]`.

### Are API keys exposed to visitors?

No. AI requests and model requests are performed server-side.

### How many AI suggestions are generated?

The configured number of suggestions (three to six) is requested in one AI provider
call. If the response does not contain that number of valid suggestions, the visitor
receives a retry message and the plugin does not automatically make extra provider
requests.

### Does the plugin modify theme files?

No. It detects the shortcode and uses WordPress hooks plus a plugin landing template
only on that page.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“FunnelMint Review Assistant for Google Business Profile” is open source software.
The following people have contributed to this plugin.

Contributors

 *   [ Khushal Rathod ](https://profiles.wordpress.org/khushal167/)

[Translate “FunnelMint Review Assistant for Google Business Profile” into your language.](https://translate.wordpress.org/projects/wp-plugins/funnelmint-review-assistant-google-business)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/funnelmint-review-assistant-google-business/),
check out the [SVN repository](https://plugins.svn.wordpress.org/funnelmint-review-assistant-google-business/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/funnelmint-review-assistant-google-business/)
by [RSS](https://plugins.trac.wordpress.org/log/funnelmint-review-assistant-google-business/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.4.0

 * Fully enabled the configured three-to-six suggestion count throughout the public
   AJAX, REST, template, and browser rendering flows.
 * Applied the distinctive funnreas prefix to plugin classes, functions, constants,
   options, hooks, routes, assets, database tables, and shortcode.

#### 1.3.0

 * Addressed WordPress.org review feedback: configurable suggestion counts, distinctive
   naming, prefixed shortcode, and removal of custom code insertion.

#### 1.2.1

 * Added saved-logo preview with change and remove actions.
 * Added a modern, filename-aware JSON import chooser.

#### 1.2.0

 * Prepared WordPress.org metadata and external-service disclosures.
 * Bundled Chart.js locally with its MIT license.
 * Removed obsolete business-type template functionality.
 * Refined admin notices and generated-review selection UI.
 * Added Gemini and OpenAI provider/model management.
 * Generates the configured three to six suggestions with one AI request.

## Meta

 *  Version **1.4.0**
 *  Last updated **6 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [business reviews](https://wordpress.org/plugins/tags/business-reviews/)[customer feedback](https://wordpress.org/plugins/tags/customer-feedback/)
   [customer reviews](https://wordpress.org/plugins/tags/customer-reviews/)[google business](https://wordpress.org/plugins/tags/google-business/)
 *  [Advanced View](https://wordpress.org/plugins/funnelmint-review-assistant-google-business/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/funnelmint-review-assistant-google-business/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/funnelmint-review-assistant-google-business/reviews/)

## Contributors

 *   [ Khushal Rathod ](https://profiles.wordpress.org/khushal167/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/funnelmint-review-assistant-google-business/)