Auto Upload Images

外掛說明

這個外掛在作者儲存文章後,便會自動搜尋內容中的圖片網址,然後將外部圖片上傳/匯入至 WordPress 的 uploads 目錄中,並將外部圖片新增至媒體庫,最後還會在內容中以新的圖片網址取代舊的圖片網址。

外掛特色

  • 自動尋找文章內的圖片,並將圖片儲存至網站伺服器及 WordPress 媒體庫
  • 以網站伺服器上的新圖片網址更新文章內的舊圖片網址
  • 將這個外掛儲存的圖片新增至 WordPress 媒體庫
  • 可選取要在自動上傳圖片時排除於外的自訂內容類型
  • 選取要排除的網域名稱,以便在儲存圖片時排除來自指定網域位址的圖片
  • 選取儲存的圖片的自訂起點網址
  • 選取儲存的圖片的檔案名稱自訂命名規則
  • 選取儲存的圖片的替代文字自訂命名規則
  • 選取儲存的圖片最大寬度及高度

本地化人員

相關連結

螢幕擷圖

  • 外掛設定頁面:英文
  • 外掛設定頁面:波斯文

安裝方式

將解壓縮所得的 auto-upload-images 資料夾及其全部檔案上傳至 wp-content/plugins 目錄中,然後啟用這個外掛。
如需進行設定,請前往 [設定]→[Auto Upload Images] 變更預設設定。

常見問題集

這個外掛能在安裝 Gutenberg 外掛的 WordPress 3.1 或更新版本的網站上使用嗎?

可以,但是在編輯器中透過 AJAX 儲存後,不會立即顯示網址。

設定頁面中的 [起點網址] 設定的作用為何?

這項設定用於成為新圖片的起點網址。

設定頁面中的 [圖片名稱] 設定的作用為何?

網站管理員透過這項設定,可以讓外掛在上傳圖片時變更圖片檔案名稱。

設定頁面中的 [需要排除的網域] 設定的作用為何?

網站管理員透過這項設定,可以讓外掛在上傳圖片時排除多個網域來源的圖片。

使用者評論

2023 年 8 月 2 日
I was looking for a full page empty theme in order to paste content from copied webpage and this plugin was the only I found to match. ChatGPT told me about it.
2023 年 7 月 1 日
That's would be perfect if it can fix featured image when imported posts
2023 年 5 月 26 日
I have finished the Korean translation.I just want to say thank you for developing such a good plugin.And I hope it will be translated into more languages so that many WordPress users can use it conveniently. Auto Upload Images 한국어 번역을 모두 마쳤습니다.좋은 플러그인을 개발해 주어서 고맙다는 인사를 전하고 싶습니다.그리고 보다 많은 언어로 번역되어 많은 워드프레스 사용자들이 편리하게 사용할 수 있기를 바랍니다.
2023 年 5 月 20 日
It is such a pain in the ass to export many posts with images and import them WITH the images into another WP, so that the images are hosted on the same domain.This plugin solves that, it is perfect. Saves hours and hours of tedious work (or hundreds of USD in paid export/import plugins).
閱讀全部 94 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Auto Upload Images〉的開發相關工作。

參與者

〈Auto Upload Images〉外掛目前已有 6 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Auto Upload Images〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

3.3.2

  • Add support for webp images
  • Add %today_date%, %today_day%, %post_date%, %post_year%, %post_month%, %post_day% patterns for image alt and filename
  • Fix bug in resolve %date% and %day% patterns and deprecated these patterns

3.3.1

  • Fix security vulnerability protecting settings form from xss and csrf

3.3

  • Add support urls without schemes
  • Add support to showing www if exists in base url #58
  • Fix duplicate images in attachments bug reported #59
  • Fix bug to download images from some urls #71
  • Integrate with Gutenberg editor
  • Add Russian translation

3.2.2

  • Add support for detecting images from “srcset” attribute in img tag

3.2.1

  • Fixed some important bugs
  • Add new feature to reset all options of plugin to defaults settings
  • Update with some enhancements in image resizing

3.2

  • Update with change image downloader
  • Update with save post enhancements
  • Update integrate with Gutenburg editor
  • Fixed mime_content_type error in some cases
  • Fixed some minor bugs
  • Delete deprecated wp functions
  • Add Korean translation
  • Add French translation

3.1.1

  • Fixed critical bug with update to new file structure

3.1

  • Fixed bug and add support for base url with HTTPS
  • Fixed bug in image alt attribute replacement
  • Some optimizations and improvements code
  • Enhancement in files security access
  • Update files structures
  • Update setting page styles
  • Update screenshot pictures
  • Add Information box to setting page

3.0.1

  • Fixed some bugs

3.0

  • Add option for customize images alt attribute with defined patterns
  • Add option for exclude post types from auto images uploading
  • Add %timestamp%, %post_id%, %postname%, %image_alt% patterns for custom file names and image alt names.
  • Handling image alt attribute
  • Change code structures and many important optimizations
  • Saving images on upload directory with same post date
  • Fixed bugs with uploading images from create new posts by wp restful api
  • Fixed some bugs. Thanks to Sergey Funn

2.2

  • Added %random% pattern for file names. Contributed by Zdravko Danev
  • Added Italian translation. Thanks to Patryk Chmura

2.1

  • Fixed bug in problem with some urls

2.0

  • Added option for choosing max width and height of saved images
  • Added new shortcodes for custom filenames. %year%, %month% and %day%
  • Added error message for “PHP CURL” disabled sites
  • Fixed bug in saving Persian and Arabic filename
  • Fixed bug in saving image process
  • Fixed bug in getting images url
  • Many optimizations in code and enhancements performance

1.6

  • [Fixed] Fixed a bug in replace exclude urls
  • [Updated] Some optimize in code
  • [Added] Added Español translation. Thanks to Diegoh
  • [Added] Added Russion translation. Thanks to Артём
  • [Added] Added German translation. Thanks to Till

1.5

  • [Updated] Optimize save post
  • [Added] Add language files (English, Persian)
  • [Added] Add option to choose exclude urls
  • [Added] Add option for choosing a custom filename
  • [Added] Add option for choosing a custom base url
  • [Added] Add settings page
  • [Fixed] Fixed for adding image correctly to the media library

1.4.1

  • [Fixed] Fixed tiny bug 😉 Thanks to Ali for reporting bug

1.4

  • [New Feature] Work With Multi Address Sites
  • [Fixed] Work with Persian & Arabic URLs
  • [Fixed] Replace URL for images already been uploaded
  • Implementation with object-oriented

1.3

  • Fixed some bugs

1.2

  • Fixed Bug: Save one revision post
  • Fixed Bug: Fix pattern of urls
  • Fixed Bug: Save file with same name
  • Fixed Bug: More images with same urls in post
  • Fixed Bug: Work with ssl urls

1.1

  • Add image to Media Library and attach to post
  • Fix a bug

1.0

  • It’s first version.