YouTube Block

The YouTube Block module integrates with YouTube and creates a block containing your most recent YouTube posts.

Configure YouTube Account

Each YouTube channel has a unique feed URL. These are used to refer to the channel in certain apps and services. To find the feed URL for your channel, sign into Youtube and check your advanced account settings page. To do this, click here.

Contributed plugins

These plugins are provided by modules that extend Feeds Tamper.

Debug

Debug

Debug a value at any step of the tampering flow by using the webserver's error log, Drupal's watchdog, standard Drupal messages, or Devel's dpm() function.

Working with Media RSS

Finding the Media RSS feed

Online video services have different formats for their RSS feeds. Knowing the RSS feed format for the video you want to import is an important first step. Here are some common examples below.

Vimeo RSS Format

If the username for a Vimeo site is "example" and the URL is in this format:
http://vimeo.com/example

Then the RSS feed will be in this format:
http://vimeo.com/example/videos/rss

Importing Calendars

Working with the Feeds module, we can import calendars.

Details to come.

Importing content from a csv emailed to an address using mailhandler

First Draft so I don't forget the process for the future.

This is the process used to import a csv that was sent to a gmail address using feeds and mailhandler. Everything is on Drupal 7

This is a rough approximation of what I did. Some things need some polishing e.g. I set it up to import even if it isn't authorized on the file import. I need to secure that.

Install PHP IMAP library (On your server)
First install Mailhandler
Install Feeds
Install Attachment Links

Create the Gmail account you will be importing from.
Enable POP in Gmail ( I Also set it to archive messages once they were downloaded to prevent multiple imports.

Enable the modules you installed on the site.
Create the content type you are trying to import.
Create a file holder content type to hold the csv you are importing from. On the content type edit page there is a new vertical tab for attachment links, enable it for the file field. I set it hold one fiel and used the file widget.

Structure > Mailhandler Mailboxes
+ Add
There is a bug currenlty when it tries to use ajax to test the settings. Fill out the domain and password last, you may have to save it and come back in a couple times. Before clicking save always click elsewhere on the page to initiate the ajax call and wait for it to complete or it won't save the settings.
For Gmail use pop as the protocol

Pages

Subscribe with RSS Subscribe to RSS - feeds