-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
21 lines (17 loc) · 830 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Bazaarvoice Conversations API with JSONP</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="script.js"></script>
<style type="text/css">
</style>
</head>
<body>
<header>Reviews Page API Example w/JSONP Callback</header>
<!-- Demonstration purposes only. Request API keys for your application at https://developer.bazaarvoice.com/apps/register -->
<script src="http://stg.api.bazaarvoice.com/data/reviews.json?apiversion=5.4&passkey=kuy3zj9pr3n7i0wxajrzj04xo&hascphotos=true&callback=JSONPHandler&Include=Products&limit=10"></script>
<div id="review-container" name="reviewsContainer"></div>
</body>
</html>