Skip to content

Instantly share code, notes, and snippets.

@charleshimmer
Last active December 14, 2015 16:58
Show Gist options
  • Save charleshimmer/5118512 to your computer and use it in GitHub Desktop.
Save charleshimmer/5118512 to your computer and use it in GitHub Desktop.
Kohl's Upgrade Integration Code for Display
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Meat and Potatoes of BV Integration Code-->
<script src="//display-stg.ugc.bazaarvoice.com/static/Kohls/bvapi.js"></script>
<script>
$BV.ui('rr', 'show_reviews', {
productId: 'test'
});
</script>
</head>
<body>
<h1>Kohls Appliances Tools Demo PDP</h1>
<p>Kohls Appliances integration page</p>
<div id="BVRRSummaryContainer">
<!-- Contents of this div will be filled by Bazaarvoice's JavaScript. -->
</div>
<div id="BVRRContainer">
<!--
Contents of this div should be filled by Bazaarvoice using the content of the smart SEO HTML file. Bazaarovice will also overwrite this content with HTML from the Bazaarvoice JavaScript call.
-->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment