內容簡介
**總結:**
Easy Photo Publisher 是 Adobe Lightroom Classic 的附加外掛 Easy WordPress Publisher 的完美補充。兩者組成全功能的發布管道,將圖像直接從 Lightroom 發送到 WordPress 網站,稍後更新或替換圖像,並(可選)使用這些圖像創建部落格文章。
**問題與答案:**
1. 什麼是 Easy Photo Publisher 和 Easy WordPress Publisher?
Easy Photo Publisher 是 Adobe Lightroom Classic 的附加外掛,Easy WordPress Publisher 是該附加外掛的補充,在一起形成完整的發布管道,方便將圖像從 Lightroom 直接發送到 WordPress 網站。
2. 這些外掛的亮點有哪些?
- 可以直接從 Lightroom Classic 透過 LrC 模組進行發布
- 可以透過簡單的 REST API 創建/更新/刪除媒體
- 提供可選的文章創建功能,包括可見性控制和特色圖像
- 提供了 WPdet Gallery 短代碼,支持分類篩選、調整大小和殘障友好的標題
3. 在 Lightroom Classic 中如何發布圖像到 WordPress?
- 使用 "Easy WordPress Publisher" 服務在 Lightroom Classic 中發布圖像。
- 圖像將出現在 WordPress 媒體庫中。
4. 如何在 WordPress 頁面或文章中插入 WPdet Gallery 短代碼?
- 使用 [wpdet_gallery] 短代碼
- 可修改屬性如:category、tags、limit、order、size 等
- 使用 showcaption 參數來控制標題的顯示
- 使用 lightbox 參數啟用可訪問的燈箱效果
5. 關於 WPdet Gallery 短代碼的屬性有哪些?
- 包括 category、tags、limit、order、size、min_width、gap、class、showcaption、lightbox
6. 如何自訂外觀樣式?
- 包括 Wrapper template、Item template 和 CSS 樣式表
- 可以透過 HTML-only 主題覆蓋來進行自定義
7. 外掛的可訪問性是如何處理的?
- 燈箱使用正確的角色、aria-modal、標籤化控制、專注捕捉和按 Esc 關閉等
- 通過禮貌的即時區域來宣布標題
8. 如何啟用媒體分類和標籤?
- 在設置中啟用「From Image to WordPress」來使用核心類別和標籤
- 讓媒體項目支持分類標籤,並且用於通過分類篩選畫廊
9. 外掛對文件類型和大小進行了哪些驗證?
- 支持的文件類型包括:image/jpeg、image/png、image/webp
- 預設最大大小為約 25 MB(可在代碼中設置)
10. 如何獲取支援和文件?
- 查看文檔:[medienkonzepte.de/easy-wordpress-publisher-a-lightroom-extension/](https://medienkonzepte.de/easy-wordpress-publisher-a-lightroom-extension/)
- 捐贈支持:[buymeacoffee.com/webline](https://buymeacoffee.com/webline)
外掛標籤
開發者團隊
原文外掛簡介
Easy Photo Publisher complements the Adobe Lightroom Classic add-on Easy WordPress Publisher.
Together they form a full publishing pipeline: send images directly from Lightroom to your WordPress site,
update or replace them later, and (optionally) create blog posts using those images.
Highlights
– Direct publish from Lightroom Classic via the companion LrC module
– Create / update / delete media via a simple REST API
– Optional post creation with visibility control and Featured Image
– Gallery Shortcode: [wpdet_gallery] with taxonomy filters, sizing and a11y-friendly captions
– Accessible lightbox (keyboard/ARIA aware), toggled per shortcode
– Media taxonomies: enable Categories and Tags on attachments
– Theme template overrides (HTML-only)
– i18n-ready (easy-wp-publisher)
Quick Start
In Lightroom Classic, publish an image using the “Easy WordPress Publisher” service.
The image appears in your WordPress Media Library.
On any page or post, insert the gallery shortcode:
[wpdet_gallery category=”Portugal” limit=”-1″ order=”DESC” min_width=”240px” gap=”1.5rem” size=”large” class=”” showcaption=”true” lightbox=”true”]
limit=”-1″ shows all matching images
showcaption=”true|false” toggles captions
lightbox=”true|false” enables the accessible lightbox
Shortcode Reference: [wpdet_gallery]
Attributes
– category — Category ID or slug to filter attachments (requires media taxonomies)
– tags — CSV of tag slugs (e.g. tags="portugal,coast")
– limit — Number of images (default 12). Use -1 for all.
– order — ASC or DESC (default DESC)
– size — thumbnail|medium|large|full (or any registered image size)
– min_width — Grid minimum width (CSS value, default 200px)
– gap — Grid gap (CSS value, default 1.5rem)
– class — Extra CSS classes on the wrapper
– showcaption — true|false (default true)
– lightbox — true|false (default true)
Markup & Styles
Wrapper template: templates/wrapper.php
Item template: templates/gallery.php
CSS: templates/css/wpdet-gallery.css
Lightbox CSS/JS autoload when lightbox="true"
Theme overrides (HTML-only)
your-theme/
└── wpdet/
└── templates/
├── wrapper.php (uses tokens: {items}, {min_width}, {gap}, {extra_class})
└── gallery.php (uses tokens: {link_open}, {img}, {link_close}, {caption})
If present in a child theme, it’s used first; then the parent theme; finally the plugin fallback.
Accessibility
Lightbox uses proper roles (role=”dialog”), aria-modal, labelled controls, focus trapping, and Esc to close.
Close button is keyboard-operable (Enter/Space) and returns focus to the trigger.
Captions are announced via a polite live region.
Media Taxonomies (Categories/Tags on Attachments)
Enable in Settings → From Image to WordPress to use core Categories and Tags on media items. This allows taxonomy-filtered galleries.
– Works with the shortcode filters (category, tags)
– Adds taxonomy UI to the Media screens (without duplicating existing columns)
Validation
MIME types: image/jpeg, image/png, image/webp, image/avif
Max size: ~25 MB (configurable in code)
Support & Documentation
Documentation: https://medienkonzepte.de/easy-wordpress-publisher-a-lightroom-extension/
Donate: https://buymeacoffee.com/webline
Credits
Made with ❤️ by Detlef Beyer.
