Embeds (Minipapers)
Description
Minipapers is a method for which to easily embed a miniaturized version of a flipbook on your website. The following view options are available:
Perspective—displays a three-dimensional flipbook
Single page—displays a single page on the flipbook
Spread—displays a spread on the flipbook
Page slider—displays an animated slider showing pages and spreads of a pre-defined page range
Once integrated on your website, clicking on a minipaper will redirect the user to the actual flipbook being displayed.
Redirecting to an alternative URL
It is possible to override the default link action and target when a user clicks on the embedded minipaper. This behavior can be configured by appending relevant query strings to the URL found in the src
attribute of the <iframe>
element in the embed code. For example, given the following embed snippet:
The URL to be modified will be the string <MinipaperEmbedUrl>
. The following query strings are supported:
targetUrl
string
The public URL of the flipbook
target
_self
, _blank
, _parent
, _top
_blank
If you want multiple query string keys to be attached to the URL, you can separate them using the &
character, i.e.: <MinipaperEmbedUrl>?targetUrl=<Url>&target=<Target>
. The order of the queries does not matter.
Preserving aspect ratio
For example, if a 2:1 ratio is desired for a container, padding-bottom: 50%
should be used:
Last updated