EPUB Reader on Your Site.
BiB/i supports two ways to read EPUB books:
- in browser on your local machine and
- via web.
In either case, download BiB/i from here and unzip it at first.
- Open
bib/i/index.html
in your browser and - drag an EPUB book and drop it into the window.
- That's all!
Demo is here.
- Upload
bib
directory to your web server, - upload your EPUB books(for instance,
my-book.epub
here) tobib/bookshelf
directory and - access to
http://your.web.site/bib/i/?book=my-book.epub
by your browser. - Or embed code below into your blog and visit the blog entry.
<a href="http://your.web.site/somewhere/bib/i/?book=my-book.epub" data-bibi="embed" data-bibi-style="CSS as you like">my-book.epub</a><script src="http://your.web.site/bib/i.js"></script>
You may also read EPUB books as unzipped archives, or by page-by-page access, by uploading unzipped EPUB books to bookshelf
directory.
This is recommended because it accelarates reading experience of your readers.
- Unzip an EPUB book,
- Change the file extension from
.epub
to.zip
(my-book.epub
->my-book.zip
) and then - unzip the file with some tool.
- upload it to
bib/bookshelf
directory, and - visit
http://your.web.site/bib/i/?book=my-book
(note that it has no extension) or embed code for it.