How do I show all of the videos in my collection?

To show more than 25 videos in your gallery, you'll need Vimeography Pro.

Once you have Vimeography Pro installed, your gallery will show unlimited videos by default. Your theme provides paging controls to access every video from your Vimeo collection.

If you’d like to restrict the number of videos that should display in your gallery, enter the number of videos in the “Number of Videos” field under the Gallery Editor menu. Entering a value of “0” will show ALL of the videos in your Vimeo collection.

I have Vimeography Pro, but I'm still having trouble.

We have a couple things to check to make sure it's all set up correctly.

Domain embed Restrictions

Do your videos have a domain embed restriction on them? If so, you'll need to add a few lines of code to your site to make them work. If so, check out the advice at the bottom of the following article to learn how to do this: How do I display my private/hidden/restricted videos?

Video privacy Settings

Are the video privacy settings marked correctly? The way that it works is you mark your videos as hidden from Vimeo and then place them in a Showcase with the privacy set to "Hide from vimeo.com". 

You then use that showcase URL as the source for your gallery. The videos won't appear anywhere on Vimeo but will still be accessible by the Vimeography WordPress plugin.


Intermittent Bug in Vimeo API

There have been intermittent reports of an issue with the Vimeo API which is returning the incorrect total of videos when using a filter to only display embeddable videos.

I'm waiting to hear back from my contact and will let you know as soon as I have more news here. Until then, you may be able to circumvent this bug by disabling the filter.

You can try adding this line of code to your WordPress functions.php file inside of your WordPress theme:

add_filter('vimeography.request.privacy.filter', function() { return 'none'; });

Alternatively you can use the Code Snippets plugin to add this line; https://wordpress.org/plugins/code-snippets/

Still need help? Contact Us Contact Us