You are here

README.txt in Service links 7.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
Service Links 2.x:
------------------
Author and mantainer: Fabio Mucciante aka TheCrow (since the 2.x branch)
Current co-mantainer: Simon Georges
Requirements:         Drupal 7
License:              GPL (see LICENSE.txt)

Introduction
------------
This module is the enhanced version of Service Links 1.x developed
by Fredrik Jonsson, rewritten and improved to fit the new purposes:
extend easily the number of services supported and provide APIs to
print links everywhere within any content.
At the address http://servicelinks.altervista.org/?q=service
a web interface helps to create a module including the services
not availables in the standard package.

Overview
---------
Service Links provide an amount of 70+ social networks
from around the World where submit the link of a given content,
below a short list:

* del.icio.us
* Digg
* Facebook
* Furl
* Google
* IceRocket
* LinkedIn
* MySpace
* Newsvine
* Reddit
* StumbleUpon
* Technorati
* Twitter
* Yahoo
* ...

The admin decides:
- the style to render the links: text, image, text + image
- to show links only for certain node types or some categories
- to add links within the content body, among the other links, or in a block
- what roles are allowed to see the selected links.

Within the 2.x branch has been introduced:
- modular management of services, grouped by different language area,
  through external modules implementing the hook_service_links()
- sorting of services through drag'n drop
- support for buttons which make use of Javascript without break the
  XHTML specifies to keep the module more 'accessible' as possible
- improved the use with not node pages
- support for other Drupal modules: Display Suite, Forward, Views, Short Url
- support for sprites to render the service images
- support for browser bookmarking (Chrome, Firefox, IE, Opera)
- two APIs to print easily the whole set of services or a customs subset of them
- configurable list of pages to show/hide on also through PHP code

A more detailed list of options and related explaining is available at the page:
http://servicelinks.altervista.org/?q=about

Installation and configuration
-------------------------------
1) Copy the whole 'service_links' folder under your 'modules' directory and then
   
2) Point your browser to administer >> modules', enable 'Service Links' and one
   of the 'XXX Services' provided, 'General Services' contain the most know social
   networks, and 'Widgets Services' the most used buttons

3) Go to 'administer >> access control' for allow users to watch the links.

4) At 'administer >> settings >> service links' select for what type of content
   enable Service Links and in 'Services' tab select the services to show.

More information
----------------

The file 'template.php' contains some examples about phptemplate variables

The file 'service_links.api.php' contains info about the hooks implemented

More info regarding installation and first configuration, set up of the available
options, either extension of the number of services and theming output are available
on the online documentation at the address:
http://servicelinks.altervista.org/?q=about

More services can be included and packed within an external module customizable
through a web interface available at the address:
http://servicelinks.altervista.org/?q=service

File

README.txt
View source
  1. Service Links 2.x:
  2. ------------------
  3. Author and mantainer: Fabio Mucciante aka TheCrow (since the 2.x branch)
  4. Current co-mantainer: Simon Georges
  5. Requirements: Drupal 7
  6. License: GPL (see LICENSE.txt)
  7. Introduction
  8. ------------
  9. This module is the enhanced version of Service Links 1.x developed
  10. by Fredrik Jonsson, rewritten and improved to fit the new purposes:
  11. extend easily the number of services supported and provide APIs to
  12. print links everywhere within any content.
  13. At the address http://servicelinks.altervista.org/?q=service
  14. a web interface helps to create a module including the services
  15. not availables in the standard package.
  16. Overview
  17. ---------
  18. Service Links provide an amount of 70+ social networks
  19. from around the World where submit the link of a given content,
  20. below a short list:
  21. * del.icio.us
  22. * Digg
  23. * Facebook
  24. * Furl
  25. * Google
  26. * IceRocket
  27. * LinkedIn
  28. * MySpace
  29. * Newsvine
  30. * Reddit
  31. * StumbleUpon
  32. * Technorati
  33. * Twitter
  34. * Yahoo
  35. * ...
  36. The admin decides:
  37. - the style to render the links: text, image, text + image
  38. - to show links only for certain node types or some categories
  39. - to add links within the content body, among the other links, or in a block
  40. - what roles are allowed to see the selected links.
  41. Within the 2.x branch has been introduced:
  42. - modular management of services, grouped by different language area,
  43. through external modules implementing the hook_service_links()
  44. - sorting of services through drag'n drop
  45. - support for buttons which make use of Javascript without break the
  46. XHTML specifies to keep the module more 'accessible' as possible
  47. - improved the use with not node pages
  48. - support for other Drupal modules: Display Suite, Forward, Views, Short Url
  49. - support for sprites to render the service images
  50. - support for browser bookmarking (Chrome, Firefox, IE, Opera)
  51. - two APIs to print easily the whole set of services or a customs subset of them
  52. - configurable list of pages to show/hide on also through PHP code
  53. A more detailed list of options and related explaining is available at the page:
  54. http://servicelinks.altervista.org/?q=about
  55. Installation and configuration
  56. -------------------------------
  57. 1) Copy the whole 'service_links' folder under your 'modules' directory and then
  58. 2) Point your browser to administer >> modules', enable 'Service Links' and one
  59. of the 'XXX Services' provided, 'General Services' contain the most know social
  60. networks, and 'Widgets Services' the most used buttons
  61. 3) Go to 'administer >> access control' for allow users to watch the links.
  62. 4) At 'administer >> settings >> service links' select for what type of content
  63. enable Service Links and in 'Services' tab select the services to show.
  64. More information
  65. ----------------
  66. The file 'template.php' contains some examples about phptemplate variables
  67. The file 'service_links.api.php' contains info about the hooks implemented
  68. More info regarding installation and first configuration, set up of the available
  69. options, either extension of the number of services and theming output are available
  70. on the online documentation at the address:
  71. http://servicelinks.altervista.org/?q=about
  72. More services can be included and packed within an external module customizable
  73. through a web interface available at the address:
  74. http://servicelinks.altervista.org/?q=service