This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
51 lines (32 loc) · 1.63 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* $Id$ */
-- SUMMARY --
ShrinkTheWeb Field provides a simple means to display web page thumbnails using
the Websnapr service.
This module is just a slight modification on the websnapr field module
v6.x-1.2, which I did not write.
For a full description of that module, visit the project page:
http://drupal.org/project/websnapr_field
-- REQUIREMENTS --
* Link module (and, by extension, CCK)
* ShrinkTheWeb account
-- INSTALLATION --
* Install as usual, see http://drupal.org/node/70151 for further information.
-- CONFIGURATION --
* A prerequisite for the use of this module is a ShrinkTheWeb account. One
account is required for each site on which it is used. Register at
shrinktheweb.com and get your account key before continuing.
* Login as a site adminstrator and go to Administer >> Site configuration >>
ShrinkTheWeb account. Enter your ShrinkThWeb account code into the field and save it.
* From Content Management >> Content types you can now add fields you want to
display as thumbnails using the Link data type.
* For each field, on the Display Fields panel select one of the Websnapr options
to display the field as a thumbnail image.
-- CUSTOMIZATION --
* To change the way a Websnapr field is displayed you may override the theme function:
Copy the entire theme_shrinktheweb_field_formatter() function into your template.php,
rename it to phptemplate_shrinktheweb_field_formatter() or THEMENAME_shrinktheweb_field_formatter(),
and customize the output according to your needs.
-- CONTACT --
Dan Feder [email protected]
Websnapr_field maintainers:
* Alfred Armstrong (alfaguru) - http://drupal.org/user/112814