
內容簡介
預設情況下,在 WordPress 媒體庫中添加圖片需要將圖片導入或上傳到 WordPress 網站,這意味著網站中必須有圖像文件的副本。此外掛可以通過使用 CDN 服務(Cloudinary)的 API,只需讀取遠端圖像清單即可將存儲在外部網站的圖像添加到媒體庫。這樣,您就可以將圖像托管在除 WordPress 網站外的專用伺服器上,並仍然能夠通過各種僅從媒體庫中取圖像的相片庫外掛來顯示它們。
此外掛提供了一個專用的「媒體」->「匯入圖像」的子選單頁面。
支援的 CDN 服務:
- Cloudinary
(其他服務即將推出)
部落格和回饋。
外掛標籤
開發者團隊
原文外掛簡介
By default, adding an image to the WordPress media library requires you to import or upload the image to the WordPress site, which means there must be a copy of the image file stored in the site. This plugin enables you to add an image stored in an external site to the media library by just reading list of remote images using CDN service’s (Cloudinary) API. In this way you can host the images in a dedicated server other than the WordPress site, and still be able to show them by various gallery plugins which only take images from the media library.
The plugin provides a dedicated ‘Media’ -> ‘Import images’ submenu page.
Supported CDN services:
* Cloudinary
(others coming soon)
External Services
This plugin connects to an external service provided by Cloudinary to retrieve and display media assets.
What the service is:
Cloudinary is a cloud-based media management service.
The plugin uses the Cloudinary API to fetch and display remote images and videos.
Why it is used:
The plugin retrieves media assets from Cloudinary instead of storing them locally in WordPress.
This allows centralized media management and delivery via Cloudinary.
When data is sent:
Data is sent only when the user configures the plugin and performs actions such as importing or synchronizing media.
What data is sent:
Cloud name
API key
API secret (used for authenticated requests)
Requests to list media resources
How it works:
The plugin communicates with Cloudinary using REST APIs over HTTPS.
It uses the Cloudinary Admin API to list media resources.
Example endpoint structure: https://api.cloudinary.com/v1_1/{cloud_name}/resources
API requests are authenticated using the API key and API secret.
What is not sent:
No personal user data is transmitted unless explicitly configured by the site administrator.
Documentation and policies:
Cloudinary API documentation
General documentation
Terms of Service
Privacy Policy
Support
Support requests, bug reports, feedback, and feature requests can be submitted via the support forum or the plugin’s blog page: Import CDN-Remote Images Plugin.
If you find the plugin useful, please consider leaving a 5-star review. You can also support my work with a donation.
Collaboration
I am a freelance developer available for custom development, integrations, and technical consulting. If you have a project related to this plugin, feel free to get in touch.
