All Collections
Widgets
Show reviews for multiple companies in your Trust Badge widget
Show reviews for multiple companies in your Trust Badge widget

Learn how to customize your Trust Badge Widget to show the reviews that matter to your business

Sarah Calascione avatar
Written by Sarah Calascione
Updated over a week ago

The Trust Badge widget can now display review totals and rating from multiple companies all in one place ๐ŸŽ‰

This help article gives instructions on the following:

  • How to display review data from all companies in an account

  • How to display review data from selected companies

Here is how to display review data from all companies in an account:

Please note the following instructions are for HTML websites (not Wordpress). Please scroll further down for Wordpress instructions.

  1. In the Trust Badge widget settings page, toggle the 'Company' setting to show 'All'.

  1. Copy the HTML code snippet below and paste into your website ๐Ÿ˜ƒ

Using Wordpress?

First, install the NiceJob plugin and paste the Trust Badge widget shortcode into your website - see here for instructions on that.

To customize the Trust Badge shortcode to show review data from all companies in an account, add 'source: account'.


โ€‹Example:
โ€‹
[nicejob-badge show-reviews="1" source="account"]

Here's how to display review data from some companies in an account but not all:

Please note the following instructions are for HTML websites (not Wordpress). Please scroll further down for Wordpress instructions.

  1. In the Trust Badge widget settings page, toggle the 'Company' setting to show 'All'.

2. In the HTML code displayed underneath the setting options, you will see there is a section that says:

data-source="account"

To show specific company reviews, you can replace "account" with Company IDs separating each ID with a comma. The Company IDs included here indicate which company review data will be included in the Trust Badge widget display. To add more companies to this list, simply add the Company IDs to this phrasing, separating each ID with a comma.

Example

Let's say you want reviews from Company A, Company B, and Company C to be included in the Trust Badge widget.

Company A Company ID is 123456789

Company B Company ID is 456789123

Company C Company ID is 891234567

You would edit the code to show:

data-source=123456789,456789123,891234567

Where can I find my Company IDs?

You can find the Company ID for each company in the Company Settings Profile page. There is even a handy copy function there for you to make it easy to copy and paste into your Trust Badge widget code.

3. Copy and paste your customized widget code into your website! ๐ŸŽ‰

Using Wordpress?

First, install the NiceJob plugin - see here for instructions on that.

To customize the Trust Badge widget shortcode to show review date from selected companies in an account, add 'source: [company_id],[company_id],[company_id]'.

The Company IDs included here indicate which company review data will be included in the Trust Badge widget display.


โ€‹Example:

Let's say you want reviews from Company A, Company B, and Company C to be included in the Trust Badge widget.

Company A Company ID is 123456789

Company B Company ID is 456789123

Company C Company ID is 891234567


[nicejob-badge show-reviews="1" source="123456789,456789123,891234567"]

Where can I find my Company IDs?

You can find the Company ID for each company in the Company Settings Profile page. There is even a handy copy function there for you to make it easy to copy and paste into your Trust Badge widget code.

Still need help? Contact our Success team at support@nicejob.com ๐Ÿ˜Š

Did this answer your question?