How to setup and use IIIF
How to configure the International Image Interoperability Framework built into fylr
Last updated
How to configure the International Image Interoperability Framework built into fylr
Last updated
Activating IIIF
In the base configuration of fylr, go to the section "Export & Deep Links"
Under Deep Links Settings, enable the service by checking the respective checkbox
Refer to the documentation on Export & Deep Links for further explanation on the individual options.
Please note: you have to assign permissions to the system user "Deep Link" so the links are working. Users also need the system right "Deep Links" to access the links in the detail view.
WIP
The links are shared with the Deep-Link user. If some URLs appear to be unavailable, this is because they are not shared.
WIP
In the base config, we can add custom IIIF viewers using template replacement for fylr to generate manifests and embeddable templates.
The default viewer used in fylr is the Mirador Viewer
This example uses the Curation Viewer.
Label:
A name for the label, such as "Universal Viewer", "Curation Viewer," would be appropriate.
HTML Code:
We define a template used by the server to generate an HTML snippet that embeds a standalone IIIF viewer (e.g., Mirador or Curation Viewer). This snippet can then be externally integrated.
The fylr server will replace the template %iiif_presentation_manifest.url%
with the actual manifest URL.
Usage
You can copy the generated code from the sharing dialog of a dataset and test it by putting inside the W3Schools iframe test and pressing "Run."
This link can also be integrated into other web pages