BuddyPress VIP Go #9 in Social & Sharing
Makes BuddyPress' media work with WordPress VIP's hosting.
by Human Made, WordPress VIP · github.com/automattic/buddypress-vip-go
★ 2stars
452composer installs
2forks
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/automattic/buddypress-vip-go/archive/refs/heads/develop.zipAlso on Packagist as automattic/buddypress-vip-go:
composer require automattic/buddypress-vip-goFrom the readme
BuddyPress for VIP Go
Makes BuddyPress' media work with WordPress VIP's hosting.
Description
This plugin ensures BuddyPress media functionality works correctly on WordPress VIP's hosting environment by:
- Routing all media uploads through VIP's secure file system, bypassing WordPress's default upload directory
- Implementing VIP's security model for file access control and permissions
- Optimizing media delivery through VIP's CDN and caching infrastructure
- Ensuring proper integration with VIP's file storage and retrieval services
The plugin is essential for any BuddyPress site running on WordPress VIP, as it ensures media uploads, avatars, and other BuddyPress media features work reliably and securely in the VIP environment.
Implementation
Through the use of this plugin, profile and cover images are handled differently than the default.
Profile and cover images for users and groups are stored in user and group metadata.
- vipbp-avatars store
Read the full README on GitHub →