外掛說明
這個外掛在作者儲存文章後,便會自動搜尋內容中的圖片網址,然後將外部圖片上傳/匯入至 WordPress 的 uploads 目錄中,並將外部圖片新增至媒體庫,最後還會在內容中以新的圖片網址取代舊的圖片網址。
外掛特色
- 自動尋找文章內的圖片,並將圖片儲存至網站伺服器及 WordPress 媒體庫
- 以網站伺服器上的新圖片網址更新文章內的舊圖片網址
- 將這個外掛儲存的圖片新增至 WordPress 媒體庫
- 可選取要在自動上傳圖片時排除於外的自訂內容類型
- 選取要排除的網域名稱,以便在儲存圖片時排除來自指定網域位址的圖片
- 選取儲存的圖片的自訂起點網址
- 選取儲存的圖片的檔案名稱自訂命名規則
- 選取儲存的圖片的替代文字自訂命名規則
- 選取儲存的圖片最大寬度及高度
本地化人員
- 英文
- 波斯文 (fa_IR):由 Ali Irani 提供
- 西班牙文 (es):由 Diego Herrera 提供
- 俄文 (ru_RU):由 Артём Рябков 提供
- 德文 (de_DE):由 Till Zimmermann 提供
- 法文 (fr_FR):由 Malaiac 提供
- 韓文 (ko_KR):由 Shodan 提供
- 義大利文 (it_IT):由 Patryk Chmura 提供
相關連結
螢幕擷圖
安裝方式
將解壓縮所得的 auto-upload-images 資料夾及其全部檔案上傳至 wp-content/plugins 目錄中,然後啟用這個外掛。
如需進行設定,請前往 [設定]→[Auto Upload Images] 變更預設設定。
常見問題集
-
這個外掛能在安裝 Gutenberg 外掛的 WordPress 3.1 或更新版本的網站上使用嗎?
-
可以,但是在編輯器中透過 AJAX 儲存後,不會立即顯示網址。
-
設定頁面中的 [起點網址] 設定的作用為何?
-
這項設定用於成為新圖片的起點網址。
-
設定頁面中的 [圖片名稱] 設定的作用為何?
-
網站管理員透過這項設定,可以讓外掛在上傳圖片時變更圖片檔案名稱。
-
設定頁面中的 [需要排除的網域] 設定的作用為何?
-
網站管理員透過這項設定,可以讓外掛在上傳圖片時排除多個網域來源的圖片。
使用者評論
參與者及開發者
變更記錄
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.