Fairweb

Développement WordPress, WordPress Mu, BuddyPress

fw-vimeo-videowall

Description

Displays a user, group, album or channel vimeo videowall with thumbnails or small videos or a list of video titles in sidebar or content. If more than 20 videos are to be displayed, then a pagination système will appear.

Choice to use

  • Widget : A widget with custom settings
  • Content Short tags : you can add a videowall to a post or page
  • Template tag : for advanced themes, you can place the videowall wherever you want using a template tag

You may choose to display clickable video thumbnails or titles which will open a window with Vimeo default sized video or small playable videos or a list of video clickable titles. You may choose how many thumbnails or titles you want to display.

Localized

  • English
  • French

If you have translated this plugin in another language, please let me know and I’ll add your translation to the plugin package.

Installation

  1. Upload the fw-vimeo-videowall folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. If you want to customize the CSS file, copy fw-vimeo-videowall.css file to your template directory so your styles won’t be overwritten on next plugin upgrade.

Widget

  1. From you template widget menu, slide the Vimeo Videowall widget to your sidebar
  2. Choose your settings
  3. Save widget

Content short tags

You can display a videowall in a page or post by using the [fwvvw] short tag. This tag can take different arguments. Example : [fwvvw id=30936 source="group" number="10"]

Template tag

You can use the fw_vimeowall_display() function in your template files. Example : <?php if (function_exists('fw_vimeowall_display')) { fw_vimeowall_display('id=petole&source=user&type=image'); } ?>

Arguments for short tags and template tag

  1. id : the Vimeo user, group, album or channel ID you intend to use. This can be identified in the Vimeo url. Default is “petole”.
  2. source : the source type can be “user”, “group”, “album” or “channel”. Default is “user”.
  3. type : will determine if you want a clickage image or title of the video or the video itself to be displayed. Values are “image” or “title” or “video”. Default is “image”.
  4. number : number of thumbnails to display. Default is 4, a 0 value will display all.
  5. width : thumbnail max width. Default is 100. It has no effet if  type is set to “title”.
  6. height : thumbnail max height. Default is 100. It has no effet if  type is set to “title”.
  7. echo : if true, displays the videowall, if false return the html without displaying it. Default is true.

Screenshot

Changelog

1.3.2

  • Corrected bug : Cross not closing in certain situations (reported by Remk and Eric)
  • Corrected bug : witdh setting not working anymore (reported by Mark)

1.3.1

  • Corrected bug : Widget title always displays 1 (reported by Sherman)

1.3

  • Corrected bug : display a single video (reported by Jaryd)
  • Added the video title under thumbnail feature (requested by Jaryd)

1.2.1

  • Corrected bug : limited number of videos displayed did not work since 1.2 (reported by Dan)

1.2

  • Corrected W3C issues with id attributes
  • Added pagination feature when number of videos is greater than 20. This is limited by the Vimeo API (Issue reported by weremoose).

1.1

  • Added an option to display a list of clickable titles instead of thumbnails or videos (as requested by Tim Johnson)
  • corrected a bug on CSS choice (default plugin CSS or custom CSS in template directory)

1.0

  • First plugin release

Download

Download from the WordPress Plugin Repository
Share

