Introduction 📖
Our widgets have a “tag” or "branch" option, allowing you to only show reviews matching your chosen tag or branch
Requirements
⭐️ Available on Grow plan and above
Don’t meet the requirements with your current plan? Upgrade now to get access.
Navigation 📍
Log in to your REVIEWS.io account
Navigate to Publishing >> Widget Library
Select the widget you wish to use.
Our latest widgets include the option to add a branch or tag using the widget settings on the left-hand side. The below is using the Card Carousel Widget.
Select General Settings on the left-hand side 👇
Type in the specific branch or tag that you wish to use:
HTML Code - Tag
If you are using one of our other widgets you are still able to pull the reviews through using the HTML code:
The below code generates a widget that only displays reviews tagged
“favourite”.
This would need to be added before the closing body tag of the widget:
tag: 'favourite',
For example 👇
<div id="widget"></div>
<script type="text/javascript">
carouselWidget('widget', {
store: 'your-account-key',
tag: 'favourite',
primaryClr: '#12CF6C',
neutralClr: '#EBEBEB',
buttonClr: '#eee',
reviewTextClr: '#fff',
layout: 'fullWidth'
});
</script>
HTML Code - Branch
If you are using one of our other widgets you are still able to pull the reviews through using the HTML code:
The below code generates a widget that only displays reviews with the branch
“London”.
This would need to be added before the closing body tag of the widget:
branch: 'london',
For example 👇
<div id="widget"></div>
<script type="text/javascript">
carouselWidget('widget', {
store: 'your-account-key',
branch: 'london',
primaryClr: '#12CF6C',
neutralClr: '#EBEBEB',
buttonClr: '#eee',
reviewTextClr: '#fff',
layout: 'fullWidth'
});
</script>
FAQs
How do I set up branches?
How do I set up branches?
You are able to set up branches Manually & Automatically please see the articles below.
How do I set up tags?
How do I set up tags?
We do offer automated tagging & bulk tagging, you can see the details on this below: