You can display reviews outside of your e-commerce platform, for example, Wordpress, Blog, Landing pages, etc.
In This Guide
Adding The Script Codes
Add these scripts in Header HTML:
<script type="text/javascript" src="https://cdn1.stamped.io/files/widget.min.js"></script> <script type="text/javascript"> //<![CDATA[ StampedFn.init({ apiKey: '##publicAPIKey##', storeUrl: '##storeUrl##' }); // ]]> </script>
Note: replace ##publicAPIKey## and ##storeUrl## with your account's API Key and Store URL (without https://)
Here's the guide to finding your account's API key: Account: API Keys
Inserting The Display Widgets
Add the display widget codes to the location you want reviews showing. You will find the full list of display widgets in the following guide: Display Widgets Showcase
For example, adding the "Full page" display widgets:
<div id="stamped-reviews-widget" data-widget-type="full-page"></div>