Gallery for Immich
Gallery for Immich is a WordPress plugin that seamlessly integrates your self-hosted Immich photo server with your WordPress site. Display beautiful photo galleries and albums using simple shortcodes. Key Features: Gutenberg Block Editor – Visual block for selecting albums, photos and settings Shortcode Support – Classic [gallery_for_immich] shortcode for any editor Display list of albums from Immich Display entire albums from Immich Beautiful responsive grid layouts Integrated lightbox with GLightbox Video playback modes (shared links, proxy via fopen, or ignore videos) Flexible sorting options (date/name, ascending/descending) Single photo embedding – Display one photo with alignment (left/right/center) and configurable link behavior (lightbox, no link, or custom URL) Full internationalization support (Dutch, German, French translations) Configure Immich server URL and API key in the WordPress admin panel Perfect for: Photography portfolios Family photo sharing Event galleries Travel blogs Any self-hosted photo management with Immich Usage Using the Gutenberg Block Editor: The easiest way to add an Immich gallery is through the Gutenberg block editor: Add a new block and search for “Gallery for Immich” Select your display mode (all albums, single album, multiple albums, or single photo) Configure display options using the sidebar controls Customize thumbnail size and text sizes as needed The preview shows the shortcode that will be used Using Shortcodes: You can also use shortcodes directly in your content: Display all albums: [gallery_for_immich] Display specific albums (comma-separated IDs): [gallery_for_immich albums=”album-id-1,album-id-2″] Display single album: [gallery_for_immich album=”album-id”] Display single photo: [gallery_for_immich asset=”photo-id”] Customize display options: [gallery_for_immich show=”gallery_name,asset_description”] Available show options (no defaults – must be explicitly specified): * gallery_name – Show album/gallery name * gallery_description – Show album description * asset_date – Show photo date * asset_description – Show photo description Note: If the show parameter is not specified, only thumbnails are displayed without any text. Customize sizes: [gallery_for_immich size=”300″ title_size=”18″ description_size=”15″ date_size=”12″] Size options: * size – Thumbnail size for albums (100-500, default: 200); max-width for single photos (100-1200, default: 200) * title_size – Title font size (10-30, default: 16) * description_size – Description font size (10-30, default: 14) * date_size – Date font size (10-30, default: 13) Single photo alignment and link behavior: [gallery_for_immich asset=”photo-id” align=”left” link=”none”] [gallery_for_immich asset=”photo-id” align=”right” link=”https://example.com”] Align options: left, right, center (default: no float) Link options: lightbox (default — opens in overlay), none (no link), or any https://... URL (opens in new tab) Sort order: [gallery_for_immich order=”date_desc”] [gallery_for_immich album=”album-id” order=”description_asc”] Available order options: * date_desc – Newest first (default for albums) * date_asc – Oldest first (default for photos – chronological order) * name_asc – Alphabetically A-Z (albums only) * name_desc – Alphabetically Z-A (albums only) * description_asc – Alphabetically A-Z by description (photos only) * description_desc – Alphabetically Z-A by description (photos only) Note: Name sorting is only available for albums. Photos can be sorted by date or description. Privacy & Security This plugin: * Connects to your self-hosted Immich server via API * Does not collect or transmit any user data to third parties * Requires HTTPS for production security * Validates all user input and API parameters * Uses WordPress security best practices Your Immich server credentials (URL and API key) are stored in your WordPress database. Support For issues, feature requests, or contributions, please visit: https://github.com/vogon1/immich-wordpress-plugin Credits Lightbox powered by GLightbox (https://github.com/biati-digital/glightbox) Integrates with Immich (https://immich.app)
Top keywords
- immich23×3.94%
- gallery18×3.08%
- albums14×2.40%
- description14×2.40%
- size14×2.40%
- gallery for immich13×2.23%
- display11×1.88%
- photo11×1.88%
- date10×1.71%
- default9×1.54%
- options8×1.37%
- link7×1.20%
Media Picker for Immich
Adds an “Immich” tab to the WordPress media picker modal and the Media Library grid view. Search and browse your self-hosted Immich photo library, then import selected photos directly into WordPress or proxy them without copying files. Features: Use or Copy — “Use” proxies media directly from Immich (no files copied); “Copy” downloads the original into the media library Photo and video support — images are proxied with full-resolution originals; videos stream with seeking support Smart search — find media using Immich’s AI-powered search People filter — browse by recognized people from your Immich library Multi-select — use or import multiple items at once with infinite scroll Lightbox — full-resolution lightbox on Immich images in posts Media Library integration — browse and import Immich assets directly from the Media Library grid view Previously added — the Immich tab shows assets you’ve already used, ready to re-select Secure API proxy — all Immich API calls happen server-side; the API key is never exposed to the browser Per-user API keys — each user can configure their own Immich API key Local proxy cache — proxied media is cached on disk after the first request; optional automatic cleanup with configurable lifetime, managed from a Cache Files admin page Copy Resolution setting — choose the resolution used when copying originals into the media library Test Connection — verify your server URL and API key from the Settings page before saving This plugin also ships an “Immich Album Gallery” block: insert it in any post, pick an Immich album, and the post renders a live gallery of that album using the core Gallery markup (so it inherits your theme’s styling and works with the WordPress core lightbox). External services This plugin connects to a self-hosted Immich server that you configure in Settings > Immich. Immich is a self-hosted photo and video management solution — it runs on your own infrastructure and is not a third-party cloud service, but the connection is disclosed here for transparency. What data is sent and when Browsing and searching: When a logged-in WordPress user opens the Immich media picker or searches for photos, the plugin sends API requests (search queries, page numbers, and person filter IDs) to your Immich server. Importing or using media: When a user selects an asset to import or use, the plugin fetches the original file or metadata from the Immich server using the asset’s UUID. Proxying media to visitors: When a site visitor views a page containing Immich-proxied images or videos, WordPress fetches the media from your Immich server on their behalf. Visitor data is not sent to Immich — only the stored asset UUID and your API key are used server-side. All communication uses the API key you configure in WordPress. The API key is never exposed to browsers. Immich project links Immich website Immich privacy policy Immich license (AGPL-3.0) Since Immich is self-hosted, the terms of use and privacy practices are determined by whoever operates the Immich server you connect to.