Next Commerce
UtilitiesFOMO

FOMO Popup

The FOMO popup shows rotating "recent purchase" notifications in the corner of the page — small cards with a customer name, product image, and product name. Use it to add social proof and a sense of activity to landing and product pages.

How It Works

  1. The page calls next.fomo({...}) after the SDK has initialized.
  2. The enhancer waits for initialDelay ms, then shows the first popup with a randomly chosen product and customer.
  3. After displayDuration ms it hides, waits delayBetween ms, then shows the next one.
  4. On mobile, the rotation stops after maxMobileShows popups so the user is not overwhelmed.

Products are pulled from the active campaign by default (the first 5 packages with images). Customer names default to a country-keyed list and the country is auto-detected from the browser timezone.

On this page