Classic editor

Embed flipbook into post or page using the WordPress Classic editor

Click Real3D Flipbook button above the editor and select the flipbook to embed

Shortcode

Flipbook can be embedded in a post or page via shortcode.

Edit flipbook and copy the shortcode, for example

[real3dflipbook id="1"]

Paste the shortcode into a post or page

Shortcode params

id

embed flipbook by ID

[real3dflipbook id="1"]

name

embed flipbook by its name instead of ID

[real3dflipbook name="Book 1"]

pdf

pass the PDF URL to flipbook, this can be used to show different PDF-s using the same flipbook

[real3dflipbook id="1" pdf="http://...book1.pdf"]

[real3dflipbook id="1" pdf="http://...book2.pdf"]

mode

set flipbook mode via shortcode param, available are normal, lightbox, fullscreen

[real3dflipbook id="1" mode="lightbox"]

viewmode

set flipbook view mode, available are webgl, 3d, 2d, swipe, simple

[real3dflipbook id="1" thumb="" class="book1"]

thumb

set flipbook thumbnail image

[real3dflipbook id="1" thumb="http://..."]

or hide the thumbnail

[real3dflipbook id="1" thumb=""]

class

set CSS class that will open the lightbox flipbook, any element on the page with this CSS class will open the flipbook, this is used to open flipbook with a button or image or text

Last updated