Last active
July 28, 2017 21:57
-
-
Save svaustin66/ec443e22bd2d5e61675fd982f381d907 to your computer and use it in GitHub Desktop.
Store Review Page
This file contains hidden or 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
<script type="text/javascript"> | |
// <![CDATA[ | |
var sa_review_count = 20; var sa_date_format = 'F j, Y'; function saLoadScript(src) | |
{ var js = window.document.createElement("script"); js.src = src; | |
js.type = "text/javascript"; document.getElementsByTagName("head")[0].appendChild(js); } | |
saLoadScript('//www.shopperapproved.com/merchant/XXXXX.js'); | |
// ]]> | |
</script> | |
<div id="review_header"></div> | |
<div id="merchant_page"></div> | |
<div id="review_image"> | |
<a href="http://www.shopperapproved.com/reviews/yourstoreURL.com/" target="_blank" rel="nofollow noopener noreferrer"></a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment