SampleSiteBeforeSignup.js
SampleSiteBeforeSignup lets you make your site available for "sampling" some number of pages before making the user sign up in order to keep using it.
How To Use It
In your site settings Code Inside Header section, put the following code:
Or, if you want the counter of allowed page views to only be used on certain pages, you can put the above code into just the Code Inside Header section of one or more individual pages.
How to Customize It
Add the following before the <script src=>
tag:
What It Does
Every time a non-logged-in user visits your site on a page other than your sign-up or sign-in page, a counter stored in a cookie is incremented. When the counter gets to the limit, then instead of loading the page the user wanted to go to, the page that loads is the sign-up page.
Read the Code
Last updated