跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

GlobalDev AI Image Metadata

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

GlobalDev AI Image Metadata

由 Globaldev 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

GlobalDev AI Image Metadata is a Media Library metadata workflow, not an alt-text-only generator. It helps administrators generate, review and manage Alternative Text, attachment Titles, Captions and Descriptions for JPEG, PNG and WebP images. Metadata can be generated per image, processed in bulk for missing alt text, or queued automatically after upload.

Features include:

  • Generate Alternative Text, Title, Caption, and Description from an image.
  • Use the WordPress site language automatically, or enter a custom language name or locale.
  • Generate metadata manually from one Media Library screen.
  • Generate and save missing alternative text in bulk with live AJAX progress.
  • Display per-image and cumulative token usage returned by the service.
  • Optionally queue supported new uploads for background processing with WP-Cron. Automatic processing is disabled by default.
  • Review and edit generated values before saving.
  • Preserve existing values unless overwrite is enabled for automatic processing.
  • Connect with a revocable project API key created in GlobalDev AI Hub.

The service accepts arbitrary language names and locale codes. Output quality varies by language and by the visible content of each image. Generated accessibility text should always be reviewed in the context where the image is used. Decorative images may need an empty alt attribute instead of generated text.

GlobalDev AI Hub is an external service and may apply project-based usage allowances, quotas, or paid usage plans. Commercial limits and billing are enforced by the Hub service rather than by code bundled in this plugin. The plugin remains fully available under its GPL-compatible license and reports service usage information returned by the Hub.

External service

This plugin connects to GlobalDev AI Hub, an external service operated by GlobalDev IT SRL.

Default API endpoint:

https://globaldev.app/wp-json/gdlh/v1

The service is used only after a site administrator enters a project API key and either requests generation or enables automatic processing.

For each generation request, the plugin sends:

  • A reduced copy of the selected image, encoded as base64.
  • The requested output language or locale.
  • The WordPress website name.
  • The original image filename as limited context.
  • The project API key in an HTTP request header.

The plugin does not send page or post content. The Hub returns generated media fields and technical usage information. The Hub may store technical request records including the project, endpoint, status, latency, byte counts, token counts, request identifier, and a one-way hash of the client IP. It does not store the base64 image or raw media prompt in its traffic table.

Service website: https://globaldev.app/
Privacy policy: https://globaldev.app/privacy-policy/
Support: https://globaldev.app/contact-us/

By configuring the project key and using generation, the site administrator authorizes this external data transfer.

Privacy

When generation runs, a reduced image copy and limited metadata are sent to GlobalDev AI Hub. Review the External service section above and the linked privacy policy before enabling automatic generation.

螢幕擷圖

GlobalDev AI Hub connection settings with project API key setup, output language selection, connection testing, and monthly AI token usage.
GlobalDev AI Hub connection settings with project API key setup, output language selection, connection testing, and monthly AI token usage.
Media Library review interface showing AI-generated Alternative Text, Title, Caption, Description, token usage, and per-image actions.
Media Library review interface showing AI-generated Alternative Text, Title, Caption, Description, token usage, and per-image actions.
Automatic upload processing settings for background AI generation, selectable metadata fields, overwrite behavior, and external service data notice.
Automatic upload processing settings for background AI generation, selectable metadata fields, overwrite behavior, and external service data notice.
Complete Media Library workflow with supported image counts, missing alt text detection, monthly token quota, bulk generation, review, editing, and save controls.
Complete Media Library workflow with supported image counts, missing alt text detection, monthly token quota, bulk generation, review, editing, and save controls.

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/ or install the ZIP from Plugins → Add New.
  2. Activate GlobalDev AI Image Metadata.
  3. Open Media → AI Image Metadata → Settings.
  4. Click Get API key. You are redirected to the GlobalDev project-creator page, where the installed connector is verified.
  5. Sign in, create or regenerate the website project key, and return to the website. The key is installed automatically when the connector callback is reachable; otherwise copy and paste the one-time key.
  6. Use Test connection.
  7. Choose the WordPress site language or enter a custom language or locale.
  8. Open Media → AI Image Metadata to generate, review, save, or start bulk generation.

