The Newsletter Referral

The Flow

  1. A participant signs up using the Form Widget which collects information about the participant and registers them to your Viral Loops campaign.

  2. After signing up, the Form Widget will display sharing options for the participant to invite their friends to also sign up. The Milestone Widget will dynamically update based on the number of referrals that the participant currently has.

  3. Invitees use the Invitee Widget to subscribe to your newsletter

Installation

To install the Form Widget, Milestone Widget, and Invitee Widget on your website, you will need to follow a few simple steps:

First, ensure that you have correctly set up your site.

Next, add the following code to the page you'd like to run the referral program on your site.

To install the Form Widget, use the following code:

<form-widget ucid='Your Campaign ID'></form-widget>

To install the Milestone Widget, use the following code:

<milestones-widget ucid='Your Campaign ID'></milestones-widget>

To install the Invitee Widget, use the following code:

<form-widget ucid='Your Campaign ID' mode='invitee'></form-widget>

๐Ÿ“˜

The invitee widget should be installed in a different page that the form widget. Please make sure you've also included the Viral Loops snippet in that page as well.