| 1 |
/* $Id: README.txt,v 1.5 2007/06/22 19:01:25 aaron Exp $ */
|
| 2 |
|
| 3 |
/*********************/
|
| 4 |
Embedded Media Field
|
| 5 |
/*********************/
|
| 6 |
|
| 7 |
Author: Aaron Winborn
|
| 8 |
Development Began 2007-06-13
|
| 9 |
|
| 10 |
Requires: Drupal 5, Content (CCK)
|
| 11 |
Optional: Views
|
| 12 |
|
| 13 |
This extensible module will create fields for node content types that can be used to display video, image, and audio files
|
| 14 |
from various third party providers. When entering the content, the user will simply paste the URL or embed code
|
| 15 |
from the third party, and the module will automatically determine which content provider is being used. When displaying
|
| 16 |
the content, the proper embedding format will be used.
|
| 17 |
|
| 18 |
The module is only an engine, and requires a supported module to function. These include 'Embedded Image Field', 'Embedded
|
| 19 |
Video Field' and 'Embedded Audio Field'. These modules are included in the contrib folder of the module, so they can be easily
|
| 20 |
activated from the module administration page.
|
| 21 |
|
| 22 |
*************************************
|
| 23 |
|
| 24 |
The Embedded Image Field module currently only supports Flickr images. It creates a field that you can paste the url from a
|
| 25 |
Flickr photo into, which will then display that photo in a configurable size, with a link either to the node or to the
|
| 26 |
original page from Flickr.
|
| 27 |
|
| 28 |
The Embedded Video Field module already supports YouTube, Google, Revver, MySpace, MetaCafe, JumpCut, BrightCove, SevenLoad,
|
| 29 |
iFilm, Blip.TV, and Live Video video formats. More are planned to be supported soon. An api allows other third party video
|
| 30 |
providers to be supported using simple include files and provided hooks. (Developers: examine the documentation of
|
| 31 |
/providers/youtube.inc for help in adding support for new providers).
|
| 32 |
|
| 33 |
The Embedded Audio Field module will support third party audio content, such as Last.FM. It is still under development.
|
| 34 |
|
| 35 |
The administer of a site may decide whether to allow all content providers, or only a certain number of them. They may
|
| 36 |
further be limited when configuring the field.
|
| 37 |
|
| 38 |
Read the README.txt files in the individual contrib folders for more information.
|
| 39 |
|
| 40 |
Questions can be directed to winborn at advomatic dot com
|