View Single Post
Old 04-22-2013, 07:30 PM   #1
jackcheng
Writer and Designer
jackcheng began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2013
Location: Brooklyn, NY
Device: Kindle Paperwhite
Question Getting "Before you go" screen to appear before end of book on Paperwhite

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?
jackcheng is offline   Reply With Quote