For server-side key configuration, add this to wp-config.php:

define( 'GDAIM_HUB_PROJECT_KEY', 'gdlh_live_your_project_key' );

常見問題集

Does the plugin expose the AI model name?

No. The client plugin shows only the conversion result, request status, and usage totals. Provider and model configuration remain inside GlobalDev AI Hub.

Does it support every language?

The plugin does not impose a fixed language list. It can request the WordPress site language or any custom language/locale. Results depend on the language capabilities of the external service, so quality cannot be guaranteed equally for every language.

How does bulk generation work?

The plugin creates an administrator-scoped bulk job and processes one missing-alt image per AJAX request. The screen updates live with processed, generated, failed, and cumulative token counts. You can stop the job without losing completed items.

Are the token totals exact?

The Hub uses provider-reported token counts when available and an explicitly marked estimate when the provider omits them. Image tokenization is model-specific, so base64 size alone is not an exact model-token measurement.

Does bulk generation overwrite existing alt text?

No. The bulk action targets supported images whose alternative text is absent or empty and skips images that already have alternative text.

Is the plugin free? Does the external service have usage limits?

The WordPress plugin itself is free software. GlobalDev AI Hub is a separate external service and may provide included usage, project quotas, or paid usage plans. Any commercial limit is enforced by the Hub service, not by disabling code included in this plugin.

Which image formats are supported?

JPEG, PNG, and WebP.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈GlobalDev AI Image Metadata〉的開發相關工作。

參與者
  • Globaldev

將〈GlobalDev AI Image Metadata〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.0.4

  • Added direct nonce verification to every AJAX action before request data is read.
  • Added translation-context comments required by WordPress coding standards.
  • Corrected the WordPress.org Tested up to header format and removed redundant manual text-domain loading.
  • Documented the intentional admin-only alt-text metadata queries for code-quality tooling.
  • Reduced large analysis copies to a maximum of 768 pixels at JPEG quality 80 to lower transfer size and vision-processing overhead.

1.0.3

  • Added an automatic Plan & AI token usage card showing monthly used, allowance, remaining tokens and reset date.
  • Quota information now refreshes after AI generation and bulk processing and remains visible for unlimited plans.

1.0.2

  • Moved installation-token authorization into the REST API permission callbacks for connector verification and setup.
  • Added client handling for Hub-enforced project usage quotas and quota-exceeded responses.
  • Clarified the plugin’s complete Media Library metadata workflow and external-service usage model.

1.0.1

  • Removed the configurable Hub API URL from the administration interface.
  • Added a secure Get free API key redirect to the GlobalDev project-creator page.
  • Added connector verification and server-to-server project-key delivery with token rotation.

1.0.0

  • Prepared the plugin for WordPress.org submission.
  • Added site-language output and unrestricted custom language/locale input.
  • Removed provider and model details from the client interface and responses.
  • Added a Hub connection test.
  • Added live sequential AJAX bulk alt-text generation with stop control and per-image status.
  • Added per-image and cumulative token usage display and storage.
  • Reduced analysis images to a maximum of 768 pixels and 2 MB for reliable requests.
  • Disabled automatic upload processing by default and added suggested WordPress privacy-policy text.
  • Updated the external-service and privacy disclosure.

中繼資料

  • 版本 1.0.4
  • 最後更新 1 個月前
  • 啟用安裝數 少於 10 次
  • WordPress 版本需求 6.2 或更新版本
  • 已測試相容的 WordPress 版本 7.0.5
  • PHP 版本需求 7.4 或更新版本
  • 語言
    English (US)
  • 標籤:
    accessibilityAIAlt Textimage metadatamedia library
  • 進階檢視

評分

這個項目尚無任何評論記錄。

撰寫評分

查看全部使用者評論

參與者

  • Globaldev

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.