Advanced WebRating Configuration

This help guide covers the advanced use of the WebRating widget.

You always need to use the basic setup first as shown on the Code tab of a survey. The script tags with the feedletterId and the embed are only set up once per page.

Show the Inline Widget Multiple Times On a Page

You can show the same WebRating widget multiple times inline on the same page by adding the following code where you want to place it:

<div data-feedletter-widget></div>

Use Inline Widget and Timed Popup On the Same Page

You can show the inline widget and a timed popup on the same page by doing the basic setup of the Inline Widget and adding the following after the feedletterId line:

var feedletterEnablePopup = true;