Tainacan is a plugin for WordPress, in the means that it expands WordPress functionalities by providing new features. This is part of WordPress philosophy of providing a core solution that can attend to most users needs and still offer the possibility of picking addons to make it suitable to more specific requirements. The same can be applied to Tainacan itself, which attempts to bring most of what we consider essential for digital archives management and exibition installed by default, leaving although some extra functionalities available as plugins for the plugin.
So far the ones below are the plugins available for Tainacan:
- PDF Exposer - Adds an option to expose your items as PDFs on the "View as..." modal, AKA Exposers or Alternative URLs;
- URL Metadata Type - Adds an extra metadata type that accepts URLs and displays an embeded version or an iframe of your content.
- Extra View Modes - Adds many demonstration templates of Extra View Modes, ideal for developers who want to learn how to create their own;
- WordPress 3DHOP - Allows WordPress to render interactive 3D models using 3D HOP;
If you are a developer and would like to extend Tainacan with some solution, we invite you to check our developers session for that and also to dive into their source code as it can be a good learning resource 🤓 . Also, in case you have created a plugin and want to have it listed here, please talk to us in our forum!
Our plugin plugins so far are not submited to the WordPress oficial repository of Plugins, so their instalation is not as straight foward as Tainacan's itself. But worry not! There are three basic ways to do this, all of them of course require administrative permission to your instalation. You should begin by downloading the .zip
file containing the plugin code, which will probably be available from GitHub.
A visual way of installing downloaded plugins is to go to your WordPress admin panel, move into Plugins section on the sidebar and click on "Add new". This will show you the list of plugins, above it you have the button "Upload Plugin", where you will select you .zip
file.
If you have WordPress CLI installed, things will be much easier. All you need to do is run, in your WordPress instalation folder:
wp plugin install /PATH/TO/YOUR/ZIP/FILE/plugin-name.zip
The same process can be done manually with access to your server files. For that, you should extract your zip
file and move it's content to wp-content/plugins
folder, in a folder with tha same name of the plugin.
Don't forget that once you have your plugin installed, you must also activate it on the plugins list of WordPress administrative panel.