Migration guide
This page will help you through the process of migrating an existing V2 implementation to the new V3 Flipbook JavaScript API. The new V3 API contains all the features from V2 as well as new ones.
Why you should consider migrating
New commands & events
Improved stability and performance
Better integration with multiple flipbooks
The API can now be used via Custom Scripting
Step 1: Migrate API initialization
Updating the API embed script
Updating existing script to initialize API instance
Step 2: Migrate API commands
updateEventSettings
goToPage
goToPreviousPage
goToNextPage
addItem
getCookieConsent
updateCookieConsent
Step 3: Migrate API events
onPageElementClick
onSpreadChange
onBasketClick
onItemAdd
onCookieConsentShown
onCookieConsentUpdate
Last updated