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.
In the Stories Widget settings page, toggle the 'Company' setting to show 'All'.
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.
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 ๐