humanmade / amf-unsplash
Bring Unsplash directly into your WordPress media library.
Installs: 3 793
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 25
Forks: 2
Open Issues: 2
Type:wordpress-plugin
Requires
- php: >=7.2
- humanmade/asset-manager-framework: ^0.13.0
README
Bring Unsplash directly into your media library.
About
AMF Unsplash uses the Asset Manager Framework to directly integrate Unsplash into your media library. This allows you to insert images anywhere they're used in WordPress, including Gutenberg, featured images, and the Customiser.
All the interesting functionality is provided by AMF, and this plugin essentially acts as a demo of how to implement the framework.
Installation
Install via Composer:
composer require humanmade/amf-unsplash
Alternatively, download this plugin and Asset Manager Framework, and activate both.
API Keys
Unsplash doesn't allow bundling API keys in open source software unfortunately, so you'll need to register your own application.
(This isn't a great user experience, sorry!)
Once you have an API key, you can set it in Settings > Media.
Alternatively, you can set the AMFUNSPLASH_API_KEY
constant to your API key. This allows network admins or hosts to set the API key automatically.
License
Copyright 2020 Human Made. Licensed under the GPLv2 or later.