Zoomify embed for WP
This plugin offers an easy way to embed zoomify .zif files in your WordPress website.
The facts
- Rating
- 5★ from 7
- Active installs
- 90+
- Price
- Free
- Last updated
- 6 Apr 2023
- Added
- Oct 2016
- Requires WP
- 3.0.1
- Tested up to
- WP 6.2.11
- Downloads
- 5,080
Our analysis
AI-assistedZoomify embed for WP is a WordPress plugin that allows you to upload .zif files to your media directory and display them using a shortcode. You can customise the appearance of the embedded image with different skin options and set the zoom level. This plugin is suitable for users who want to showcase Zoomify images on their WordPress sites.
The plugin requires you to manually enter the shortcode with the file URL and optional parameters for skin and zoom level. It is designed for those familiar with using shortcodes in WordPress and who have .zif files to display.
Best for: This plugin suits users who need to display Zoomify images on their WordPress sites.
What it does well
- ✓Allows uploading of .zif files
- ✓Customisable display with different skin options
- ✓Supports multiple Zoomify images on a single page
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Requires manual entry of shortcode
- •Limited to .zif file format
- •No additional features or support mentioned
Verdict
Zoomify embed for WP provides a straightforward way to embed Zoomify images, but its functionality is limited to specific file types and requires some familiarity with shortcodes.
From the developer
SdeWijs's own description of Zoomify embed for WP, lightly tidied.
This Zoomify plugin for WordPress allows you to upload .zif files to your media directory. You can then create the Zoomify imagebox
with toolbar by using the shortcode [zoomify file="fileUrl" zskinpath="Default/Dark/Light" zoomlevel=100] (zoomlevel is optional), where “fileUrl” is the url/permalink to the zif-file.
The skin parameter has three options: Default, Dark and Light. If the skin parameter is omitted in the shortcode the Default skin will be used.
For example, if the permalink to your file is http://example.com/wp-content/uploads/2016/10/myAwesomemap.zif, the shortcode will look like this
[zoomify file="http://example.com/wp-content/uploads/2016/10/myAwesomemap.zif" zskinpath="Default"]
If copy-pasting this example does not work, please type out the shortcode manually in your WP editor so the double quotes are properly formatted.
I am not connected to Zoomify in any way, I coded this plugin for personal use and figured this may come in handy for other Zoomify users.
Each Zoomify image had it’s own unique identifier, so you can add muiltiple Zoomify images to a page.