156 Comments

  1. apu, changing the thumbnail size in WP settings should be ok two. Thanks for answering others questions ;)

    You said you would like to have video titles. The problem with video titles is that they are not the same length and it ends up looking a big mess. That’s why I chose to have settings featuring either thumbs or titles.

  2. Hi Fairweb,

    well if i set thumnailsize to 200 , the thumbnail icons become blurry. Changing the code as mentioned will call a larger thumbnail from vimeo.
    E.g:
    gets a thumb with 100px width:
    http://b.vimeocdn.com/ts/603/389/60338916_100.jpg

    gets a thumb with 200 px width:
    http://b.vimeocdn.com/ts/603/389/60338916_200.jpg

    My questions about the titles was actually i would like to display them on top of the shadowbox / extra window – title lengh wouldn´t matter, i can adjust that with css.
    tiltles in thumnails do works fine already. i just cant get the title value somehow …..

    • I had the same issue with the thumbnails being blurry. I searched the widget to see where it defines it.

      In the fw-vimeo-videowall.class.php on line 168 (though this might change in the future) there is pulls the small version of the thumbnail. “thumbnail_small” I changed it to “thumbnail_medium” and it pulled in a higher resolution thumbnail.

      You may want to consider adding a code that checks the widget dimensions and if it’s >100 then use medium else use small etc.

  3. Warning: array_slice() expects parameter 1 to be array, null given in /homez.136/—/wp-content/plugins/fw-vimeo-videowall/fw-vimeo-videowall.class.php on line 235

    Same msg on 2 websites at the same time this morning
    hosted by ovh, running WordPress Version 3.0.2 / PHP Version 5.2.14

    any idea ?

  4. Maybe a change on Vimeo ?

  5. Guillaume, I do not have this on my website using the plugin. Are you sure the account you are using has videos in it ?

  6. Love the plugin you’ve created. Very useful. Is there a way to include the videos description under each full video popup?

  7. Great plugin.

    Is there is a way to control the number of videos that appear per page?

  8. Has anyone created a slider that would essentially allow a user to select a link that would scroll to a vimeo short tag? So, imagine a row of logos. You would click on a logo and three video thumbnails would show up? It doesn’t need to be a slider. I just want to refresh a short tag to display videos associated with logo selected…

    THANKS in advance

  9. Hello,

    Great plugin, but how about disable the portrait attribute, please ?

  10. Hello
    I am using your fantastic plugin on my website – http://www.permutations.net/

    I have a small problem – the videos appear sometimes, but sometimes they don’t appear. Is there anything I can do, say call a function in my code, that would make sure they always appear?

    Thankyou!

  11. I changed from displaying 4 video thumbnails, to 5… Now it seems to appear every time!

    Cheers

  12. Nice plugin, thanks. Is it possible to get the videos by user and tag, rather than by group? We’re organizing our videos by project, and we don’t really need to create a group for each one, but a tag is pretty natural (and then we can easily add “featured” and “in-progress”, etc.).

    Thx.

  13. Actually, you can ignore that previous request, “album” will work just fine, instead of tag.

  14. Two issues: can we get rid of the logo that shows up on the thumbnail? It looks awkward on our page.

    Also, any chance you could add title and/or description, either on the video itself or above / below the video.

    Thanks, really love the plugin!

    Tac

  15. Is there a way to reverse the sort so that most recent videos show first?

  16. Would it be possible to add the functionality of having both the Thumbnail AND Title on the wall. And maybe the date uploaded.

  17. hi there
    i have a dynamic template of wordpress and i have downloaded this pluggins looks great but the prob is the i am new in this field i dont knw how to add video from a dynamic template ..althought the default videos is showing in there , but dnt know how to add the new onw
    please help me out this one
    regards
    john

  18. Hi

    I have one channel with 200 videos,
    but only 60 videso are shown, after site 3 (20, 20, 20), only empty sites are shown
    [fwvvw id=channel source="channel" number="0"]

    Any idea?

    Rob

  19. Once I came over to fw-vimeo-videowall Fairweb I can only look at portion of it, is this my internet web browser or the internet web site? Should I restart? Cheers Robert Spence

  20. Hi, I love this plugin. I only have one quick question.

    Where in the code, can I change the default video size to be let’s say 640px wide by 480px height?

    Thank you

  21. Hello, I tried your plug-in while creating my website localy, and it worked like a charm, but after publishing it on my webserver, when clicking a thumbnail it opens the ‘lightbox’ but no video appaers. It’s black and I have to refresh the page to get out. Is this a common bug? I hope I can get it to work because i really love your plugin; nice and clean!

    cheers!

  22. @Mike, thanks for your comment. This is not a common bug. I do not have this issue on the website where I use it which has WP latest version. There may be anotherplugin blocking it. Another idea, are you sure your videos are public ?

  23. Bonjour,
    Votre plugin est super mais j’ai un souci avec la lightbox qui contient la vidéo, elle passe sous ma barre de menu et pas par dessus.
    Avez vous une solution ?
    Merci
    Anne

  24. I quite like your plugin – very elegant!

    I notice that an earlier poster asked for the option to have both image AND title display as clickable in the gallery. Is that option still in the works?

    Thank you for your hard work.

  25. I love the plugin – but I just left a shared server and moved the site to a VPS and now the only plugin that does not work is this one. I have installed and reinstalled it about 5 times.

    The video thumbnails populate the page as usual, but when you click on the thumbnail the black box pops up, but that is it. No player no way to exit the box without refreshing the page.

  26. It used to work but now it doesn’t. Now it opens up a black box with no video!

  27. I have used and loved this plugin. It’s Amazing…. but now mine is broken too. Do we have any estimate on how long it will take to fix this?

  28. hi there,
    been using the vimeo videowall for over a year now with no problems. i noticed today that the videos aren’t loading when i click on the thumbnail. any suggestions?
    thanks,
    beth

  29. oops, just read the previous post. i too am having the same problem–click on a thumbnail, black box pops up with no video.

  30. OK, I have found out what it was. Vimeo have made changes in their API. A new version of fw-vimeo-videowall is on its way and will be available very shortly.

  31. Thanks so much for the fix! Fantastic!

  32. Was 1.3.3 update supposed to fix the issue with a vimeo video not showing in the box? Cause i updated and it did not work for me and also i deleted and reintalled it and it did not fix the problem ether. Video gallery populates with thumbnail but when i click on it it opens the black box but no video is playing

    • Llya the 1.3.3 update is supposed to fix this issue and it works on my test sites and obviously for others. Have you tried desactivating other plugins ? The fw-vimeo-videowall plugin uses ajax (so javascript) and some other plugins may interfere. Let us know how it goes.

  33. I’m getting this error when I try to use my Vimeo username:

    Warning: array_slice() expects parameter 1 to be array, null given in /hermes/web06/b1322/moo.joevalley/wp-content/plugins/fw-vimeo-videowall/fw-vimeo-videowall.class.php on line 235

    When I use the default, it works okay. I don’t know why it’s kicking back the error….

  34. Hi,

    Is there any way to display video titles above the thumbnails? I can get them to display below using the title=”true” function, but am not sure how to make them display above.

    This is a BRILLIANT plugin by the way, massively helpful!!

    Thanks,

    Jonny

  35. Does this plugin require PHP register_globals or asp_tags?

  36. The plugin still does not work, I ran into the issue after moving the site to a new server, this server has the latest PHP and mySQL installed but wondering if there are some settings that are not allowing it to work test page at fr.scoan.org

  37. I’m sorry about all the posts, but I have figured out the problem! This is a multi-domain site if anyone goes to another domain other than the one that is setup in WP setting as the domain for the site it will not work. Even if the url is missing www it will not work.

  38. hello, I put the plugin tg in the post:

    http://olhodeboidoc.com.br/w/?p=396

    but when I click in the images the videos doens’t appears.

  39. If i have already music on my page how to stop it when video start or page whit video load it .)

  40. I need a small amount of hand-holding on the short-tag arguments. I am not clear on how to ask for a display of all videos in a particular album. What do I list for source? I would be grateful for examples of code.

  41. is there any chance to make it when you click on video to lead you on vimeo (=

  42. using two videowalls on my home page. top one, latest public videos, is suddenly displaying the oldest four videos, not the latest. weird, huh? checked my vimeo channel and they’re in the appropriate order. appreciate any suggestions on what’s going on.

    and thanks much for a great plugin.
    beth

  43. Hi Fairweb! Thx a lot for a great plug!

    I was wondering if you plan to add a video ID (a single video link), the same way you have id, source, and type. This would be great for showing single videos in a jquery slider for instance.

    :-)

    Best regards

Leave a Reply

Required fields are marked *.

*