Reel upgrades the WooCommerce single product gallery with product image zoom, an accessible gallery lightbox and a featured product video:
aspect-ratio, so its space is heldThe markup is built in PHP and progressively enhanced by one vanilla-JavaScript
file (no jQuery), deferred and loaded in the footer. Scripts and styles only
enqueue on the single product page.
Settings live under a top-level Reel admin menu. Each of the three features
has its own on/off switch; you can also set the zoom scale and skip it on touch
devices, show an alt-text caption in the lightbox, relabel the open-image control
for screen readers, and choose the video’s position, autoplay, heading and intro
text. The per-product video URL is set on the Reel tab in the product editor,
with an optional heading for that product.
To place the video somewhere other than the gallery area, drop the [reel_video]
shortcode (it takes id and title attributes) into any product content. It
renders the current product’s video in the same 16:9 frame.
Source and issue tracker: https://github.com/wppoland/plogins-reel, the plugin is
developed in the open, so bug reports and pull requests are welcome there.
[reel_video] shortcode to place the video anywhere.The free edition upgrades the WooCommerce gallery: zoom, lightbox and self-hosted video. Plogins Reel PRO adds richer video and per-variation media:
Everything in the free edition stays free and open. Plogins Reel PRO starts at 19 EUR per year, priced and charged in EUR.
Compare editions and pricing: https://plogins.com/plogins-reel-pro/pricing/
Reel makes no API calls or analytics requests of its own; the zoom, lightbox and self-hosted video features run entirely on your site, and the only data Reel stores is the reel_settings and reel_db_version options plus each product’s _reel_video_url and _reel_video_title meta.
The one exception is when you set a product’s video URL to a YouTube, Vimeo or other oEmbed link. In that case WordPress core’s own wp_oembed_get() fetches the embed markup from that provider, sending the video URL to the provider you chose so it can return the player; Reel caches the result in a transient to avoid repeat requests. No request is made for self-hosted (MP4/WebM) videos. Use of those providers is governed by their own terms and privacy policies, e.g. YouTube (https://www.youtube.com/t/terms, https://policies.google.com/privacy) and Vimeo (https://vimeo.com/terms, https://vimeo.com/privacy).
Plogins Reel includes Polish, German and Spanish translations for the plugin interface. The text domain is plogins-reel, so WordPress.org language packs can also override or extend these bundled translations.