Page Flipper

설명

The Page Flipper is a free WordPress plugin that enables the creation of interactive digital books. It adds a new post type for digital books, offering a set of features to manage books and add interactivity with hotspots.

Features

Custom Post Type:
– A new post type called digital books.
– Exclusive categories for digital books.
Book Builder:
– Upload images to create pages.
– Reorder pages.
– Import PDF and turn into pages with automatic conversion
– Add and remove pages.
– Add interactive hotspots, such as:
– Narration
– Audio
– Video
– Image
– Text
– Link
PDF Upload:
– Optional, to allow book download in PDF format.
Shortcode for Embedding:
– Embed the digital book anywhere on the site.
– Default format: [page_flipper]
– Optional parameters:

| Parameter                   | Description                              | Possible Values | Default              |
| --------------------------- | ---------------------------------------- | --------------- | -------------------- |
| `id`                        | The ID of the post                       | Post ID         | Current Query        |
| `enable_summary`            | Show or hide the summary                 | `yes` or `no`   | `yes`                |
| `enable_related`            | Show or hide the related posts           | `yes` or `no`   | `yes`                |
| `enable_controls`           | Show or hide the controls                | `yes` or `no`   | `yes`                |
| `enable_share`              | Show or hide the share buttons           | `yes` or `no`   | `yes`                |
| `enable_zoom`               | Show or hide the zoom button             | `yes` or `no`   | `yes`                |
| `enable_background_image`   | Use or not the cover image as background | `yes` or `no`   | `yes`                |
| `page_background_color`     | Page background color                    | Hexadecimal     | `#333333`            |
| `page_surface_color`        | Page surface color                       | RGBA or Hex     | `rgba(0, 0, 0, 0.4)` |
| `page_surface_accent_color` | Page surface accent color                | Hexadecimal     | `#ffffff`            |
| `page_accent_color`         | Page accent color                        | Hexadecimal     | `#eac101`            |
| `page_font_color`           | Page font color                          | Hexadecimal     | `#ffffff`            |

Elementor Integration:
– Widget to add digital books.
– Support for selecting a specific book or using the current query.

스크린샷

FAQ

How do I embed a digital book?

Use the shortcode [page_flipper id="post_id"] anywhere on your site.

Can I add interactive elements to the book?

Yes! You can add hotspots with text, images, videos, and links.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Page Flipper”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Page Flipper”(이)가 4 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Page Flipper”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.4

  • Tested compatibility with WordPress 7.1 and updated the “Tested up to” version.

1.1.3

  • Added pagination support to the summary pages for improved navigation in large documents.
  • Added automatic scrolling in the summary to keep the current page visible.

1.1.2

  • Improved page sizing calculation for better single and double page display handling on different screen sizes.
  • Improved related posts responsiveness by adapting its width based on the container size instead of the viewport size.
  • Fixed page fold background rendering in single page mode.
  • Fixed hotspot interaction issues caused by incorrect element layering.
  • Fixed popover initialization issue caused by missing Popper.js dependency.
  • Fixed hotspot positioning issues during zoom by updating existing elements instead of recreating them.
  • Fixed popover display issues in single page mode by adjusting overflow handling and sizing behavior.

1.1.1

  • Added PDF import with automatic page-to-image conversion.
  • Updated Font Awesome documentation link to correctly reference version 4.

1.0.17

  • Added review notification.
  • Fixed media not reloading after adding a page.
  • Added reload confirmation when unsaved builder changes are detected.

1.0.16

  • Initial release.