AltTag CSV Importer

外掛說明

AltTag CSV Importer is a WordPress plugin that lets you update image alt tags in bulk from a CSV import. It provides a preview of CSV data, an AJAX-powered progress bar, and an undo option to revert changes. The polished, fixed-width admin UI includes consistent thumbnail sizes and a responsive table layout to ensure a professional look on any screen.

A lightweight plugin that sets alt descriptions from a CSV of image links and their alt text.

– Fully Automatic Settings
– Doesn’t Overwrite Existing Description
– Child Image Detection (One Alt per Image Size)
– Snapshot of Existing and Undo Button Available
– Super Fast Execution
– No Intrusive Ads (a dismissible plugin notice only).

License

This plugin is licensed under the GPLv2 or later. For more information, visit https://www.gnu.org/licenses/gpl-2.0.html.

安裝方式

  1. Upload the entire plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to the “Alt Tag Updater” admin page.
  4. Upload your CSV file (columns: image URL, alt text) to preview the data.
  5. Click “Confirm Import” to update the alt tags. Use the progress bar to track the operation.
  6. If necessary, click “Undo Last Import” to revert the changes.

常見問題集

What CSV format is required?

Each CSV row must contain two columns: the first column for the full image URL and the second for the desired alt text.

How does the plugin update alt tags?

It locates the attachment by matching the image URL (using WordPress’ attachment_url_to_postid() function) and updates its _wp_attachment_image_alt meta value.

What happens if an image isn’t found?

If an image isn’t detected, the plugin will display “Child image detected” (if it appears to be an optimized size) or “Image not found” in the status column.

Can I revert the changes?

Yes, the “Undo Last Import” button allows you to revert all changes made during the last CSV import.

I don’t see any changes?

Make sure to empty your WordPress and/or your browser cache after you run the plugin.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈AltTag CSV Importer〉的開發相關工作。

參與者

將〈AltTag CSV Importer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.2

  • JS Library hotfix

1.0.2

  • Code improvements and security enhancements
  • Performance optimizations for better loading
  • Better compatibility with WordPress standards
  • Minor bug fixes and code cleanup

1.0.1

  • Read Me Clarification

1.0

  • Initial release with CSV preview, AJAX progress, and undo functionality.