| 1 |
Name:
|
| 2 |
----
|
| 3 |
flickr http://drupal.org/project/flickr
|
| 4 |
(Unfinished/Incomplete)
|
| 5 |
|
| 6 |
Requirements:
|
| 7 |
------------
|
| 8 |
This module requires Drupal 6.X and a Flickr API key.
|
| 9 |
|
| 10 |
Overview:
|
| 11 |
--------
|
| 12 |
Flickr adds a filter to allow photos from http://flickr.com to be
|
| 13 |
integrated into your site via flickr's API. There are several Flickr blocks
|
| 14 |
that you can enable as well.
|
| 15 |
|
| 16 |
Installation and configuration:
|
| 17 |
------------------------------
|
| 18 |
1.) Simply extract the download package in your modules directory '/modules'
|
| 19 |
or '/sites/all/modlues'.
|
| 20 |
2.) Enable the module in 'admin/build/modules/'.
|
| 21 |
3.) Configure the API Key '/admin/settings/flickr'.
|
| 22 |
4.) Add flickr the sites input filters. 'admin/settings/filters'.
|
| 23 |
5.) Allow permissions '/admin/user/access'.
|
| 24 |
|
| 25 |
Usage:
|
| 26 |
------
|
| 27 |
The filter format is: [flickr-photo:id=230452326,size=s] and
|
| 28 |
[flickr-photoset:id=72157594262419167,size=m]
|
| 29 |
|
| 30 |
The size parameter can be one of the following:
|
| 31 |
* s - small square 75x75
|
| 32 |
* t - thumbnail, 100 on longest side
|
| 33 |
* m - small, 240 on longest side
|
| 34 |
* - - medium, 500 on longest side
|
| 35 |
* b - large, 1024 on longest side
|
| 36 |
* o - original image
|
| 37 |
|