Beskrivning
WordPress integration with AstroBin API to browse and insert astronomy images directly from the Gutenberg editor.
The images will be complete with title, author attribution, copyright information, and links to both the original image and the author’s profile.
This plugin has been created for my astronomy club website to easily retrieve images from AstroBin with all their associated information.
Since ”All rights reserved” is the most commonly used license, I’d like to remind you that this means you need the author’s permission before publishing any images on your website.
This plugin uses the AstroBin API but is not endorsed or certified by AstroBin.
Key Features
- Integration with AstroBin API for searching and browsing images
- Secure storage of AstroBin API credentials
- Media Library integration within Gutenberg editor
- Automatic attribution and copyright information maintenance for all inserted images
- Multiple browsing options:
- Your own AstroBin pictures
- Public pictures (search by title)
- Users’ galleries (search by username)
- Image Hash (ID)
- Image of the Day (browse current and past featured images)
External services
This plugin connects to the AstroBin API to retrieve image data.
This API will be fetch via the WordPress REST API and it will send the following information:
* your credentials (api-key and api-secret)
* the url of your website
* our requested terms
This is required to fetch image files and related information such as title, author, and license.
Please note that “All rights reserved” is the most commonly used license. This means you must obtain the author’s permission before publishing any of their images on your website.
This service is provided by the AstroBin API. For more details, please refer to their terms of use, privacy policy.
Credits
This plugin uses the AstroBin API but is not endorsed or certified by AstroBin.
astrobin.com
Installation
- Upload the plugin files to the
/wp-content/plugins/mosne-media-library-astrobin
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the WordPress admin interface
- Navigate to Settings > AstroBin to configure your API credentials
Vanliga frågor
-
How do I get AstroBin API credentials?
-
To use this plugin, you need to have an AstroBin account and create API credentials:
- Go to AstroBin
- Register or log in to your account
- Request an API Key from the API Key request form
- Copy the API Key and API Secret to the plugin settings
-
Can I use image under ”All rights reserved” license ?
-
Since ”All rights reserved” is the most commonly used license, I’d like to remind you that this means you need the author’s permission before publishing any images on your website.
-
How do I use the plugin?
-
- Configure your AstroBin credentials in Settings > AstroBin
- Edit a post or page using the Gutenberg editor
- Open the Media Library and look for the AstroBin categories
- Choose one of the browse options:
- ”My pictures” to browse your own images
- ”Images by username”
- ”Images by subject”
- ”Images by hash (id)”
- ”Image of the day”
- Select an image to insert it into your post
- You will also find the image in the Media Library complete with title, author attribution, copyright information, and links to both the original image and the author’s profile.
-
What is the Image of the Day feature?
-
The Image of the Day feature allows you to browse through AstroBin’s featured images:
* The first page shows the most recent Images of the Day
* Navigate to other pages to see older featured images
* Each image displays its featured date in the caption
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Mosne Media Library AstroBin” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Mosne Media Library AstroBin” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0.3 – 2025-04-21
- Documentation update
1.0.2 – 2025-04-15
- fixed api secret storage
1.0.1 – 2025-04-13
- Added a new feature to allow users to browse AstroBin images in the Media Library
- Added a new feature to allow users to search for AstroBin images by title
- Added a new feature to allow users to search for AstroBin images by username
- Added a new feature to allow users to search for AstroBin images by image hash
- Added a new feature to allow users to search for AstroBin images of the day
1.0.0 – 2025-04-10
- Initial release