Title: DAXRM Google Business Reviews
Author: daxrm
Published: <strong>July 27, 2026</strong>
Last modified: August 5, 2026

---

Search plugins

![](https://ps.w.org/daxrm-google-business-reviews/assets/banner-772x250.jpg?rev
=3634848)

![](https://ps.w.org/daxrm-google-business-reviews/assets/icon-256x256.png?rev=3624029)

# DAXRM Google Business Reviews

 By [daxrm](https://profiles.wordpress.org/daxrm/)

[Download](https://downloads.wordpress.org/plugin/daxrm-google-business-reviews.1.0.0.zip)

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

 [Support](https://wordpress.org/support/plugin/daxrm-google-business-reviews/)

## Description

**DAXRM Google Business Reviews** connects your WordPress site to your Google Business
profile via the DAXRM API and displays your reviews in fully customizable widgets.

#### Key Features

 * Connect to your Google Business account via DAXRM API
 * Automatic review syncing (Weekly or Monthly via WP-Cron)
 * Multiple widget display types: List, Grid, Slider, and Badge
 * Configurable reviews limit, sort order, and rating filter
 * Show/hide review date and owner responses
 * Floating review widget for the frontend
 * Shortcode support: `[daxrm_reviews]` and `[daxrm_reviews id="123"]`
 * Admin live preview panel for widgets
 * Fully responsive design

#### External Services

This plugin connects to the **DAXRM API** (hosted on AWS Lambda) to authenticate
your Google Business account and fetch your reviews. The following data is sent 
to the external service:

 * Your site domain
 * Your DAXRM API key
 * Your Google Business location information

This connection only occurs when you explicitly connect your account or trigger 
a review sync. Please review the DAXRM [Privacy Policy](https://www.daxrm.com/privacy-policy/)
and [Terms of Service](https://www.daxrm.com/terms/) before use.

This plugin also uses **Swiper.js** for the Slider widget type. Swiper is bundled
directly with the plugin — no external requests are made to load it.

## Screenshots

[⌊Admin settings page — connected state with review statistics⌉⌊Admin settings page—
connected state with review statistics⌉[

Admin settings page — connected state with review statistics

[⌊Review statistics⌉⌊Review statistics⌉[

Review statistics

[⌊Widget settings⌉⌊Widget settings⌉[

Widget settings

[⌊Backend Review page settings⌉⌊Backend Review page settings⌉[

Backend Review page settings

[⌊Frontend⌉⌊Frontend⌉[

Frontend

## Installation

#### Step 1: Get API Key from DAXRM (Required)

Before installing the plugin, make sure you have your API key:

 1. Log in to your DAXRM account at [https://app.daxrm.com/auth/register/](https://app.daxrm.com/auth/register/)
 2. Create or open a Campaign.
 3. Go to **Google Business Profile Connector**.
 4. Click **Connect Profile** and authorize your Google account.
 5. Once connected, go to **Settings (⚙️)** on the same page.
 6. Copy your **API Key**.

#### Step 2: Install the WordPress Plugin

 1. Log in to your WordPress dashboard.
 2. Go to **Plugins  Add New**.
 3. Search for: **Widgets for Google Business Reviews**.
 4. Click **Install Now**.
 5. Click **Activate**.

#### Step 3: Connect Plugin with API Key

 1. In WordPress admin, go to **Google Review  Settings**.
 2. Paste your **API Key**.
 3. Click **Save**.

#### Step 4: Create Your First Widget

 1. Go to **Google Review  Review Widgets**.
 2. Click **Add New Widget**.
 3. Enter a widget name (e.g. Homepage Slider).
 4. Select a **Widget Type**.
 5. Click **Publish**.

#### Step 5: Add Widget to Your Website

 1. Copy the shortcode generated for your widget (e.g. `[daxrm_reviews id="123"]`).
 2. Paste it into any Page, Post, or Elementor / Gutenberg block.
 3. Click **Publish / Update**.

## FAQ

### Do I need a DAXRM account?

Yes. You need a DAXRM account and API key to connect your Google Business profile.
You can register at [daxrm.com](https://app.daxrm.com/auth/register/).

### What widget types are available?

Four types: **List**, **Grid**, **Slider**, and **Badge** (shows your average star
rating).

### Can I display multiple widgets on the same page?

Yes. Create separate widgets in **Review Widgets** and use their individual shortcodes.

### How often are reviews synced?

You can choose **Weekly** or **Monthly** automatic sync. You can also manually sync
at any time from the settings page.

### Will the plugin slow down my site?

No. Reviews are cached in the WordPress database and served locally. The API is 
only called during a sync, not on every page load.

### Is the floating widget optional?

Yes. You can enable or disable the floating review widget from the **Floating Widget
Settings** section on the settings page.

### What happens to my data if I uninstall the plugin?

Uninstalling the plugin will remove the review database table and all saved plugin
options. Your Google Business account and reviews on DAXRM are not affected.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“DAXRM Google Business Reviews” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ daxrm ](https://profiles.wordpress.org/daxrm/)

[Translate “DAXRM Google Business Reviews” into your language.](https://translate.wordpress.org/projects/wp-plugins/daxrm-google-business-reviews)

### Interested in development?

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

## Changelog

#### 1.0.0

 * Initial public release
 * Removed all inline `<style>` and `<script>` blocks from admin template rendering;
   admin CSS moved to `template-admin.css` and widget-type/badge logic moved into`
   template-admin.js`
 * Slider (Swiper) initialisation enqueued via `wp_add_inline_script()` with a PHP-
   generated config instead of an inline script tag; slider CSS moved to `shortcode.
   css`
 * No remote image requests — avatar fallbacks render reviewer initials on coloured
   backgrounds locally
 * List, Grid, Slider, and Badge widget types
 * Floating frontend widget
 * Admin live preview panel
 * Shortcode support with per-widget settings
 * Weekly and Monthly automatic review sync via WP-Cron
 * All Reviews and 5 Stars rating filter
 * Swiper.js bundled locally (no CDN dependency)

## Meta

 *  Version **1.0.0**
 *  Last updated **3 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [google business](https://wordpress.org/plugins/tags/google-business/)[Google Reviews](https://wordpress.org/plugins/tags/google-reviews/)
   [rating](https://wordpress.org/plugins/tags/rating/)[reviews](https://wordpress.org/plugins/tags/reviews/)
   [testimonials](https://wordpress.org/plugins/tags/testimonials/)
 *  [Advanced View](https://wordpress.org/plugins/daxrm-google-business-reviews/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ daxrm ](https://profiles.wordpress.org/daxrm/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/daxrm-google-business-reviews/)