Resourcespace Explorer
WordPress Media Explorer ResourceSpace extension
by Human Made Limited · github.com/humanmade/mexp-resource-space
★ 11stars
4forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/humanmade/mexp-resource-space/archive/refs/heads/master.zipWordPress Media Explorer ResourceSpace extension
Setup
You must define the following settings. It is reccommended that this is added to your wp-config.php file.
define( 'PJ_RESOURCE_SPACE_DOMAIN', '' );
define( 'PJ_RESOURCE_SPACE_KEY', '' );
Additionally, if your resourcespace install is behind basic auth, add the following.
define( 'PJ_RESOURCE_SPACE_AUTHL', '' );
define( 'PJ_RESOURCE_SPACE_AUTHP', '' );
Further (optional) settings
// Number of results to fetch for each page. Default is 20.
define( 'PJ_RESOURCE_SPACE_RESULTS_PER_PAGE', 20 );
Grant access by user role
The plugin uses the insert_from_resourcespace capability. This is granted to administrators and editors by default.