Resources
SDK
Documentation

Overview

FEVO DISTRIBUTED COMMERCE

Our cart, anywhere.

With a few simple lines of code, you can install The Social Cart anywhere on your site. Streamline your marketing efforts and keep your fans on page to make for a seamless fan experience.

General Installation

Base Code

This base code should sit globally on your site, right before the closing body tag:

<script src="https://offer.fevo.com/js/fevo.js"/>

Button Code Template

Customize this template code with offer specific details to install any button, anywhere. Insert the completed button code into the CMS/page build.

<button type="button" data-fevo-offer-id="Offer ID">BUTTON CTA</button>

Example URL: https://offer.fevo.com/2021-ocsc-open-tryouts-cxcagxn-451bd65

Button code:

<button type="button" data-fevo-offer-id="2021-ocsc-open-tryouts-cxcagxn-451bd65">REGISTER NOW</button>

Get Creative

Text Button Code Template

Customize this text code template to activate the drawer on copy clicks.

<text data-fevo-offer-id="Offer ID">COPY</text>

Image Button Code Template

Customize this image  code template to activate the drawer on image clicks.

<a data-fevo-offer-id="OFFER ID"><img src="IMG URL" alt="" width="AUTO" height="AUTO" /></a>