Displaying Reviews: Using widgets outside of e-commerce platforms

  • Updated

Along with displaying your reviews on your website, you may also want to share reviews elsewhere, such as WordPress, your blog, your landing pages, etc. Follow along to learn more! 


Key notes 

  • The steps in this guide are meant to be a guideline for displaying your reviews in various places outside of your product pages or website - if you're not sure where to place these codes, please consult a developer for assistance. 
  • This guide is applicable to users on all e-commerce platforms

In this Guide


Adding Script Codes

Add the following script in your 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##', sId: '##storeHash##' });  
// ]]>
</script>
  • Replace ##publicAPIKey## and ##storeHash## with your account's API Key and Store Hash
  • Follow this guide to find your account's API keys

Installing Display Widgets

Add your display widget codes to wherever you want your reviews to be shown. For example, use the following code to use the Full Page display widget:

<div id="stamped-reviews-widget" data-widget-type="full-page"></div>

You can check out the full list of display widgets in our Display Widget Showcase, and you can use the guide linked here to learn how to generate the code for each widget. 

Related to

Was this article helpful?

0 out of 3 found this helpful

Have more questions? Submit a request