Title: RateMyAgent Official
Author: ratemyagent
Published: <strong>септември 14, 2022</strong>
Last modified: март 18, 2026

---

Search plugins

![](https://ps.w.org/ratemyagent-official/assets/banner-772x250.png?rev=2784322)

![](https://ps.w.org/ratemyagent-official/assets/icon.svg?rev=2784322)

# RateMyAgent Official

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

[Download](https://downloads.wordpress.org/plugin/ratemyagent-official.1.8.2.zip)

 * [Details](https://mk.wordpress.org/plugins/ratemyagent-official/#description)
 * [Reviews](https://mk.wordpress.org/plugins/ratemyagent-official/#reviews)
 *  [Installation](https://mk.wordpress.org/plugins/ratemyagent-official/#installation)
 * [Development](https://mk.wordpress.org/plugins/ratemyagent-official/#developers)

 [Support](https://wordpress.org/support/plugin/ratemyagent-official/)

## Description

RateMyAgent Official Plugin allows you to display your 4 & 5-star reviews on your
website as well as your property listing and sale data.

**Current Features**:
 * Multiple review layouts to choose from * Listing carousel*
Sold Property carousel * Theme colour customization * Step by step wizard to set
up

### Using shortcodes

Under the hood, the blocks are just a wrapper on short codes which allows people
who use other page builders ( [elementor](https://elementor.com/), [Beaver Builder](https://www.wpbeaverbuilder.com/),
etc) and template developers to add them too.

#### Review Carousel

    ```
    [rma-review-carousel template_type="full" is_leasing="true" profile_type="agency" profile_code="aaXXXX" ] [/rma-review-carousel]
    ```

**Options**:

_is\_leasing_:

 * `true`
 * `false` (default)

_profile\_type_:

 * `agent` (default)
 * `agency`
 * `mortgage-broker`

_profile\_code_:

 * the profile code of the agent/agency

_template\_type_ :

 * `full` (default)
 * `no-property`
 * `review-only`
 * `full-review`

_heading_:

 * string (optional) (note: you can use `{reviewCount}` in the heading to print 
   the profile’s total review count. like “350 Happy customers”)

#### Listing Carousel

    ```
    [rma-listings-carousel profile_code="aaXXXX" profile_type="agent" template_type="full" listing_status="both" ][/rma-listings-carousel]
    ```

_profile\_type_:

 * `agent` (default)
 * `agency`

_profile\_code_:

 * the profile code of the agent/agency

_template\_type_:

 * `full` (default)

_listing\_status_:

 * `both` (default) – Shows both active and sold listings
 * `active` – Shows only active listings
 * `sold` – Shows only sold listings

> Note: If you are using the default value for any option, you do not need to supply
> it

## Blocks

This plugin provides 2 blocks.

 *   Listing Carousel
 *   Review Carousel

## Installation

 1. Upload zip archive to the “/wp-content/plugins/” directory.
 2. Activate the plugin through the “Plugins” menu in WordPress (`/admin.php?page=rma-
    settings`).
 3. Use the block editor to add `Review Carousel` or ‘Listing Carousel’

## FAQ

### Does this plugin require a RateMyAgent Subscription

Yes

## Reviews

![](https://secure.gravatar.com/avatar/ed7b61044a0333135ae04f7a7eeaddde0f8146e6609d588b5f1e1bc9968b9db2?
s=60&d=retro&r=g)

### 󠀁[Works As Expected](https://wordpress.org/support/topic/works-as-expected-910/)󠁿

 [ricardoalopez](https://profiles.wordpress.org/ricardoalopez/) ноември 14, 2024

Easy to install and works perfectly on my site.

![](https://secure.gravatar.com/avatar/6f642efe57b94a5e9095c463dfd17fb09b50be437e0ed9af40c20c14609378b7?
s=60&d=retro&r=g)

### 󠀁[Riddled with errors, and only sometimes works.](https://wordpress.org/support/topic/riddled-with-errors-and-only-sometimes-works/)󠁿

 [Matt Neal](https://profiles.wordpress.org/mattfromrealcoder/) септември 27, 2024

Cannot be activated if you use the WP CLI. Breaks it completely. Will change the
review to 5 stars once it’s fixed. Also has compatibility issues and bugs riddled
through it.

![](https://secure.gravatar.com/avatar/6467fec6d6e47185f8f6c91f1a021205d864ea454a43f386e746756edc6d5217?
s=60&d=retro&r=g)

### 󠀁[Does what it suggests](https://wordpress.org/support/topic/does-what-it-suggests/)󠁿

 [mattnealstafflink](https://profiles.wordpress.org/mattnealstafflink/) март 27,
2023

Works pretty well, was easy to set up.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/ratemyagent-official/reviews/)

## Contributors & Developers

“RateMyAgent Official” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ ratemyagent ](https://profiles.wordpress.org/ratemyagent/)
 *   [ Tom Stones ](https://profiles.wordpress.org/tbstones/)

[Translate “RateMyAgent Official” into your language.](https://translate.wordpress.org/projects/wp-plugins/ratemyagent-official)

### Interested in development?

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

## Changelog

#### 1.8.2

### Fixed

 * Carousel styles not loading in editor

#### 1.8.1

### Fixed

 * Development dependencies should not be referenced in production code

### Added

 * Listing status (‘Active’, ‘Sold’, ‘Both’) to listing carousel
 * Safe error message handling for public users vs administrators
 * Improved validation of all user inputs with centralized validation constants

### Updated

 * Cache storage format changed from PHP `serialize()` to JSON
 * Cache is automatically cleared when upgrading to 1.8.1 (no action required, data
   will be refetched from RateMyAgent API)
 * Improved error handling with custom exceptions (MissingCredentialsException, 
   MissingProfileCodeException)

### Note

First page load after upgrading may be slightly slower while cache rebuilds

#### 1.6.4

 * Fixed WP-Cli vendor import issue

#### 1.6.2

 * Fixed htmlcharacters cannot be null in php 8.2
 * Fixed wp_kses cannot be null in php 8.2

#### 1.6.1

 * Fixed str_replace doesn’t allow `null` php 8.2

#### 1.6.0

 * Fixed property image in review carousel
 * Fixed profile url in listing carousel
 * Added `plugin-check` to pipeline

#### 1.5.0

 * Updated support to 6.7.2
 * Fixed Languages (vendor/seller in US)
 * Fixed default image for Finance reviews
 * Fixed release tag issue
 * Added Nonce to settings pages

#### 1.4.0

 * Updated support to 6.6.1
 * PHP 8.0
 * New Review Carousel layout

#### 1.3.1

 * Updated support to 6.4.2

#### 1.2.1

 * Added `no avatar` template for reviews

#### 1.2.0

 * Fixed issue when removing block
 * Fixed full review was not centre aligned
 * Added add `classnames` from block to wrapping div
 * Added feedback around profile code being lowercase
 * Added better feedback messages around
 * Added support for lazy loaded javascript

#### 1.1.0

 * Added global review rating threshold

#### 1.0.4

 * Unified PHP version in README and plugin php to be 7.4

#### 1.0.3

 * Fixed agent code issue when swapping from agency

#### 1.0.1

 * Fixed issue with long names
 * Fixed gap between review count and reviews

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.8.2**
 *  Last updated **1 месец ago**
 *  Active installations **400+**
 *  WordPress version ** 6.7.3 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 8.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ratemyagent-official/)
 * Tags
 * [real-estate](https://mk.wordpress.org/plugins/tags/real-estate/)[reviews](https://mk.wordpress.org/plugins/tags/reviews/)
 *  [Advanced View](https://mk.wordpress.org/plugins/ratemyagent-official/advanced/)

## Ratings

 3.7 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/ratemyagent-official/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/ratemyagent-official/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/ratemyagent-official/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/ratemyagent-official/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/ratemyagent-official/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ratemyagent-official/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ratemyagent-official/reviews/)

## Contributors

 *   [ ratemyagent ](https://profiles.wordpress.org/ratemyagent/)
 *   [ Tom Stones ](https://profiles.wordpress.org/tbstones/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ratemyagent-official/)