Learn how to display your ebook in your Wordpress site after exporting a web app

In order to have your ebook displayed for your users on your Wordpress site, you need to follow two steps:

  1. Upload the exported web app files to your Wordpress site
  2. Display the ebook in a certain post or page

Uploading Files to Your Wordpress Site

Download the File Manager plugin to your Wordpress site. This plugin will allow you to manage the files under your Wordpress site. If you are familiar with FTP, this plugin will give you a browser-based alternative. For step by step instructions on how to install and use this plugin, follow this tutorial.

Display the Ebook in a Certain Post or Page

While you're editing the post or page content, go into source edit mode. Enter the iframe tag as follows:

<iframe src="/path/to/your/ebook/app/folder" width="100%" height="100%">

The trick is to get the path correctly pointing to the ebook files you had just uploaded. If you do not want to deal with the source edit mode there are plenty of Wordpress iframe plugins that you can download and use, to make this easier for you.