Junip offers additional widgets that can be added to your storefont. As long as you have the Junip script on the page along with your store key (steps 1 & 2 of this article) you can place these elements anywhere on your site.
In this article, we'll walk through how to add Junip's review carousel to your storefront.
Instead of using custom code, this widget can also be added on your Shopify store via the Homepage Reviews Carousel App block in your theme customizer
HTML sample code:
<div
class="junip-review-carousel"
data-reviews-type="product_reviews"
data-show-summary="true"
data-title="Reviews"
style="padding-top: 16px; padding-bottom: 16px;"
>
</div>
Options:
Setting name | Values |
data-reviews-type | product_reviews or store_reviews |
data-show-summary
| true or false |
data-title | Optional; any text. Note this will only show if show summary is true. |
Example:
This is an example of how Social Threads uses the Junip Review Carousel widget on their homepage to display their store reviews.