johnwilson82
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Epub Embed or FlipbookHi. I’m sorry but I have never tried it on my website, only locally using AMPPS. I would contact you host service and ask them to allow it if it is just a permission issue. Why don’t you try running it locally first and then migrate to your server when you are sure it works.
Forum: Everything else WordPress
In reply to: Epub Embed or FlipbookHI. Sorry I just saw your post now.
You need to go to the link i sent.Upload bibi and ‘bibi-bookshelf’ folders to the same directory on your web server.
Upload your EPUB book (ex. BOOKNAME.epub) to bibi-bookshelf directory, and
Access to https://your.web.site/somewhere/bibi/?book=BOOKNAME.epub by your browser.===============================
Or embed code below into your blog entry or other webpages, and visit the entry.
This goes into your html file.Title of the Book <script src=”https://your.web.site/somewhere/bibi/and/jo.js”></script>
<script src=”https://192.168.1.63/bibi/and/jo.js”></script>===================================
you can delete bibi-bookshelf folder
go to C:\Program Files\Ampps\www\192.168.1.63\bibi\presets
and edit default.js
//==============================================================================================================================================
//– Bookshelf
//———————————————————————————————————————————————-“bookshelf” : “https://192.168.1.63/Main/Books/OtherFormats”, // Relative path from this preset file to the bookshelf directory. “/” at the end is ignored. (To use a path begins with “http(s)://”, read <01> at the bottom of this preset file.)
===========================================
WordPress Post or Page code[iframe src=”https://192.168.1.63/MyLocalPage/Epub.html” height=”1000″]
Forum: Everything else WordPress
In reply to: Epub Embed or Flipbooksolved
Forum: Everything else WordPress
In reply to: Epub Embed or FlipbookIf anyone is interested I was able to accomplish this using the bibi reader kit
https://github.com/satorumurmur/bibi
and an iframe plugin.
works very well although some epubs were not compatible – probably files that were converted from mobi pdf or kindle formats.Forum: Localhost Installs
In reply to: Can I link to a pdf on a local installationFound solution. To create Alias with Alias Manager in AMPPS and provide the path to local folder.
Forum: Localhost Installs
In reply to: Can I link to a pdf on a local installationHi
Yes I know how to embed a pdf. What I want to do is exactly the opposite of embedding. What I’m trying to do is link to multiple files on a hard drive which is very different.To further clarify, I will create a WordPress Page with hundreds of links to files on my HDD. I could do this by creating an html page but that would be a workaround and defeat the purpose of using a CMS.
- This reply was modified 4 years, 7 months ago by johnwilson82.
- This reply was modified 4 years, 7 months ago by johnwilson82.