Skip to content
Kudobox

Google Play → React or Next.js

Add Google Play reviews to a React or Next.js site

Bring your Google Play reviews into Kudobox with the link to each one, approve them, and paste two lines into a React or Next.js site. A review on Google Play works for you on Google Play; on your own pages it works where visitors decide, and every card links back to the original.

In three steps

  1. Bring the Google Play reviews across

    A review on your app's listing, with the reviewer's display name. Paste the words and that link into Kudobox with the source set to “Google Play”. Or select the review on Google Play and press the Save to Kudobox bookmark, from your dashboard's tools: the source is chosen for you and the page's address comes with it. A spreadsheet of them uploads in one go, its columns read by their names.

  2. Read, then approve

    Each one is read for risk exactly like a testimonial written to you — a promised result, a figure, somebody's private detail — and waits in Pending until you approve it. The words themselves are never edited.

  3. Paste two lines into React or Next.js

    A div and a script appended once, in an effect. The widget shows only what you approved, and only what may be shown on a website, and each card says “Originally posted on Google Play” with the link to the original.

Where the two lines go in React or Next.js

Paste these two lines
<script src="https://getkudobox.com/widget/YOUR-SLUG.js" async></script>
<div id="kudobox-wall"></div>

Your slug is in your dashboard, with the tag ready to copy.

  1. Render <div id="kudobox-wall" /> where the testimonials belong.
  2. In a useEffect that runs once, create a script element with the widget's src and append it to the container.
  3. Remove it in the effect's cleanup so a fast refresh does not append it twice.
  4. In Next.js you can use next/script with strategy="afterInteractive" instead, which does the same thing.

The React or Next.js guide on its own

About Google Play reviews

The Google Play import guide on its own

Layouts that suit Google Play reviews

A rating layout averages only the testimonials that carry a score, so a Google Play review with its stars counts and one without a score is left out rather than guessed.

What will not happen to them

  • The words will not be edited. Not tidied, not shortened, not improved — by you, by us, or by a model.
  • The source will not be dropped: every card says it was originally posted on Google Play, with the link where you gave one.
  • Nothing will be fetched from Google Play for you — you are the one who decides each may be republished.
  • Nothing is public until you approve it, and one the reading flagged tells you why before you decide.

Put your Google Play reviews on a React or Next.js site

Free for up to 15 testimonials, with all 23 layouts and the hosted wall included.