All Collections
Widgets
Show reviews from multiple companies in your Stories Widget
Show reviews from multiple companies in your Stories Widget

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

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

The Stories Widget can now display reviews 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 reviews 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 Stories 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 Stories widget shortcode into your website - see here for instructions on that.

To customize the Stories widget shortcode to show reviews from all companies in an account, add 'source: account'.


โ€‹Example:
[nicejob-stories style="grid" show="reviews" max-height=300 branding="bottom" source="account"
]

Here's how to display reviews 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 Stories 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 Stories Widget display.

Example

Let's say you want reviews from Company A, Company B, and Company C to be included in the Stories 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 Stories 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 Stories shortcode to show reviews 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 Stories Widget display.


โ€‹Example:

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

Company A Company ID is 123456789

Company B Company ID is 456789123

Company C Company ID is 891234567


โ€‹[nicejob-stories style="grid" show="reviews" max-height=300 branding="bottom" 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 Stories Widget code.

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

Did this answer your question?