Title: VideoWalls for Ziggeo
Author: BaneD
Published: <strong>January 11, 2020</strong>
Last modified: May 11, 2026

---

Search plugins

![](https://ps.w.org/videowalls-for-ziggeo/assets/banner-772x250.png?rev=2306426)

![](https://ps.w.org/videowalls-for-ziggeo/assets/icon-256x256.png?rev=2306426)

# VideoWalls for Ziggeo

 By [BaneD](https://profiles.wordpress.org/baned/)

[Download](https://downloads.wordpress.org/plugin/videowalls-for-ziggeo.1.15.1.zip)

 * [Details](https://wordpress.org/plugins/videowalls-for-ziggeo/#description)
 * [Reviews](https://wordpress.org/plugins/videowalls-for-ziggeo/#reviews)
 *  [Installation](https://wordpress.org/plugins/videowalls-for-ziggeo/#installation)
 * [Development](https://wordpress.org/plugins/videowalls-for-ziggeo/#developers)

 [Support](https://wordpress.org/support/plugin/videowalls-for-ziggeo/)

## Description

This plugin utilizes the power of Ziggeo to make it easy to share galleries and 
walls of videos on your website quickly and easily.

### Who is this plugin for?

Are you looking to showcase some videos?

Are you looking to have themed galleries of videos on your website?

Maybe need a simple way of showcasing ton of videos on your pages?

If on any questions above the answer is yes, then this plugin is for you!

### Quick Description

Video is future. Gigants know this and have been saying more and more recently. 
Ads are better when they are videos. You can tell more with video than with image.
Showing yourself, or what you do is more interesting with a video. Video, video,
video. And this pugin is just that, a whole lot of videos.

You can choose the design that you want to showcase your videos as. Instead of creating
a lot of code, all you would do is to just install and style the walls of videos
to meet your imagination. Let it run wild and be part of video revolution today!

#### Requirements

Please note that you need to install and setup [Ziggeo plugin](https://wordpress.org/plugins/ziggeo/)
first. This plugin is offered as an extension of the same.

You will also need Ziggeo account in any region.

#### Why Ziggeo?

Ziggeo video playback and recording is built upon its own framework. It allows you
to record and play videos on various platforms out of the box. Stop thinking about
the video type specific to browsers or technology available on specific platform.
Ziggeo API is unifying the design of your video player and recorder and makes all
processes just work.

Ziggeo is designed to do that using same calls and methods while our backend works
out all of the specifics for you.

#### Support

We provide active support to all that have any questions or need any assistance 
with our plugin or our service.
 To submit your questions simply go to our [Help Center](https://support.ziggeo.com/hc/en-us).
Alternatively we have also added contact us page into our plugin so feel free to
use that one as well.

#### Video Wall

Were you interested in having an option not only to collect videos in your comments,
instead to show them as well? Something like a video gallery?

Well, if you are thinking “oh, that would be so nice” – we hear you! We also want
to say that that is exactly what we did. As per your requests, we have thought of
a way to introduce video walls that work with just a few lines in any part of your
post or page.

So what happens is that you add a call to your video wall template like so:

    ```
    [ziggeovideowall myTemplate]
    ```

As you do, your post will show the wall as per template setup, which means that 
you could do one of the following:
 1. Show video gallery / video wall as soon as
the page finishes loading 1. Request for video to be posted as a comment on the 
post to see the video wall 1. Show a message if no videos are present – or show 
another template instead.

 * Yes, you read that correctly. If you show your video wall, and you want to show
   a template within it – that is possible allowing you to quickly add more videos.

By default the video wall will show you the videos made on the specific post (the
one it is on), however if you wish to show videos from other posts or that are not
associated yet with your WordPress, you can do that as well through videos_to_show
parameter.

You can read more about Video Wall templates on the following useful links:
 [Introduction to VideoWall on our blog](https://ziggeo.com/blog/videowall-the-best-way-to-easily-show-a-video-gallery-on-your-wordpress-based-website/)
and [Introduction to showing videos from other post on our forum](https://support.ziggeo.com/hc/en-us/community/posts/212117427-VideoWall-parameters-introducing-new-changes)

#### Templates

This plugin introduces videowall tempalte into the Ziggeo WP Core plugin templates
editor. You can then add, modify and edit it as you would any other template.

Videowall template base would look like so: `[ziggeovideowall]`

Please check FAQ section for some of the questions related to the same.

#### Hooks

With Videosite Playlist template we have started introducing hooks into the videowalls
plugin. Want to have more? Just let us know.

To find the hooks, you can search our files (for those that like to make sure we
told you all) for `ZiggeoWP.hooks.fire`.

We have added the following hooks:
 1. videowalls_videosite_playlist_create_details({
data: video_data details_element: element_reference }) 2. videowalls_videosite_playlist_goto(
id) 3. videowalls_videosite_main_player_pre_create 4. videowalls_videosite_playlist_step_automated(
short video info)

You can set your code to react to hooks in the following manner:

ZiggeoWP.hooks.set(hook_name, unique_identifier, function(data) {});

This would look like so:

[javascript]
 ZiggeoWP.hooks.set(‘videowalls_videosite_playlist_create_details’,‘
ziggeo-details-extend’, function(data) { //here we show you how to show the video
token in the description area //You could do anything here, even add the details
like you would see on YouTube under a video var _c = document.createElement(‘div’);
_c.innerHTML = data.data.token; data.details_element.appendChild(_c); }); [/javascript]

#### Improvements and Feedback

If you experience any issues with the plugin, please let us know. You can do that
through options shown in plugins _Contact Us_ tab, or if you were in contact with
us before, just let us know in the same manner as before, or over our [Ziggeo Forum in WordPress Plugin section](https://support.ziggeo.com/hc/en-us/community/topics/200753347-WordPress-plugin).

We value your suggestions in regards to all aspects of our service and plugin as
well, so use this and help us help you.

## Screenshots

[⌊Videowall Design "Paged wall"⌉⌊Videowall Design "Paged wall"⌉[

Videowall Design “Paged wall”

[⌊Videowall Design: "Slidewall"⌉⌊Videowall Design: "Slidewall"⌉[

Videowall Design: “Slidewall”

[⌊Videowall Design: "Mosaic Grid" Wall (Endless - adds more videos on scroll)⌉⌊Videowall
Design: "Mosaic Grid" Wall (Endless - adds more videos on scroll)⌉[

Videowall Design: “Mosaic Grid” Wall (Endless – adds more videos on scroll)

[⌊Videowall Design: "ChessBoard Grid" Wall⌉⌊Videowall Design: "ChessBoard Grid" 
Wall⌉[

Videowall Design: “ChessBoard Grid” Wall

[⌊Videowall Design: "Videosite Playlist" Wall: (Desktop layout)⌉⌊Videowall Design:"
Videosite Playlist" Wall: (Desktop layout)⌉[

Videowall Design: “Videosite Playlist” Wall: (Desktop layout)

[⌊Videowall Design: "Videosite Playlist" Wall: (Mobile layout)⌉⌊Videowall Design:"
Videosite Playlist" Wall: (Mobile layout)⌉[

Videowall Design: “Videosite Playlist” Wall: (Mobile layout)

[⌊Videowall Design: "Stripes" (Mobile layout)⌉⌊Videowall Design: "Stripes" (Mobile
layout)⌉[

Videowall Design: “Stripes” (Mobile layout)

[⌊Videowall Design: "Stripes" (Larger width)⌉⌊Videowall Design: "Stripes" (Larger
width)⌉[

Videowall Design: “Stripes” (Larger width)

[⌊Core plugin Template editor integration - videowall templates setup⌉⌊Core plugin
Template editor integration - videowall templates setup⌉[

Core plugin Template editor integration – videowall templates setup

## Installation

There are several ways to power your WordPress with video recording and video playback
features.

#### Manually

 1. Upload the directory to your plugins folder (by default this is) `/wp-content/plugins/`
    directory and click on _VideoWalls for Ziggeo_ in the Settings menu.

#### Automatically

 1. Go to Admin panel of your WordPress website and click on Plugins -> Add New
 2.  a. Search for “Ziggeo”
     b. Click _Install_ on “VideoWalls for Ziggeo”
     c. Activate plugin
     d. Go to _VideoWalls for Ziggeo Video_ under Ziggeo Video menu

 * That is it, your plugin is installed.

## FAQ

### Does this plugin change Ziggeo core plugin

No. We are using hooks (actions and filters) to hook into the Ziggeo core WP plugin.
As such the changes are applied only while both plugins is running.

### What happens to videowall fields if integration is disabled at a later time?

_A:_ If you disable the integration, you will be stopping it from working, and as
such it would not show the walls any more. There might be some text output representing
your videowall shortcode, however that depends on your setup.

### Can we modify the videowalls or create new ones?

Of course! Just let us know on our forum [under WordPress plugin topic](https://support.ziggeo.com/hc/en-us/community/topics/200753347-WordPress-plugin)
and we would be happy to help you get started. We might already have some helpful
tips on how to do the same as well.

### I am just interested in changing few styles

In that case all you need are few classes

    ```
    .ziggeo_videoWall - To style videowall template (video gallery if you prefer) 
    .ziggeo_wall_title - To style the wall title if any is given
    .ziggeo_wallpage - to style video wall pages
    .ziggeo_wallpage > ziggeo - to style the embedings within the video wall (from here standard Ziggeo embedding CSS codes will work properly)
    .ziggeo_wallpage_number - to style the page number buttons
    .ziggeo_videowall_slide_previous - to style the < (previous arrow)
    .ziggeo_videowall_slide_next - to style > (next arrow)
    ```

You can of course use your own CSS code, and with classes available for each element
of the videowall this should be something very simple.

### Can we give you our feedback?

Of course! We welcome all feedback and suggestions, that is how we got to here, 
so do share with us your thoughts.

### How can I request a feature?

Leave a rating for our plugin. This helps dedicate more time on plugin improvements.
Once that is done, leave a comment about your feature request on our [WP forum](https://support.ziggeo.com/hc/en-us/community/topics/200753347-WordPress-plugin).
This will allow you and others to boost up the features that you like.

### Why there are some videos that can not be loaded in VideoWall?

If you notice in your console the following error: `NetworkError: 403 Forbidden -
link to video snapshot` or if you check the link directly and you see `This video
is currently under moderation` it means that your video wall was able to load the
video, however you have checked `Client cannot view unaccepted videos` in your dashboard–
that is why you are shown the same.

If you are still not sure about how to resolve that, just let us know.

### We open a page with video wall, however no videos are shown even with video wall set to load right away

To show videos you need to have videos on that specific page. This is done to allow
you to show any videos from within your Ziggeo account that are specific to the 
post/page you are currently on. To show some videos, you can record your video in
the post, or by recording it in the comments. All others that are added as video
comments will be shown after new recording is made (to those that do it) or for 
all those that come to your page (depending on your setup).

You can also tag your videos in our dashboard with the ID of the page that you want
them shown on and voila, refresh your browser and they should be there.

## Reviews

![](https://secure.gravatar.com/avatar/fdf0497d971843fbb183d1abd0cccb90e1abaf57fad55635d6cd3a9ca4f190ed?
s=60&d=retro&r=g)

### 󠀁[Changing the way we work with video](https://wordpress.org/support/topic/changing-the-way-we-work-with-video/)󠁿

 [owlsem](https://profiles.wordpress.org/owlsem/) June 1, 2020

Customizability is insane and videowalls makes it even easier to create workflows
my clients love. Support is also fantastic. Only issue I had was figuring out Gravity
Forms plugin, which is only available on Github for now. Thanks Ziggeo!

 [ Read all 1 review ](https://wordpress.org/support/plugin/videowalls-for-ziggeo/reviews/)

## Contributors & Developers

“VideoWalls for Ziggeo” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ BaneD ](https://profiles.wordpress.org/baned/)
 *   [ oliverfriedmann ](https://profiles.wordpress.org/oliverfriedmann/)

[Translate “VideoWalls for Ziggeo” into your language.](https://translate.wordpress.org/projects/wp-plugins/videowalls-for-ziggeo)

### Interested in development?

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

## Changelog

#### 1.15.1

 * Housekeeping update

#### 1.15

 * New Feature: The videowalls now also accept the list of video tokens to be played
   instead of using the API to find them. Useful if you have a list of tokens that
   you want to play within some page using some specific videowall design. This 
   is possible to do with `show_pages`, `slide_wall`, `videosite_playlist` and `
   stripes` (not with `chessboard_grid`, `mosaic_grid`).
 * Fixed: Cleaned up some scripts and removed limitation that could have resulted
   in not all columns of Mosaic Grid being filled out.

## Meta

 *  Version **1.15.1**
 *  Last updated **3 months ago**
 *  Active installations **10+**
 *  WordPress version ** 6.9 or higher **
 *  Tested up to **6.9.5**
 *  PHP version ** 8.4 or higher **
 * Tags
 * [playlist](https://wordpress.org/plugins/tags/playlist/)[video](https://wordpress.org/plugins/tags/video/)
   [video gallery](https://wordpress.org/plugins/tags/video-gallery/)[videowall](https://wordpress.org/plugins/tags/videowall/)
   [ziggeo](https://wordpress.org/plugins/tags/ziggeo/)
 *  [Advanced View](https://wordpress.org/plugins/videowalls-for-ziggeo/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/videowalls-for-ziggeo/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/videowalls-for-ziggeo/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/videowalls-for-ziggeo/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/videowalls-for-ziggeo/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/videowalls-for-ziggeo/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/videowalls-for-ziggeo/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/videowalls-for-ziggeo/reviews/)

## Contributors

 *   [ BaneD ](https://profiles.wordpress.org/baned/)
 *   [ oliverfriedmann ](https://profiles.wordpress.org/oliverfriedmann/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/videowalls-for-ziggeo/)