How to link epub inside epub?
I have used epub scheme to access another epub file, but does not work
<a href=“epub://20ad2349-f845-4df0-bf1e-4de4c8bacffb” >EPub 2</a>
Could you please guide on linking to an epub from epub?
I have used epub scheme to access another epub file, but does not work
<a href=“epub://20ad2349-f845-4df0-bf1e-4de4c8bacffb” >EPub 2</a>
Could you please guide on linking to an epub from epub?
I have tried to link epub using embeded epub as well, below is my epub structure and I am trying to provide internal link (<a href="internallinks.epub/OEBPS/0007.xhtml" type="application/epub+zip">Internal Links</a>) on c1.xhtml, but still fails in ibooks. Could you please guide me how to link epub from epub file? Early reply would be appreciable.
Let's try to clarify the question first. You have an ePub file created in iBA with one of the two available ePub templates, correct? You want to refer to another ePub book from within the first ePub, correct? Is that other ePub book on the iBookstore?
Apple's Link Maker may be the solution that you are looking for. For example, to link to "Harry Potter and the Cursed Chile," you'd use:
<a href="https://geo.itunes.apple.com/us/book/harry-potter-cursed-child/id1083069164?mt=1 1" style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_ibooks-lrg.svg) no-repeat;width:165px;height:40px;"></a>
How to link epub inside epub?