Vodpod Video Gallery Module for Drupal
Someone asked for a Drupal version of this video gallery a while back, so I ported it over. This is the first Drupal filter module that I’ve done so I welcome any feedback on how I might improve it. If I did anything in a non-standard way, please let me know.
Consider this a “Beta” version and use it at your own risk!
This module was built and tested on Drupal 5.
Download: vodpod_video_gallery_v_03
Description:
This module is based on Vodpod and creates a video gallery from a Vodpod account. Vodpod is a great tool for collecting videos. You can download a browser toolbar so that all you have to do is click a button when you are viewing a video and it will insert it into your Vodpod account, which will then allow it to appear in your Drupal gallery automatically.
Multiple video galleries within one Drupal site is also supported. You may also specify a tag name in order to limit your gallery to a subset of your vodpod videos.
This module looks best on themes that have a content area that is wider than the video player (425px). It has been tested in Firefox, Safari, IE 7, IE 6, and IE 5. If you find bugs, please let me know and I will try to fix those as soon as possible.
Installation:
- Copy the vodpod_video_gallery folder to your modules directory.
- Activate the Vodpod Video Gallery module from your admin modules page.
- Go to the admin/settings/vodpod_video_gallery page to configure your Vodpod account name.
- Go to the admin/settings/filters page and add the Vodpod Video Gallery filter to the input format(s) you plan to use. If using the ‘Line break converter’ filter, you will want to reorder your filters so that it comes before the Vodpod Video Gallery filter.
- Put the text [vodpodgallery] into any page.
Alternatively, for multiple pods on one drupal site, you can specify the pod name: [vodpodgallery podname]
You can also specify pod name, number of thumbnails per page, and height of the iframe that holds the thumbnails (in that order): [vodpodgallery podname 16 280]
You can also specify a tag in order to limit your gallery to a specific subset of videos: [vodpodgallery podname:tagname 16 280] or [vodpodgallery podname:tagname]
![[Bloglines]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/bloglines.png)
![[del.icio.us]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/facebook.png)
![[Fark]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/fark.png)
![[Furl]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/furl.png)
![[Ma.gnolia]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/magnolia.png)
![[Newsvine]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/newsvine.png)
![[Reddit]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/reddit.png)
![[StumbleUpon]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/technorati.png)
![[Email]](http://www.xondie.com/resources/wp-content/plugins/bookmarkify/email.png)

January 22nd, 2009 at 1:28 am
Just updated the drupal version of this module. I believe the previous version may have had a bug in the thumbnail frame where it was pointing to the wrong css file. That has been fixed.
More significantly, you can now optionally specify a tag name if you’d like to limit your gallery to a specific subset of videos or if you would like to have certain videos from a gallery on one page, and another group of videos from a gallery on another page.
March 10th, 2009 at 12:06 am
New version of the Drupal module. Updated with 2 fixes:
1 - Tag feature was not working fully. Now it is.
2 - Fixed a bug which was causing all line breaks to disappear from video discriptions (and occasionally throwing javascript errors). Line breaks now display properly.
May 6th, 2009 at 1:03 pm
Can i have the same module for drupal 6
May 7th, 2009 at 3:32 pm
Sunil -
I do plan to update the module to work with Drupal 6 as well, but I won’t be able to start on that for a few weeks at least. I also intend to add this as an official Drupal project on their site.