Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Is there a write-up or tutorial on how to produce a gallery of your videos similarly to how it is done on the remixamerica.org site that is featured (http://remixamerica.org/playlists/america-now)?? Can it be done using Wordpress?? Not so much worried about the styling as I am being able to pull all the content (thumbnail, title, tags, etc) and link to the video.
Not having much success with this. Only thing I've been able to do is pull in the videos like the kaltura_library_controller.php page however, I can't seem to get the pagination to work or the links on the thumbnails to go to the appropriate page the video was posted on. Anyone out there willing to give me a hand??
My suggestion would be to download the Kaltura CE source code and have a look at the samples.
This is the kind of samples they have included:
http://kce.demos.kaltura.org/kalturaCE/api_v3/sample/media_gallery.php
If you want to achieve something like this in Wordpress you'll need to create your own theme template. This will require some knowledge of PHP and the Kaltura API.
First you need to find a good paging system. Just search for "pagination php" on Google and you should find some great resources.
Then you need to get the data from Kaltura via the API and fill the page. This should help:
http://wiki.kaltura.org/wiki/index.php/Guides:Organizing_Content
It's actually quite simple to do technically. The Remix America guys make it look harder than it is because their interface is so nice and clean (and very Apple like incidentally!).
Good luck!
Best Regards, Chris!