flowpaper

plugin banner

[flipbook pdf="https://flowpaper.com/example.pdf"] shortcode

Author:Devaldi Ltd (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:6.4.3
Plugin version:2.0.5
Added to WordPress repository:23-08-2016
Last updated:27-03-2024
Rating, %:68
Rated by:35
Plugin URI:https://wordpress.org/plugins/flowpaper-lite-...
Total downloads:341 121
Active installs:20 000+
plugin download
Click to start download

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:

  1. Add a the plug in shortcode to a post like this: [flipbook pdf="http://full-url/document.pdf"]
  2. Change the PDF Url (“http://full-url/document.pdf”) to a PDF file you want to display. Voila!

How to embed a new PDF uploaded to WordPress:

  1. Click on the “Media” link in the left panel
  2. Upload your PDF document
  3. Click on the uploaded PDF document and copy the URL to the PDF file
  4. Create a new post and add the shortcode [flipbook pdf="http://full-url/document.pdf"] to your post. Update the url in the shortcode to the URL you copied from your media library

How to embed a publication uploaded to FlowPaper Cloud:

  1. Make sure the publication is uploaded to FlowPaper cloud using the desktop publisher
  2. Copy the link that the desktop publisher created for you
  3. Create a new post and add the shortcode [flipbook pdf="http://online.flowpaper.com/publication"] to your post. Update the url in the shortcode to the URL you copied from the desktop publisher

Customizing 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/zine-magazine@2x.jpg"]

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.

Customizing

Parameters:

  • pdf – source of the PDF you want to embed: [flipbook pdf="http://flowpaper.com/example.pdf"];
  • width – width in pixels or in percents: [flipbook width="100%"] or [flipbook width="600"]; by default width=”100%”;
  • height – height in pixels: [flipbook height="500"]; by default height=”500″;
  • theme – sets the theme for the viewer: [flipbook theme="light"]; “dark” by default;
  • singlepage – lets you to force the viewer to only show one page at the time: [flipbook singlepage="true"]; “auto” by default which selects single page if the publication uses landscape pages;
  • lightbox – opens the viewer in a lightbox overlay when clicked: [flipbook lightbox="true"]; “false” by default;
  • cover – sets a image cover to be used for the viewer. Useful in combination with the lightbox setting: [flipbook cover="http://domain.com/myimage.png"];
  • header – sets the header for the viewer: [flipbook header="Custom Header"]; “Loading viewer …” by default;
  • title – sets the title for the viewer: [flipbook title="Custom Title"]; taken from the PDF by default;
  • id – allows to add the id of the flowpaper frame: [flipbook id="custom_id"]; removed by default;
  • same_height_as – allows to set the height of flowpaper same as target element: [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;

Screenshots
FAQ
ChangeLog