| 开发者 | optimum7 |
|---|---|
| 更新时间 | 2026年9月17日 19:11 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[o7_flipbook id="123"]
All parameters:
[o7_flipbook id="123" mode="flipbook" width="100%" height="600" orientation="auto" light="yes" zoom="yes" download="yes" autoplay="no" thumbs="yes" sound="yes" stealth="no" accent="#e53935" bg="#1a1a2e" toolbar="#ffffff" text="#222222" radius="8"]
Large books with search:
[o7_flipbook src="https://example.com/book.pdf" search="yes" search_url="https://example.com/search.json" page_param="page" lazy="yes"]
Languages
The admin interface language can be changed from Settings → O7 FlipBook → Interface Language. This changes all menu labels, meta box titles, viewer controls, and settings text.
For WordPress .po/.mo file translations (e.g. via Loco Translate), a .pot template is included at languages/o7-flipbook.pot.
o7-flipbook folder to /wp-content/plugins/Any PDF. Large files are rendered page-by-page via PDF.js so performance stays smooth.
Yes. Go to Settings → O7 FlipBook and select your language in the Interface Language section. Supports: English, Turkish, German, French, Chinese, Japanese, Arabic, Russian.
Use [o7_flipbook id="POST_ID"] or copy the ready-made shortcode from the post edit screen.
Yes. The viewer is responsive and supports touch/swipe navigation.
Yes: [o7_flipbook src="https://example.com/file.pdf" title="My Book"]
search="yes" adds a search bar above the viewer; results list the page and a highlighted snippet, the first hit opens right away and prev/next buttons step through the rest. Matched words are highlighted on the rendered page.search_url parameter for large documents: a JSON endpoint (GET ?q= → {total, results:[{page, snippet}], unavailable}) backed by a server-side text index. Without it the PDF text layer is searched in the browser.lazy="auto" by default: files over 12 MB or more than 60 pages). Only the pages around the reader are rendered and far pages are released; PDF bytes are fetched by range, so books with thousands of pages open in seconds.start_page, page_param (keeps the current page in the address bar for shareable links), mobile_height and per-instance lang shortcode parameters.orientation="landscape"). Landscape PDFs now get properly landscape grid tiles, thumbnails and slides instead of cropped portrait boxes. Available in all 8 interface languages.width value used in generated CSS