ReferralCandy gives you the ability to host the embedded signup page directly on your website. The embedded signup page widget allows you to:
Embed an iframe for the signup widget into a page on your website.
Embed a personal sharing widget to your customer’s account page.
Copy the widget code snippet
You can embed a signup page to any existing page or a dedicated page for your referral or affiliate program. This is a great way to encourage your customers to join your campaign and get more advocates for your store.
Note: Your campaign must be set to Live for the embedded signup widget to appear. Learn more
From the ReferralCandy dashboard, go to Campaigns > Select your campaign.
Go to Widgets.
In the Embedded Signup section, Copy the iframe code snippet. The embedded signup widget contains the
refcandy-candyjar
script.Insert the code into your store's page by pasting it just before the HTML
</body>
tag. You also have the option to place it anywhere on your site, or add a new page dedicated for the signup widget.
Add the widget to your customer's account page
To implement this for your store, paste the code snippet into your store's Customer Account Page. Add in the corresponding attributes so that the widget automatically reflects the customer's referral sharing options. View attributes
Use widget attributes
Below are the attributes you can add or change:
data-height: Height of the sharing panel in pixels or percentage
data-width: Width of the sharing panel in pixels or percentage
Note: use 100% if you want the panel to be responsive to the width of the browser depending on screen size.
data-email: Specify this attribute to display the sharing panel for a specific customer. For example,
data-email="john@example.com"
. Leave this attribute out to display a view similar to your advocate join page.data-fname (if specified): First name of customer. For example,
data-fname="John"
.data-lname (if specified): Last name of customer. For example,
data-lname="Smith"
.data-locale (for accounts with multiple languages): Specify this attribute to display the widget using the correct theme based on locale. For example,
data-locale=”fr”
.
If you use the data-email
, data-fname
, or data-lname
attributes, be sure to generate the values dynamically to match the customer logged in to your store.
💬 Need help? Click the chat widget on the right to start a conversation. Learn more