Quantcast
Channel: MobileRead Forums - Kindle Formats
Viewing all articles
Browse latest Browse all 862

Getting "Before you go" screen to appear before end of book on Paperwhite

$
0
0
I've noticed that for some books in the Kindle Store (the specific one I'm looking at is George Saunders' Tenth of December), the "Before you go..." sharing/rating screen shows up twice:

1. At the end of the book, as expected
2. As a modal window on the first page after the body matter (for instance the Acknowledgments page)

I'm trying to get this to happen for my own book on the Kindle store but there's nothing about it in the KF8 documentation. I emailed KDP support and they told me it was added automatically and it was not possible to have it appear more than once. Except it clearly is possible!

I tried adding a "backmatter" epub type to my toc.xhtml:

Code:


<nav epub:type="landmarks">
    <h1>Guide</h1>
    <ol>
      <li><a epub:type="bodymatter" href="dedication.xhtml">Start</a></li>
      <li><a epub:type="backmatter" href="acknowledgments.xhtml">Acknowledgments</a></li>
    </ol>
 </nav>

No luck. Has anyone else encountered and solved this?

Viewing all articles
Browse latest Browse all 862

Trending Articles