Two kinds of widget
We will show widgets for product : Sony cybershot dsc-t200-
Top 5 features
To show top 5 features of a product. What you need to do :- Get the product-id or sku of the product, using QuarkRank or Quarkshop.
- Use the code below
Use this code
You can customize the widget by changing the last line of the code, which takes 2 params :- sku or product-id of the product
- the name of the site from where you have got the product-id (amazon, shoping or null, null if site is quarkrank)
The last line can be customized as:QuarkRankWidgetT(sku, site);Sample Response Interactive widget for features and review snippets of a product
Use this code
Sample Response
Customize your widget with following parameters :- sku of product,
- site (amazon or shopping, null for quarkrank),
- width of box,
- height of box.
The last line in the code can be customized as:QuarkRankWidget(sku, site,width, height);



