We'll create fresh WordPress site with flowpaper installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This is a PDF viewer plugin that allows you to embed your PDF catalogs, magazines and brochures as flipbooks on your web site in HTML5 format for free.
FlowPaper Home Page | Flipbook Maker | Examples
The plugin supports the majority of browsers and devices. It is currently limited to PDF documents that are 15 megabytes or smaller for PDFs that are not uploaded to FlowPaper cloud.
To publish larger PDF documents, customize the look and to show the viewer without FlowPaper branding, please visit our homepage. It supports both light and dark themes.
How to embed a PDF using a URL:
[flipbook pdf="http://full-url/document.pdf"]
How to embed a new PDF uploaded to WordPress:
[flipbook pdf="http://full-url/document.pdf"]
to your post. Update the url in the shortcode to the URL you copied from your media libraryHow to embed a publication uploaded to FlowPaper Cloud:
[flipbook pdf="http://online.flowpaper.com/publication"]
to your post. Update the url in the shortcode to the URL you copied from the desktop publisherCustomizing Theme
Style of the viewer theme (default: “dark”) by adding the “theme” parameter and setting it to either “light” or “dark” like this: [flipbook pdf="http://full-url/document.pdf" theme="light"]
Opening in a Lightbox overlay
You can display a cover of your publication and open it in a lightbox overlay by supplying the “lightbox” and “cover” parameters like this: [flipbook pdf="http://full-url/document.pdf" lightbox="true" cover="https://flowpaper.com/images/demo/[email protected]"]
Setting Header
You can modify the header that is displayed (default: “Loading viewer …”) by adding the “header” to the embed code like this: [flipbook pdf="http://full-url/document.pdf" header="Opening catalog..."]
Setting Publication Title
You can modify the publication title that is displayed (default: PDF title) by adding the “title” to the embed code like this: [flipbook pdf="http://full-url/document.pdf" title="Fashion catalog 2016"]
About FlowPaper
FlowPaper is a publishing platform that uses a number of technologies to bring your PDF documents to the web in the most beautiful friendliest ways possible.
For a full set of features and an unbranded viewer, please use the flipbook maker available at the FlowPaper home page. This plug in is built so that people can experience one of our pdf viewers as easy as possible.
[flipbook pdf="http://flowpaper.com/example.pdf"]
;[flipbook width="100%"]
or [flipbook width="600"]
; by default width=”100%”;[flipbook height="500"]
; by default height=”500″;[flipbook theme="light"]
; “dark” by default;[flipbook singlepage="true"]
; “auto” by default which selects single page if the publication uses landscape pages;[flipbook lightbox="true"]
; “false” by default;[flipbook cover="http://domain.com/myimage.png"]
;[flipbook header="Custom Header"]
; “Loading viewer …” by default;[flipbook title="Custom Title"]
; taken from the PDF by default;[flipbook id="custom_id"]
; removed by default;[flipbook same_height_as="div.sidebar"]
, [flipbook same_height_as="div#content"]
, [flipbook same_height_as="body"]
, [flipbook same_height_as="html"]
; removed by default;