You need to install script code for each widget
Create account and go to widgets and get installation code for each widget. check this step by step doc toget widget code. Support document guideSetup snippets in SPA Sites#
In a regular website, the page reloads on every navigation. Because of that, the WiserReview pixel runs again and reviews render automatically.In a single-page app (SPA), pages change without a full reload. The WiserReview script loads only once, so widgets do not refresh on page change by default.To handle this, WiserReview must be re-initialized after every route change.When to Call Init#
Call window.wiserreview.init() only after:The route change is complete
This allows WiserReview to fetch new product data and render widgets in the WiserReview container.
SPA Setup Flow#
1.
Load the WiserReview pixel once
4.
Call window.wiserreview.init()
Support for NextJS#
Support for React (CRA / Vite)#
Support for Angular#
Support for Vue.js#
Support for Svelte#
Modified at 2026-03-13 12:28:13