VideoWalls For Ziggeo Wordpress Plugin - Rating, Reviews, Demo & Download

VideoWalls For Ziggeo Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin 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.

Please note that you need to install and setup Ziggeo plugin first. This plugin is offered as an extension of the same.

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!

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. 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
and
Introduction to showing videos from other post on our forum

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.

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

  1. Videowall Design "Paged wall"

    Videowall Design “Paged wall”

  2. Videowall Design: "Slidewall"

    Videowall Design: “Slidewall”

  3. Videowall Design: "Mosaic Grid" Wall (Endless - adds more videos on scroll)

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

  4. Videowall Design: "ChessBoard Grid" Wall

    Videowall Design: “ChessBoard Grid” Wall

  5. Videowall Design: "Videosite Playlist" Wall: (Desktop layout)

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

  6. Videowall Design: "Videosite Playlist" Wall: (Mobile layout)

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

  7. Videowall Design: "Stripes" (Mobile layout)

    Videowall Design: “Stripes” (Mobile layout)

  8. Videowall Design: "Stripes" (Larger width)

    Videowall Design: “Stripes” (Larger width)

  9. Core plugin Template editor integration - videowall templates setup

    Core plugin Template editor integration – videowall templates setup


Reviews & Comments