The plugin will download a list of the flipbook you created with
ezFlippr, and will allow you to install them on your WordPress web site.
ezFlippr is a flipbook creation platform that offers free watermarked Flash and mobile-compatible flipbooks, and paid versions without watermarks.
Features
- Get the list of your flipbooks from ezFlippr
- Install the flipbooks you want on your web site in one click
- Add them to pages with the [ezflippr] shortcode
- View them full page
Feedback
More
This section describes how to install the plugin and get it working.
Installing the Plugin
(using the Wordpress Admin Console)
- From your dashboard, click on "Plugins" in the left sidebar
- Add a new plugin
- Search for "ezFlippr"
- Install "ezFlippr"
- Once Installed, go to the ezFlippr and enter/request your access key
- Go to the flipbooks section to install flipbooks
(manually via FTP)
- Delete any existing 'ezflippr' folder from the '/wp-content/plugins/' directory
- Upload the 'ezflippr' folder to the '/wp-content/plugins/' directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Once Installed, go to the ezFlippr and enter/request your access key
- Go to the flipbooks section to install flipbooks
Adding flip books
- Create your flip book on ezflippr.com
- Go to the ezFlippr configuration panel, and enter either your email or your access key (if you enter your email, your access key will be mailed to you)
- Flip books will be imported and available in the Flip books menu. To install them on your server, simply click on the Install link.
- You may manually refresh the list of flipbooks by clicking on "Refresh" in the ezFlippr menu.
- To display the flipbook in a page, use the shortcode displayed in the flip books list (ex. [flipbook id="58" width="100%" height="500"])
- To display the flipbook full page, simply use the "View" link in the flip books list.
- You may customize the full page template by creating a single-ezflippr_flipbook.php file in your template directory. You may start from the file wp-content/plugins/ezflippr/resources/templates/single-ezflippr_flipbook.php.
Installing CURL
On Ubuntu Linux:
sudo apt-get install curl libcurl3 php5-curl
sudo service apache2 restart
On Centos/RedHat Linux:
CURL is installed by default with PHP.
On WAMP:
CURL is installed by default with WAMP.
On MAMP:
CURL is installed by default with MAMP.