Title: Nahnu Video For Bunny Stream (Bunny.net)
Author: Jaime Alnassim
Published: <strong>September 9, 2026</strong>
Last modified: September 9, 2026

---

Search plugins

![](https://ps.w.org/nahnu-video-for-bunny-stream-bunny-net/assets/banner-772x250.
png?rev=3688519)

![](https://ps.w.org/nahnu-video-for-bunny-stream-bunny-net/assets/icon-256x256.
png?rev=3688519)

# Nahnu Video For Bunny Stream (Bunny.net)

 By [Jaime Alnassim](https://profiles.wordpress.org/ja1me4/)

[Download](https://downloads.wordpress.org/plugin/nahnu-video-for-bunny-stream-bunny-net.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/nahnu-video-for-bunny-stream-bunny-net/#description)
 * [Reviews](https://wordpress.org/plugins/nahnu-video-for-bunny-stream-bunny-net/#reviews)
 *  [Installation](https://wordpress.org/plugins/nahnu-video-for-bunny-stream-bunny-net/#installation)
 * [Development](https://wordpress.org/plugins/nahnu-video-for-bunny-stream-bunny-net/#developers)

 [Support](https://wordpress.org/support/plugin/nahnu-video-for-bunny-stream-bunny-net/)

## Description

**Disclaimer: this is an independent, third-party plugin. It is not made by, affiliated
with, endorsed by, or in any way officially connected to Bunny.net.** “Bunny Stream”
and “Bunny.net” are the trademarks of their own owner, referenced here only to describe
what this plugin connects to.

Nahnu Video connects your WordPress site to your [Bunny Stream](https://bunny.net/stream/)
video library, so you can drop videos into posts and pages with a shortcode or a
block: a plain, real Bunny player, exactly like pasting Bunny’s own embed code, 
without hand-coding an iframe every time.

**100% free.** No premium version, no upsells, no feature paywall. Every feature
described here, sync, shortcodes, blocks, the Video Control screen, the Shortcode
Generator, statistics, is included, full stop. The only thing you pay for is your
own Bunny Stream account, since that’s where your videos are actually hosted.

**What it does**

 * Syncs your Bunny Stream library into WordPress, either manually or on a schedule.
 * Organizes videos with real WordPress categories and tags, so you get related-
   video filtering and grid shortcodes for free.
 * `[bunny_video]` shortcode: a single video, Bunny’s own player with optional label/
   note overlays.
 * `[bunny_grid]` shortcode: a 1 to 6 column responsive grid, filterable by category
   or tag.
 * `[bunny_playlist]` shortcode: one live main player with a click-to-switch thumbnail
   grid below it, like a YouTube playlist.
 * A “Nahnu Video”, “Nahnu Video Grid”, and “Nahnu Video Playlist” block for the
   block editor, with a searchable video picker and live preview, no shortcode syntax
   to remember.
 * A Video Control admin screen: thumbnails, live search, one-click shortcode copy,
   and category/tag editing.
 * A dedicated Shortcode Generator page: pick a video (or videos, for a grid or 
   playlist), set every option, live preview, copy.
 * Autoplay, loop, muted, and preload are real site-wide settings, overridable per
   embed. Bunny’s own player handles everything else natively.

**How to use it**

Once your library is synced (see Installation below), you can drop a video in anywhere
you’d normally write a shortcode or use a block:

A single video, using the ID shown in **Nahnu Video  All Videos**:

    ```
    [bunny_video id="128"]
    ```

The same video with a corner label and a note:

    ```
    [bunny_video id="128" label="NEW" note="Updated for 2026"]
    ```

A responsive grid of everything tagged “tutorials”, 3 columns wide:

    ```
    [bunny_grid tag="tutorials" columns="3"]
    ```

A playlist: one main player, with a click-to-switch grid of every video in the “
webinars” category below it:

    ```
    [bunny_playlist category="webinars"]
    ```

Prefer the block editor? Type `/nahnu` or `/bunny` while writing a post to find “
Nahnu Video”, “Nahnu Video Grid”, and “Nahnu Video Playlist”, each with a searchable
picker and a live preview, no attributes to remember. Don’t want to hand-type shortcode
attributes either way? **Nahnu Video  Shortcode Generator** builds the exact shortcode
for you with a live preview and a one-click copy button.

**Requirements**

You’ll need your own [Bunny Stream](https://bunny.net/stream/) account with a video
library already set up. Nahnu Video does not host or transcode video itself. It’s
a WordPress-side companion to your existing Bunny library.

This plugin is not made by, affiliated with, or endorsed by Bunny.net. “Bunny Stream”
is a product of Bunny.net; Nahnu Video is an independent, third-party integration.

### External services

This plugin connects your WordPress site to [Bunny.net](https://bunny.net/)‘s Stream
product, a paid, third-party video hosting and delivery service. Bunny.net is required
for this plugin to function; you’ll need your own Bunny Stream account and video
library.

**What is sent, and when**

 * When you enter your Library ID, Stream API Key, and Pull Zone under Nahnu Video
   Settings and click **Test Connection**, those credentials are sent to Bunny’s
   API (`video.bunnycdn.com`) to confirm they’re valid.
 * When you click **Sync Now** (or an automatic sync runs, if enabled), your Library
   ID and API Key are sent to Bunny’s API to retrieve your video list (titles, durations,
   thumbnails, view counts, and Bunny’s internal video IDs), which is then stored
   in your WordPress database.
 * If you enable watch-time Statistics, refreshing stats sends your Library ID, 
   API Key, and a specific video’s ID to Bunny’s statistics API to retrieve view/
   watch-time data.
 * None of the above happens unless you’ve entered credentials and explicitly triggered
   the action (or turned on auto-sync yourself). This plugin never sends your site’s
   content, user data, or visitor data to Bunny.

**What visitors’ browsers connect to directly**

When a site visitor views a page containing an embedded video (via `[bunny_video]`,`[
bunny_grid]`, `[bunny_playlist]`, or the block editor equivalents), their own browser
loads the video player and thumbnails directly from Bunny’s servers (`player.mediadelivery.
net` and your `*.b-cdn.net` Pull Zone), the same as it would for any embedded video
from any provider. This means the visitor’s IP address and standard browser request
data reach Bunny directly, not through this plugin or your server.

Bunny.net’s own terms and privacy policy govern how they handle this data:

 * [Bunny.net Terms of Service](https://bunny.net/tos/)
 * [Bunny.net Privacy & Data Policy](https://bunny.net/privacy/)

### Known Limitations

 * If Hover Preview is turned on, thumbnails may not load in the block editor’s 
   live preview for the Nahnu Video / Nahnu Video Grid blocks.
 * The Nahnu Video Playlist block’s thumbnail grid may not load thumbnails in the
   block editor’s live preview.

Both of these are editor-preview issues only, what visitors actually see on the 
published page is unaffected. This is a free plugin maintained in our spare time,
and this particular editor-preview quirk needs more time to track down properly 
than we’ve been able to give it so far. It’s also our first time building real block
editor integration ourselves, we normally just build with shortcodes, so there’s
a real learning curve on our end with how the block editor’s preview machinery works
internally. We’re not too worried about it precisely because the front end works
correctly; we’ll keep chipping away at the editor preview itself in a future update.

## Screenshots

[⌊Settings screen: API connection, playback defaults, and library sync.⌉⌊Settings
screen: API connection, playback defaults, and library sync.⌉[

Settings screen: API connection, playback defaults, and library sync.

[⌊Shortcode Generator: pick a video, set every option, copy the exact shortcode 
with a live preview.⌉⌊Shortcode Generator: pick a video, set every option, copy 
the exact shortcode with a live preview.⌉[

Shortcode Generator: pick a video, set every option, copy the exact shortcode with
a live preview.

[⌊Videos screen: thumbnails, live search, shortcodes, and inline tagging.⌉⌊Videos
screen: thumbnails, live search, shortcodes, and inline tagging.⌉[

Videos screen: thumbnails, live search, shortcodes, and inline tagging.

## Blocks

This plugin provides 3 blocks.

 *   Nahnu Video Grid Show a 1–6 column grid of Bunny Stream videos, filterable 
   by category or tag.
 *   Nahnu Video Playlist One live video player with a click-to-switch thumbnail
   grid below it, like a playlist.
 *   Nahnu Video Embed a single Bunny Stream video, a plain player, exactly as Bunny's
   own embed works.

## Installation

 1. Upload the `nahnu-video-for-bunny-stream-bunny-net` folder to `/wp-content/plugins/`,
    or install it through the WordPress Plugins screen.
 2. Activate the plugin.
 3. Go to **Nahnu Video  Settings** and enter your Bunny Stream Library ID, Stream 
    API Key, and CDN Pull Zone (all found in your Bunny dashboard under Stream  your
    library  API).
 4. Click **Test Connection** to confirm your credentials work.
 5. Click **Sync Now** to pull your existing videos into WordPress.
 6. Tag and categorize videos from **Nahnu Video  All Videos** using Quick Edit, same
    as you would with Posts.
 7. Insert videos with the `[bunny_video]` / `[bunny_grid]` / `[bunny_playlist]` shortcodes,
    or the “Nahnu Video” / “Nahnu Video Grid” / “Nahnu Video Playlist” blocks.

## FAQ

### Does this plugin upload or transcode video?

No. Video hosting, transcoding, and delivery are all handled by Bunny Stream directly.
This plugin only connects your WordPress site to a library you already manage in
Bunny’s dashboard.

### Can I embed a video before syncing my whole library?

Yes. `[bunny_video id="your-bunny-guid"]` works with a raw Bunny video GUID directly,
even before that video has been synced into WordPress.

### I changed something in Bunny (title, cover photo, replaced the file) but WordPress still shows the old version. What do I do?

Click **Sync Now** again (Nahnu Video  Settings  Library Sync). Syncing doesn’t 
just pull in new videos, it also refreshes everything about videos you’ve already
synced: title, duration, view count, and the cover photo/thumbnail. Turning on Auto-
sync does this for you automatically on a schedule instead. Either way, syncing 
never touches anything you’ve set yourself in WordPress, like categories, tags, 
or a video’s published/draft status.

### Does deleting the plugin delete my videos?

Not from Bunny. Your Bunny Stream library is never modified by this plugin, in either
direction. By default, deleting the plugin also leaves your synced WordPress data(
videos, categories, tags, settings) untouched. There’s an opt-in “delete all data
on uninstall” toggle under Settings  Advanced if you want a clean removal.

### Is this an official Bunny.net plugin?

No. Nahnu Video is an independent, third-party integration built by Nahnu Plugins.
It is not made by, affiliated with, or endorsed by Bunny.net.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Nahnu Video For Bunny Stream (Bunny.net)” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ Jaime Alnassim ](https://profiles.wordpress.org/ja1me4/)

[Translate “Nahnu Video For Bunny Stream (Bunny.net)” into your language.](https://translate.wordpress.org/projects/wp-plugins/nahnu-video-for-bunny-stream-bunny-net)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/nahnu-video-for-bunny-stream-bunny-net/),
check out the [SVN repository](https://plugins.svn.wordpress.org/nahnu-video-for-bunny-stream-bunny-net/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/nahnu-video-for-bunny-stream-bunny-net/)
by [RSS](https://plugins.trac.wordpress.org/log/nahnu-video-for-bunny-stream-bunny-net/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial public release.
 * Bunny Stream library sync (manual or scheduled), with real WordPress categories
   and tags for organizing videos.
 * `[bunny_video]`, `[bunny_grid]`, and `[bunny_playlist]` shortcodes, plus matching“
   Nahnu Video”, “Nahnu Video Grid”, and “Nahnu Video Playlist” blocks with a searchable
   video picker and live preview.
 * Video Control admin screen: thumbnails, live search and instant category/tag 
   filtering, one-click shortcode copy, and inline category/tag editing.
 * Shortcode Generator: pick videos, set every option, live preview, copy the exact
   shortcode.
 * Optional hover-preview thumbnails (off by default) using Bunny’s own preview 
   clips.
 * Optional CDN Token Authentication support for Pull Zones with restricted direct
   file access.
 * Play count and watch-time statistics, with a PHP function and REST API for other
   plugins/themes to read them.
 * Settings page covering connection, playback defaults, label colors, default grid
   layout, and library sync.

## Meta

 *  Version **1.0.0**
 *  Last updated **20 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [block-editor](https://wordpress.org/plugins/tags/block-editor/)[bunny stream](https://wordpress.org/plugins/tags/bunny-stream/)
   [video](https://wordpress.org/plugins/tags/video/)[video gallery](https://wordpress.org/plugins/tags/video-gallery/)
   [video shortcode](https://wordpress.org/plugins/tags/video-shortcode/)
 *  [Advanced View](https://wordpress.org/plugins/nahnu-video-for-bunny-stream-bunny-net/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/nahnu-video-for-bunny-stream-bunny-net/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/nahnu-video-for-bunny-stream-bunny-net/reviews/)

## Contributors

 *   [ Jaime Alnassim ](https://profiles.wordpress.org/ja1me4/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/nahnu-video-for-bunny-stream-bunny-net/)