Bilder von einem externen CDN importieren
Wenn du ein Bild zur WordPress-Mediathek hinzufügen möchtest, musst du es standardmäßig in die WordPress-Website importieren oder hochladen, was bedeutet, dass eine Kopie der Bilddatei auf der Website gespeichert sein muss. Mit diesem Plugin kannst du ein Bild, das auf einer externen Website gespeichert ist, zur Mediathek hinzufügen, indem du einfach die Liste der entfernten Bilder über die API des CDN-Dienstes (Cloudinary) einliest. Auf diese Weise kannst du die Bilder auf einem anderen Server als der WordPress-Website hosten und sie trotzdem mit verschiedenen Galerie-Plugins anzeigen, die nur Bilder aus der Medienbibliothek verwenden.
Das Plugin bietet eine eigene Untermenüseite „Medien“ -> „Bilder importieren“.
Unterstützte CDN-Dienste: * Cloudinary (weitere folgen in Kürze)
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:
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.
