/[drupal]/contributions/modules/flickr/README.txt
ViewVC logotype

Contents of /contributions/modules/flickr/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon Nov 24 00:02:17 2008 UTC (12 months ago) by paulbooker
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +37 -1 lines
File MIME type: text/plain
task #138852
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

  ViewVC Help
Powered by ViewVC 1.1.2