Created
March 16, 2022 09:49
-
-
Save MrJoshFisher/0aaf5685388043cdf9720b6abf890822 to your computer and use it in GitHub Desktop.
[Reviews.io Widget]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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