Review Summary and Blog View Widgets
BooRah API supports Javascript API to incorporate
Reviews and Summaries - Summary of reviews aggregated from across the internet categorized by food, service and ambiance
Blog view - Food blogs links and summaries for various restaurants
API and Parameters
Review Summary Javascript API
- Displays most relevant summary snippets from reviews across the internet. The summaries are categorized by food, service and ambiance
- Required parameters
var module="reviewSummary"; - Type of widget
var key="$KEY"; - License Key
var rid="6958"; - BooRah Business Identifier
-
Sample Usage
Head Section
<link href="http://www.boorah.com/syndication/css/syndicate-v2.css.css" rel="stylesheet" type="text/css" />
Within Body
<script type="text/javascript" src="http://www.boorah.com/restaurants/syndication?key=KEY&v=2.0&module=reviewSummary&rid=6958">
<script>
-
Example
Here's a reference implementation that uses review summary API:
Printers Cafe in Palo Alto, CA
Blog View Javascript API
- Displays most relevant summary snippets from reviews across the internet. The summaries are categorized by food, service and ambiance
- Required parameters
var module="blogView"; - Type of widget
var key="$KEY"; - License Key
var rid="6958"; - BooRah Business Identifier
-
Sample Usage
Head Section
<link href="http://www.boorah.com/syndication/css/syndicate-v2.css.css" rel="stylesheet" type="text/css" />
Within Body
<script type="text/javascript" src="http://www.boorah.com/restaurants/syndication?key=KEY&v=2.0&module=blogView&rid=6958">
<script>
-