This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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, Beaver Builder, 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" use_office_details="false"] [/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
  • no-avatar
  • full-review

use_office_details :
If you would like to show the office avatar, name and ratings on the agency carousel, set this to true
* true
* false (default)

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" ][/rma-listings-carousel]

profile_type:

  • agent (default)
  • agency

profile_code:

  • the profile code of the agent/agency

template_type:

  • full (default)

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

Blocks

This plugin provides 2 blocks.

  • Review Carousel
  • Listing 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

Read all 1 review

Contributors & Developers

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

Contributors

Translate “RateMyAgent Official” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.0

  • Fixed is_leasing parsing false as a string instead of a boolean
  • Added use_office_details option for agencies to use the office/team branding instead of agents
  • Added translation for vendor/seller

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.