Some hints importing from WordPress:
- ๐ Is {{ importForm.url }} a valid URL and publicly accessible? Is there any typo in it?.
- ๐ Use your "Site address (URL)" and not your "WordPress address (URL)".
- ๐ค Make sure that WordPress REST API is enabled. Some security plugins disable it by default.
- ๐ฅ Check your server's firewall to avoid bot detection. Our User-Agent is "MPL-Publisher/2.0 (+http://mpl-publisher.com)".
You are importing from a path instead of a base URL, which is not very common. Swith to base URL instead.
Book details
Enter your book details, including title, description, and authors. We encourage you to complete as many fields as possible, as richer data could help readers discover your books.
{{ ebookForm.errors.get('title') }}
{{ ebookForm.errors.get('description') }}
{{ ebookForm.errors.get('author') }}
{{ ebookForm.errors.get('identifier') }}
Cover image
Strong cover design will catch a reader's eye, capture their interest and communicate what the book is about. These things inspire someone to buy your book.
Recommended size is 625x1000 โน๏ธ
Themes
Metadata settings
Metadata is the information about your book. It is what allows your ebooks reading app to organize or filter the ebooks. The more information you provide, the easier it will be for readers to discover your book.
{{ ebookForm.errors.get('language') }}
{{ ebookForm.errors.get('date') }}
{{ ebookForm.errors.get('editor') }}
{{ ebookForm.errors.get('rights') }}
Output format
{{ ebookForm.errors.get('format') }}
Output result will be affected by the complexity of your content (ie. "plain text" works best). If you encounter any format error, please contact us.
{{ ebookForm.errors.get('email') }}
{{ ebookForm.errors.get('terms') }}
Contents
First, we need the source to import the content. Choose between our different platforms and click ๐ Import to get the publications. Each publication from this source will be a chapter of your ebook.
Your current import has no publications or it's not available now.
{{ ebookForm.errors.get('chapters') }}
{{ publication.title }}
(Edited)
|
{{ getPublicationStats(publication) }} | |