| 1 |
Drupal Module: Flickr Upload
|
| 2 |
|
| 3 |
This is a simple module to upload images to Flickr and show them with your content
|
| 4 |
|
| 5 |
Author
|
| 6 |
======
|
| 7 |
Jose A. Reyero, drupal at reyero dot net
|
| 8 |
Development Seed, http://www.developmentseed.org
|
| 9 |
|
| 10 |
Flickr Upload module features:
|
| 11 |
==============================
|
| 12 |
- Allows uploading images to Flickr from your site.
|
| 13 |
- Images can be linked to nodes using per content type settings.
|
| 14 |
- Tags can be configured globally or using node parameters.
|
| 15 |
|
| 16 |
Requirements
|
| 17 |
============
|
| 18 |
- Drupal 5
|
| 19 |
- Drupal's Flickr module, http://drupal.org/project/flickr
|
| 20 |
- phpFlickr, http://phpflickr.com/
|
| 21 |
|
| 22 |
Installation
|
| 23 |
============
|
| 24 |
1. Place the module with all its files under sites/all/modules/flickrup
|
| 25 |
2. Download phpFlickr from http://phpflickr.com/
|
| 26 |
and place it in a 'phpFlickr' subfolder in the module directory
|
| 27 |
|
| 28 |
Configuration
|
| 29 |
=============
|
| 30 |
- Enable the module in: Administer > Site building > Modules
|
| 31 |
- Set the module settings in: Administer > Site configuration > Flickr Upload
|
| 32 |
* In adition to your normal flickr settings this module needs a Flickr authentication token with write permissions for your account.
|
| 33 |
If you don't know how to get one, follow the steps here: http://phpflickr.com/tools/auth
|
| 34 |
- Enable uploads for your content types in: Administer > Content > Content types
|
| 35 |
|
| 36 |
Module overview:
|
| 37 |
http://www.developmentseed.org/blog/2007/oct/24/unlimited-images-your-content-drupal-and-flickr
|
| 38 |
|
| 39 |
Notes
|
| 40 |
=====
|
| 41 |
- The images are uploaded first to the web server, then from there to your Flickr account.
|
| 42 |
This may have some important performance impact on the web server, so please review carefully the module settings for production servers.
|
| 43 |
- This module uses phpFlickr http://phpflickr.com/, to interact with the Flickr API
|
| 44 |
- For cleaning up the tags this module uses some pathauto variables, see flickrup_cleanstring()
|
| 45 |
|
| 46 |
|