=== FlippingBook === Contributors: FlippingBook Tags: FlippingBook, page, flip, flipping, turn, turning, publication, magazine, catalog, book, flash, gallery, plugin, presentation, flipbook, embed pdf, online pdf, flip book, web pdf viewer, pdf to flipbook, page turning, embed flipbook, page flip, ebrochure, ecatalog Requires at least: 3.2 Requires PHP: 5.5.0 Tested up to: 5.8.1 Stable tag: 2.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Embed interactive flipbooks made with FlippingBook into your blog post or a WordPress page quickly and easily. == Description == This plugin allows you to embed flipbooks created with FlippingBook Publisher or FlippingBook Online in one step without any of tweaks of the embed code. Once the plugin is installed, you can copy and paste the URL of your FlippingBook publication to the body of your page or post. The flipbook will be embedded into the page immediately, giving you an interactive way to engage your audience. You can see examples of interactive publications made with FlippingBook on our [website](http://flippingbook.com/presentation-examples). == Installation == Here’s how to make the plugin work for your flipbooks. 1. Download and activate the plugin through the Plugins menu in the WordPress admin dashboard. 2. Copy the URL of your FlippingBook from the browser and paste it into the body of your post. For testing purposes, you can use our demo flipbook: [https://online.flippingbook.com/view/631977/](https://online.flippingbook.com/view/631977/). Simply embed it into your page and click on the **Preview** button to see how it looks. 3. To create your own publications with FlippingBook, you can use [one of our products](https://flippingbook.com/). You can find more information on how to install and configure the plugin in our [Help Center article](https://flippingbook.com/help/publisher-2/sharing-and-embedding/installation-of-flippingbook-wordpress-plugin). == Upgrade Notice == If you have previously embedded FlippingBook publications using the [embed] shortcode, such publications will be of a default size after you update the plugin. You should replace the generic [embed] shortcode with [flippingbook] if you want to be able to adjust the width, height and other parameters of your embedded flipbook. If you have any problems, contact our [support team](https://flippingbook.com/contacts?subject=WordPress+Plugin). == Frequently Asked Questions == = Where can I get more information? = Visit our [Help Center](https://flippingbook.com/help/online/sharing-embedding/embedding-publication-to-your-wordpress) to learn more. == Admin page == We have added a dedicated settings page for the plugin. Here's what you can do: * **Make oEmbed responsive** and set op the **oEmbed ratio** These two settings allow you to make the Flippingbook oEmbeds responsive. Instead of having a default size, your embeds will fill the container by width and retain the ratio specified in the **oEmbed ratio** field. The **Make oEmbed responsive** setting will apply to all new oEmbeds. You’ll need to clear the oEmbed cache if you’d like to apply the setting to your existing FlippingBook oEmbeds. Please note that the setting affects FlippingBook Online links only, but isn’t applicable to FlippingBook Publisher links. To clear the cache for all FlippingBook oEmbeds, check the box **Clear oEmbed cache** and click on **Save Settings**. * Set a **Custom domain name** If you are a FlippingBook Online user, and you have your Custom Domain set up, you should enter the domain name in the relevant field to enable the oEmbed and the shortcode support for your custom domain. You can get more information about custom domains in our [Help Center article](https://flippingbook.com/help/online/other-features-and-options/branded-urls-in-flippingbook-online). == Shortcode guide == With this plugin you can use the `[flippingbook]` shortcode. Certain shortcode attributes give you more control over the look of your embedded flipbook. = List of shortcode attributes = * `width` The width of your embed in pixels or percentages. * `height` The height of your embed in pixels or `auto`. * `ratio` Lets you make the embed responsive and specif the desiryed width:height ratio (e.g. `"16:9"`, `"4:3"` etc) . You also have to set the height to `auto` to make sure it's adjusted according to the specified aspect ratio. * `page` The page you want your embedded flipbook to be opened on. * `mode` Set to `link` if you don't want to have a full embed on your page. Best used together with the `lightbox` attribute. * `lightbox` Set to `true` if you want your embedded clickable cover or embedded link to open in a lightbox. * `wheel` Set to `true`, if you want people to be able to flip through your embedded flipbook using the mouse wheel. Please note that this may disrupt the page scrolling when the cursor is over the embed. = Examples = This shortcode will display your flipbook in a 800x550px window: `[flippingbook width="800px" height="550px"]https://online.flippingbook.com/view/631977/[/flippingbook]` This shortcode will display your flipbook in full available width, while maintaining the 16:9 aspect ratio: `[flippingbook ratio="16:9" width="100%" height="auto"]https://online.flippingbook.com/view/631977/[/flippingbook]` This shortcode will display a flipbook cover, which will open in a lightbox when a user clicks to open it: `[flippingbook width="200px" height="200px" lightbox="true"]https://online.flippingbook.com/view/631977/[/flippingbook]` This shortcode will display a link with your flipbook title, which will open in a lightbox when a user clicks to open it: `[flippingbook mode="link" lightbox="true"]https://online.flippingbook.com/view/631977/[/flippingbook]` == Screenshots == 1. Paste the URL into the body of your blog post. 2. Or paste the [flippingbook] shortcode into the body of your blog post. 3. Publish the post and see your interactive flipbook embedded! 4. Set the plugin options in the WP Admin dashboard. == Changelog == = 2.0 = * We updated the plugin to support the latest Wordpress version (tested up to 5.8). * We added Custom Domains support for FlippingBook Online. * We added FlippingBook Cloud Bookshelves oEmbed support. * We added a settings page to the Wordpress admin dashboard. = 1.3 = * Improved HTML5 publications support. * Disabled the Flash plugin detection for HTML5 publications. = 1.2.5 = * Supports HTML5 publications. = 1.2.0 = * Supports FlippingBook Online publications. * Uses external oEmbed provider for FlippingBook Online. = 1.1.0 = * Supports publications with friendly URLs.