Can I Hyperlink Into a Kindle Book?
April 14, 2014 6:44 AM   Subscribe

I have a large book on my Kindle account. I use the Windows Kindle application to read Kindle books on my PC. I would like to create a simple HTML file on my PCcontaining links that will open a specific Kindle book to a specified location. Is this possible? Criteria: No coding other than HTML.
posted by DWRoelands to Computers & Internet (3 answers total)
 
Unless there is a Kindle protocol registered with the Windows OS, you'll need to add one.

In other words, to start, you'd probably need to edit the a Windows Registry so that when a link like kindle://foo#Chapter_One is clicked on, the right application gets opened.
posted by Blazecock Pileon at 6:58 AM on April 14, 2014 [1 favorite]


That's also going to depend on the application being able to take command-line parameters (or some equivalent) so that it is aware which page/section to flip to. Google doesn't give any immediate leads on launching the "Kindle for PC" Amazon application with any kind of input parameters, but I'm not terribly familiar with the software.

Building on Blazecock Pileon's answer, you will almost certainly need to use a Kindle-reading app that supports being passed parameters (presumably denoting a book identifier and a section or page identifier).
posted by Doofus Magoo at 7:29 AM on April 14, 2014 [1 favorite]


You might check with the Amazon Kindle developer forums and support resources for more help about the specifics of the Windows client and whether it supports those parameters that Doofus Magoo mentions. You'll need that info, along with the protocol support.
posted by Blazecock Pileon at 7:42 AM on April 14, 2014 [1 favorite]


« Older Who was the warm up comic on the Daily Show in...   |   What to do on a free afternoon next Wednesday in... Newer »
This thread is closed to new comments.