Περιγραφή
wordpress-email-media-import plugin allows users to upload images into WordPress Media Gallery by sending emails into specific email address.
Plugin does this by utilizing Mailgun’s (http://www.mailgun.com/) routes (https://documentation.mailgun.com/api-routes.html) feature.
Plugin also supports adding uploaded images to be added into Foo Gallery (https://wordpress.org/plugins/foogallery/) if the the Foo Gallery plugin is active in the installation.
Key Features:
- Allows users to upload image via e-mail
- Supports automatic orientation fixing
- Supports automatic scaling
- Supports adding uploaded images into Foo Gallery
Εγκατάσταση
- Upload folder into /wp-content/plugins -directory
- Activate the plugin in ‘Plugins’ menu
- Change ‘Mailgun API Key’ to match your Mailgun’s private key in Mailgun Media Import Settings
- Create new route in Mailgun administration panel, check the “store and notify” box and type in https://www.mywordpress.com/mailgun-media-import as notification address
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Email Media Import” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Email Media Import” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.7
- Refactored to use tags within the contents instead of subject and content to determine image title and description
- Added support for specifying target galleries by tags
0.6
- Relased into WordPress Codex
0.5
- Refactored to use shortcodes instead of path override
0.4
- Renamed plugin into Email media plugin
0.3
- Support for autoscaling images
- Support for auto-orientating images
0.2
- Added support for adding images into Foo Gallery
0.1
- Initial version