Skip to content

Instantly share code, notes, and snippets.

@MrJoshFisher
Created March 16, 2022 09:49
Show Gist options
  • Save MrJoshFisher/0aaf5685388043cdf9720b6abf890822 to your computer and use it in GitHub Desktop.
Save MrJoshFisher/0aaf5685388043cdf9720b6abf890822 to your computer and use it in GitHub Desktop.
[Reviews.io Widget]
<link rel="stylesheet" type="text/css" href="https://widget.reviews.co.uk/floating-widget/css/dist.css">
<script src="https://widget.reviews.co.uk/rich-snippet-reviews-widgets/dist.js" type="text/javascript"></script>
<script>
window.onload = function() {
richSnippetReviewsWidgets({
store: "<store-name>",
primaryClr: "#f47e27",
widgetName: "floating-widget",
numReviews: 40,
floatPosition: "right",
contentMode: "company;third-party",
hideDates: true
});
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment