Convert post content to most popular e-book formats for readers and displays a form for download. Generates OPDS catalogue.
The plugin convert content of your blog posts and pages to most popular e-book formats for readers – pdf, ePub, mobi and fb2, using php-librasries:
Plugin displays a icons form for download converted files before and/or after content on your blog pages.
You can create OPDS catalogue on your site with this plugin, if you enable the option.
OPDS catalog support the file-types: 'epub', 'fb2', 'pdf', 'mobi', 'zip', 'rtf', 'doc', 'docx', 'htm', 'html', 'txt', 'djvu', 'mp3', 'm4a', 'm4b'
.
Allowed filename:
* <post_slug>_<post_ID>.ext
* <post_slug>_<post_ID>p.ext
– (p – protected)
* <post_ID>.ext
/wp-content/plugins/bg-forreaders
directory, or install the plugin through the WordPress plugins screen directly.Q.: I have the cool pregenerated file for one my post. How do I use them together with the plugin?
A.: Generated by plugin files has names <post_slug>_<post_id>.ext
, where ext is pdf, epub, mobi or fb2.
Rename your file (e.g. book.pdf) to <post_slug>_<post_id>p.pdf
and upload it to folder http://yoursite.com/wp-content/upload/bg_forreaders
.
When you added letter “p” at the end of filename you said plugin that this is protected file, don’t update it!
Q.: How can I change icons of download form at my site?
A.: Just replace image files document_pdf.png, document_epub.png, document_mobi.png, document_fb2.png
, in folder http://yoursite.com/wp-content/upload/bg_forreaders
.
Q.: How can I say to plugin to ignore some text on the site for readers?
A.: Place this text into shortcode [noread]...[/noread]
.
Q.: How can users access the OPDS catalogue?
A.: OPDS catalogue URL http://yoursite.com/feed/opds
.
Q.: I have set the Generate OPDS catalogue option, but my OPDS catalogue isn’t available yet. What should I do now?
A.: In this case, to display your OPDS catalogue, you’ll first need to flush your WordPress rewrite rules. In the WordPress admin dashboard, click Settings -> Permalinks. Once here, just click Save Changes, which will flush the rewrite rules.
wp-content/uploads/bg_forreaders
folder when you use Add Media button on the edit screen<br>
tag inside text formatting tags in fb2.<a>
in headers (<h1>-<h6>
).Allow paragraphs in table cells of fb2
.<h1>-<h6>
).Startup version.