8am Bunny Video Library
Integration with Bunny.net video library for WordPress
by 8am GmbH · github.com/eightam/eightam-bunny-video-library · website
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/eightam/eightam-bunny-video-library/archive/refs/heads/main.zipDeclares an update source (https://github.com/eightam/eightam-bunny-video-library), so updates arrive through the plugin's own updater.
Readme
8am Bunny Video Library
WordPress plugin for integrating Bunny.net video library with automatic updates from GitHub.
Features
- Browse and manage Bunny.net videos from WordPress admin
- Copy video embed codes with customizable options
- Gutenberg block for embedding videos
- Automatic updates from GitHub releases
- Video options: autoplay, loop, muted, show/hide player
Installation
- Download the plugin from the latest release
- Upload to
/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Configure your Bunny.net credentials in Settings → Bunny Video Library
Configuration
Bunny.net Setup
- Go to Settings → Bunny Video Library
- Enter your Bunny.net Library ID
- Enter your Bunny.net API Key
- Save settings
Usage
Admin Video Library
Navigate to Media → Bunny Videos to:
- View all videos from your Bunny.net library
- Copy embed codes with customizable options
- Toggle autoplay, loop, muted, and player visibility
Gutenberg Block
- Add a new block in the editor
- Search for "Bunny Video"
- Select a video from the dropdown
- Configure playback options in the sidebar
- Publish your post/page
Development
Requirements
- PHP 7.4 or higher
- WordPress 5.8 or higher
- Bunny.net account with Video Library
File Structure
eightam-bunny-video-library/
├── assets/
│ ├── css/
│ │ └── admin.css
│ └── js/
│ └── admin.js
├── blocks/
│ └── bunny-video/
│ ├── block.js
│ ├── editor.css
│ └── style.css
├── includes/
│ ├── class-admin-pages.php
│ ├── class-blocks.php
│ ├── class-bunny-api.php
│ ├── class-github-updater.php
│ └── class-settings.php
├── templates/
│ └── videos-page.php
├── LICENSE
├── README.md
└── eightam-bunny-video-library.php
License
This project is licensed under the MIT License - see the LICENSE file for details.
Credits
Developed by 8am GmbH
Support
For issues and feature requests, please use the GitHub issue tracker.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.2.1 | Nov 20, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.