Including reviews from TweakReviewsDB in HTML depictions

You can include reviews from TweakReviewsDB in your HTML depictions with an iframe.

<iframe src="https://tweakreviews.pixelomer.com/web/package.html?id=package-id">
</iframe>

The following query items are supported.

  • maxReviews: When this item is set to an integer, the number of returned reviews will not be more than this number.
  • hideHeader: Hides the "TweakReviewsDB Web" header when set to 1. Recommended.
  • hideSummary: Hides the summary at the top of the page when set to 1. (The summary will always be shown if maxReviews is 0.)
Fetching reviews with the TweakReviewsDB API

You can fetch reviews with the following endpoint.

GET /api/v4/package/:packageID.json

Example request