1
|
|
2
|
-- SUMMARY --
|
3
|
|
4
|
Add This module provides Drupal integration to addthis.com link sharing service.
|
5
|
Integration has been implemented as a field.
|
6
|
|
7
|
Description from addthis.com:
|
8
|
The AddThis button spreads your content across the Web by making it easier for
|
9
|
your visitors to bookmark and share it with other people, again... and again...
|
10
|
and again. This simple yet powerful button is very easy to install and provides
|
11
|
valuable Analytics about the bookmarking and sharing activity of your users.
|
12
|
AddThis helps your visitors create a buzz for your site and increase its
|
13
|
popularity and ranking.
|
14
|
|
15
|
AddThis is already on hundreds of thousands of websites including SAP,
|
16
|
TIME Magazine, Oracle, Freewebs, Entertainment Weekly, Topix, Lonely Planet,
|
17
|
MapQuest, MySpace, PGA Tour, Tower Records, Squidoo, Zappos, Funny or Die, FOX,
|
18
|
ABC, CBS, Glamour, PostSecret, WebMD, American Idol, and ReadWriteWeb,
|
19
|
just to name a few. Each month our button is displayed 20 billion times.
|
20
|
|
21
|
-- REQUIREMENTS --
|
22
|
|
23
|
Field, Block
|
24
|
|
25
|
-- INSTALLATION --
|
26
|
|
27
|
Normal Drupal module installation, see http://drupal.org/node/70151 for further
|
28
|
information.
|
29
|
|
30
|
For link sharing statistics registration at http://addthis.com/ is required, but
|
31
|
the module will work even without registration.
|
32
|
|
33
|
-- CONFIGURATION --
|
34
|
|
35
|
Use the admin configuration page to configure settings and see http://drupal.org/node/1309922
|
36
|
for a walkthrough on how to configure the rest.
|
37
|
|
38
|
-- DEVELOPMENT --
|
39
|
|
40
|
Please see the addthis.api.php for implementation options of different displays
|
41
|
and altering configuration on rendering.
|
42
|
|
43
|
-- CONTACT --
|
44
|
|
45
|
Current maintainers:
|
46
|
* Vesa Palmu (wesku) - http://drupal.org/user/75070
|
47
|
* Jani Palsamäki (janip) - http://drupal.org/user/1356218
|
48
|
* Matthias Glastra (matglas86) - http://drupal.org/user/573464
|
49
|
|
50
|
Major contributions by:
|
51
|
Lesmana Lim (lesmana) - http://drupal.org/user/84263
|