Repwyn
Browse docs

Widgets

Display your reviews, ratings, and feedback directly on your website with embeddable widgets: Badge, Carousel, Wall, Corner, and more.

To get started, go to Widgets in the sidebar and click Create Widget. The sidebar editor is composed of expandable panels so you can customize each widget to match your brand.

Styling

  • Customer Position - Top or bottom of the widget.
  • Company - Show or hide the company name.
  • Border Radius - The size of the border radius in pixels.
  • Border Width - The width of the border in pixels.
  • Drop Shadow - Show or hide a drop shadow.

Carousel Behavior

  • Autoplay - Enable or disable.
  • Autoplay Delay - Timing between slide transitions.
  • Pagination - Show arrows, dots, or hide pagination.
  • Max Slides - The maximum number of slides shown on a page.

Content Filters

  • Reviews Per Page - For paginated results, how many reviews show per page.
  • Maximum Reviews - The maximum number of reviews to display. 0 means no maximum.
  • Lowest Rating - Only show reviews at or above a given score.
  • Review Length - Only show reviews at or above a given character count.
  • Locations, Sources, Tags - Filter which reviews are eligible to appear.
  • Schema - Include or exclude JSON-LD markup so a star rating can potentially appear in Google search results.

Embedding

<head>
  <script id="[WIDGET-UUID]" src="https://tag.repwyn.app/js/app.js" data-target="widget-container"></script>
</head>

If you place the code in the <head> tag, the widget renders at the top of the page, just after the opening <body> tag by default. To control where it appears, add a data-target attribute set to the ID of the element where you want the widget to display. If a <div> with that ID exists on your page, the widget renders there instead.

Allowed Domains

By default, widgets can be embedded on any website. To restrict this, set allowed domains: open a widget, click Actions > Settings, and enter one or more domains you approve. Only those websites will be able to display your reviews.