Important: This information is not mandatory
Although this content does allow you to broaden your options if you are interested in adding fleeqs/series or email paywall functionality onto your own website.
The SDK is an extension of the fleeq ecosystem, it provides extra capabilities which are applicable to your website. Once the SDK is embedded, you would be able to launch fleeqs along your own website. we We fully support all browsers and mobile devices.
Common usages might be: display a demo of your product on your commercial website, a help call to action that launches a modal with an interactive flow, a dedicated section of "academy", or simply a lead generator modal that drives more opportunity.
In just 2-3 minutes your environment would be fully integrated and ready for any fleeqs/series adoption.
SDK support:
Feature
Description
Fleeq
An interactive flow that tells a story, demo's a product, solves a support issue, etc, Embeddable in 4 different sizes
or as a popup modal
Series
A collection of fleeqs, which enables a broader "story", embeddable in 4 different sizes
or as a popup modal
Email paywall
An offer to deliver fleeqs and series in exchange to email information, embeddable in 3 different sizes
or as a popup modal
Setup
In our dashboard we offer a simple way to embed any element by adding the fleeq sdk as a suffix on each embed, example:
Fleeq and series inline embed are built into a div tag with relevant data attributes that identify the type and behaviour of the embed.
All embeds includes an iFrame component that automatically launches the relevant fleeq/series
Name
Type
Required
Description
guidez3rdpjs-inline
Class
Yes
Indicates this element is of type inline embed
data-key
Data-attribute
Yes
The key that identifies the fleeq/series ( xxxxxxxxx-xxxxxxxxxx )
data-mtype
Yes-attribute
Yes
Identifies the type of the embed : a fleeq ('g') or a series ('c')
data-inline-type
Data-attribute
Yes
Size / format of the embeddable component (detailed in the next table)
data-auto-play
Data-attribute
No
Launch automatically on load, True or false (default is false)
An example for such a div, containing, a "mini" embeddable fleeq might look like this:
On mobile, all inline embed options would appear as an actionable image, once clicked, this would open an additional tab on your
mobile browser with the relevant fleeq/series
Modal (Popup)
An easy way to launch a full screen overlay and a relative modal displaying the fleeq/series,
The modal includes an iFrame component.
Name
Type
Required
Description
guidez3rdpjs-modal
Class
Yes
Indicates this element is of type modal (popup) embed
data-key
Data-attribute
Yes
The key that identifies the fleeq/series ( xxxxxxxxx-xxxxxxxxxx )
data-mtype
Data-attribute
Yes
Identifies the type of the embed : a fleeq ('g') or a series ('c')
Modal code Example:
<div class="guidez3rdpjs-modal" data-key="xxxxxxxxx-xxxxxxxxxx" data-mtype="g"> Click me to view </div>
Click me to view
Mobile
On mobile modal integrations appear as an actionable image, Once clicked,
the image would open an additional tab on your mobile browser with the relevant fleeq/series
Email paywall - Embed
Fully customizable email paywalls widgets that appear along side your site content, drive lead generation with
inline opt-in mechanism.
Name
Type
Required
Description
guidez3rdpjs-inline
Class
Yes
Indicates this element is of type inline embed
data-key
Data-attribute
Yes
The key that identifies the paywall ( xxxxxxxxx-xxxxxxxxxx ) Email paywall holds a unique key ( different from the fleeq/series he represents )
data-mtype
Data-attribute
Yes
Identifies the type of the embed: an email paywall ('lb')
data-inline-type
Data-attribute
Yes
Size / format of the embeddable component (detailed in the next table)
An example for such a div, containing, an "L" embeddable email paywall might look like this:
On mobile, all inline paywall formats would appear as the 'box' format.
Email paywall - Modal
With email paywall you can offer your fleeqs and series as premium content, Modal behaviour enables you to launch relevant call to actions that
grab the user attention ( targeted and focused )
Name
Type
Required
Description
guidez3rdpjs-modal
Class
Yes
Indicates this element is of type modal (popup) embed
data-key
Data-attribute
Yes
The key that identifies the fleeq/series ( xxxxxxxxx-xxxxxxxxxx )
data-mtype
Data-attribute
Yes
Identifies the type of the embed : an email paywall ('lb')
Modal code Example:
<div class="guidez3rdpjs-modal" data-key="xxxxxxxxx-xxxxxxxxxx" data-mtype="lb"> Click me to view </div>
Click me to view
Mobile
On mobile, modal integrations appear the same.
Thumbnail
for each fleeq/series we automatically generate a thumbnail, with your chosen color.
To customize how such a thumbnail might look you should:
1. Set the relevant thumbnail from all the screens that are in the relevant fleeq ( or choose which fleeq would represent the a series )
2. Go to fleeq / series theme configuration, click on the thumbnail tab on teh bottom and don't forget to click save
here is a short fleeq to illustrate this,
You may need to restart the SDK after loading dynamic content with fleeqs/series or email paywall widgets.
Given the SDK is scanning your code and generates the relevant components on page load, you might need to re-call this capability.
Fleeq's API includes a simple javascript call that re scanns your code for relevant components.
FleeqSDK.init();
Fleeq keys
Every now and then you might want to just switch between fleeq keys, instead of adding the same embed code (all over again).
In these cases, you just need to get the code of the relevant fleeq/series and add it to your current embeddable code. Here is a quick tutorial
that shows how you can fins and use your fleeq code key