Download Videobox
Videobox for Joomla!
Videobox extension for Joomla! includes Videobox snippet, and adapters for YouTube, Vimeo, SoundCloud, and Twitch, (HTML5 adapter coming soon) and all Videobox dependencies. It is available through the Joomla! extensions directory (recommended), or for a direct download:
file_download Videobox 6.0.0 RC6
In case you're upgrading from a Videobox 4.x or earlier, please see the Updating to Videobox 5 guide!
Videobox for MODX
Videobox extension for MODX includes Videobox snippet, and adapters for YouTube, Vimeo, SoundCloud, Twitch, and HTML5 video / audio, and all Videobox dependencies. It is available through the Package manager (recommended), or for a direct download:
Videobox JS core
CMS extensions make it easy to insert Videobox code to your page, but Videobox's front-end features, such as the pop-up player, can be used anywhere. All that's required is to include videobox.js on your page and insert the properly-formatted html tags: <a href="player-url" rel="videobox" title="Video title" data-videobox="JSON-encoded options" >Link text / thumbnail</a>.
The recommended way of installing standalone Videobox JS core is through npm or bower (npm install videobox
or bower install videobox
), to get the dependencies (jQuery and Web animations polyfill) installed with it, and to easily install updates. If you don't use either of these tools, you can download Videobox from the GitHub repository, but don't forget to install the dependencies.