feedapi

Wall O' Drupal Video Feeds


Jody just created a small patch for FeedAPI that added a filter to Views for "Filter by Parent Term," which allowed me to create a new way to sort through the massive amount of videos that have been coming in via the various Drupal themed video feeds that I've been able to find. Before, FeedAPI only had an option to "Filter by Parent Feed", which only accepted the feed's node id and which made it pretty unusable as an exposed filter. But now that it is working, I present to you, the Wall O' Drupal Video Feeds. This is mostly just a proof-of-concept as I try to work through different ways to organize helpful and informative Drupal videos (espescially instructional videos), but I hope it's useful on its own as well!

Update: The "wall o' feeds" is now known as the Drupal Video Planet

Module Mashup: Creating a feed of embedded videos using emfield, feedapi, and feedapi_mapper


The following is a HOWTO I just submitted to the Drupal.org Handbook

It is now easy to create feeds of embedded third-party videos on Drupal sites using a combination of CCK, Embedded Media Field, FeedAPI, & the FeedAPI Element Mapper modules.

  1. Enable the following modules and sub-modules: CCK, Embedded Media Field, Embedded Video Field, FeedAPI, FeedAPI Mapper, Common Syndication Parser or SimplePie Parser, FeedAPI Node, & (if you plan on using views with your feeds) FeedAPI Node Views. Make sure to give yourself the correct permissions in the access control admin page.
  2. Create a content type that includes an embedded video field. Once you add the field in is suggested that you select "thumbnail" or "thumbnail with thickbox" to avoid loading too many videos on pages with teaser lists. You can use FeedAPI Node's default content type, called feed, or you can create your own and designate it as a feed in the content type settings page.
  3. Under admin/settings/feedapi it is suggested that you remove and tags from the allowed list, as these may cause problems with certain providers.
Syndicate content