mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
Add note explaining Kindle epub 'support' to download page
This commit is contained in:
parent
7cf3148536
commit
835ea7c767
2 changed files with 3 additions and 2 deletions
|
@ -237,7 +237,7 @@ catch(Exceptions\EbookNotFoundException){
|
|||
<li property="schema:encoding" typeof="schema:MediaObject">
|
||||
<meta property="schema:encodingFormat" content="application/x-mobipocket-ebook"/>
|
||||
<p>
|
||||
<span><a property="schema:contentUrl" rel="nofollow" href="<?= $ebook->Url ?>/download?format=<?= EbookFormat::Azw3->value ?>" class="amazon"><span property="schema:description">azw3</span></a></span> <span>—</span> <span>Kindle devices and apps.<? if($ebook->KindleCoverUrl !== null){ ?> Also download the <a href="<?= $ebook->KindleCoverUrl ?>">Kindle cover thumbnail</a> to see the cover in your Kindle’s library. You may be interested in our <a href="/help/how-to-use-our-ebooks#kindle-faq">Kindle FAQ</a>.<? }else{ ?> Also see our <a href="/how-to-use-our-ebooks#kindle-faq">Kindle FAQ</a>.<? } ?></span>
|
||||
<span><a property="schema:contentUrl" rel="nofollow" href="<?= $ebook->Url ?>/download?format=<?= EbookFormat::Azw3->value ?>" class="amazon"><span property="schema:description">azw3</span></a></span> <span>—</span> <span>Kindle devices and apps.<? if($ebook->KindleCoverUrl !== null){ ?> Also download the <a href="<?= $ebook->KindleCoverUrl ?>">Kindle cover thumbnail</a> to see the cover in your Kindle’s library. Despite what you’ve been told, <a href="/help/how-to-use-our-ebooks#kindle-epub">Kindle does not natively support epub.</a> You may also be interested in our <a href="/help/how-to-use-our-ebooks#kindle-faq">Kindle FAQ</a>.<? }else{ ?> Also see our <a href="/how-to-use-our-ebooks#kindle-faq">Kindle FAQ</a>.<? } ?></span>
|
||||
</p>
|
||||
</li>
|
||||
<? } ?>
|
||||
|
|
|
@ -240,11 +240,12 @@
|
|||
<p><b>Why can’t I use “Send to Kindle” to send an azw3 file to my Kindle?</b></p>
|
||||
<p>We don’t know! You’d think that Amazon would allow you to send the very file format it invented to its own devices. But Amazon hasn’t made it possible to send azw3 files via “Send to Kindle,” even though they surely could. You should <a href="https://www.amazon.com/help/">complain to Amazon</a>, or vote with your wallet and buy a better ereader.</p>
|
||||
</li>
|
||||
<li>
|
||||
<li id="kindle-epub">
|
||||
<p><b>I heard that Kindles support epubs now. Is that true?</b></p>
|
||||
<p>No, Kindle devices still do not natively support epub files.</p>
|
||||
<p>It’s true that Amazon’s Send to Kindle feature now <em>accepts</em> epubs. But, when you use the Send to Kindle feature to send an epub to your Kindle device, Amazon actually converts the epub file to an Amazon format before delivering it to your device. We have no control over this conversion, so chances are it’s not going to look great.</p>
|
||||
<p>It’s still not possible to use a USB cable to transfer an epub file to your Kindle device.</p>
|
||||
<p>Since sending an epub to your Kindle using Send to Kindle automatically converts it to an Amazon format, you should just use our specially-prepared Amazon ebook files to begin with. These files will not be changed by your Kindle, so you can be sure you’re getting our intended reading experience.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><b>I just can’t deal with azw3 files, I need a mobi file!</b></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue