Flipbook Block
A WordPress block that displays a PDF as an interactive digital flipbook.
★ 0stars
5release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/philhoyt/flipbook-block/releases/download/V1.1.0/flipbook-block.zipDeclares an update source (https://github.com/philhoyt/flipbook-block), so updates arrive through the plugin's own updater.
From the readme
Flipbook Block
A WordPress block that displays a PDF as an interactive digital flipbook powered by PageFlipOpen.
Features
- Upload any PDF from the WordPress media library
- Interactive page-flip animation
- Configurable toolbar with fullscreen and download options
- Single page or double page spread layout
- Adjustable flip animation duration and start page
- Wide and full alignment support
- PDF thumbnail preview in the block editor
- Block binding support — pdfUrl works with core/post-meta (WordPress 6.9+)
Requirements
- WordPress 6.6 or higher
- PHP 7.0 or higher
Installation
1. Upload the flipbook-block folder to the /wp-content/plugins/ directory
2. Activate the plugin through the Plugins menu in WordPress
3. Add the Flipbook Block block to any post or page
Block Settings
Toolbar
| Setting | Default | Description |
|---|---|---|
| Show toolbar | On | Display the flipbook toolbar |
| Always visible | On | Keep the toolbar permanently visible instead of fading out |
Features
| Setting | Default | Description |
|---|---|---|
| Fullscreen button | On | Show a fullscreen toggle button in the toolbar |
| Download button | Off | Show a download button in the toolbar |
| Do
Read the full README on GitHub →