You are here

README.txt in Service links 5

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
Drupal service_links module:
------------------------
Author - Fredrik Jonsson fredrik at combonet dot se
Mantainer - Fabio Mucciante aka TheCrow
Requires - Drupal 5
License - GPL (see LICENSE)


Overview:
--------
The service links module enables admins to add the following
links to nodes:
* Buzz - Buzz up this post on Yahoo! Buzz
* del.icio.us - Bookmark this post on del.icio.us
* Digg - Submit this post on digg.com
* Facebook - Submit this URL on Facebook
* Furl - Submit this post on Furl
* Google - Bookmark this post on Google
* IceRocket - Search IceRocket for links to this post
* LinkedIn - Add this post on LinkedIn
* ma.gnolia.com - Bookmark this post on ma.gnolia.com
* Newsvine - Submit this post on Newsvine
* PubSub - Search PubSub for links to this post
* Reddit - Submit this post on reddit.com
* StumbleUpon - Bookmark this post on StumbleUpon
* Technorati - Search Technorati for links to this post
* Twitter - Submit this post on Twitter
* Yahoo - Bookmark this post on Yahoo

The site owner can deside:
- To show the links as text, image or both.
- What node types to display links for.
- If the links should be displays in teaser view or full page view
  or both.
- If the links should be added after the body text or in the links
  section or in a block.
- If aggregator2 nodes should use link to original article aggregated
  by aggregator2 module.
- Deside what roles get to see/use the service links.


Installation and configuration:
------------------------------
Copy the whole 'service_links' folder
under your 'modules' directory and then 
enable the module at 'administer >> modules'.
Go to 'administer >> access control' for allow
users to watch the links.

For configuration options go to 'administer >> settings
>> service_links'.


Add links to new services:
-------------------------
Open the file service_links.module in your text editor and in the
function service_links_render() you will find this comment
at the end.

// Add your own link by modifing the link below and uncomment it.
//$links[] = theme('service_links_build_link', t('delicious'), "http://del.icio.us/post?url=$url&title=$title", t('Bookmark this post on del.icio.us.'), 'delicious.png');


Include service links in your theme:
-----------------------------------
In the included template.php file there  an example how to insert
the service links in to a PHPTemplate theme. Remember to place the
template.php file in the folder of your theme or integrate it with 
the content of 'template.php' provided from your theme.


Last updated:
------------

File

README.txt
View source
  1. Drupal service_links module:
  2. ------------------------
  3. Author - Fredrik Jonsson fredrik at combonet dot se
  4. Mantainer - Fabio Mucciante aka TheCrow
  5. Requires - Drupal 5
  6. License - GPL (see LICENSE)
  7. Overview:
  8. --------
  9. The service links module enables admins to add the following
  10. links to nodes:
  11. * Buzz - Buzz up this post on Yahoo! Buzz
  12. * del.icio.us - Bookmark this post on del.icio.us
  13. * Digg - Submit this post on digg.com
  14. * Facebook - Submit this URL on Facebook
  15. * Furl - Submit this post on Furl
  16. * Google - Bookmark this post on Google
  17. * IceRocket - Search IceRocket for links to this post
  18. * LinkedIn - Add this post on LinkedIn
  19. * ma.gnolia.com - Bookmark this post on ma.gnolia.com
  20. * Newsvine - Submit this post on Newsvine
  21. * PubSub - Search PubSub for links to this post
  22. * Reddit - Submit this post on reddit.com
  23. * StumbleUpon - Bookmark this post on StumbleUpon
  24. * Technorati - Search Technorati for links to this post
  25. * Twitter - Submit this post on Twitter
  26. * Yahoo - Bookmark this post on Yahoo
  27. The site owner can deside:
  28. - To show the links as text, image or both.
  29. - What node types to display links for.
  30. - If the links should be displays in teaser view or full page view
  31. or both.
  32. - If the links should be added after the body text or in the links
  33. section or in a block.
  34. - If aggregator2 nodes should use link to original article aggregated
  35. by aggregator2 module.
  36. - Deside what roles get to see/use the service links.
  37. Installation and configuration:
  38. ------------------------------
  39. Copy the whole 'service_links' folder
  40. under your 'modules' directory and then
  41. enable the module at 'administer >> modules'.
  42. Go to 'administer >> access control' for allow
  43. users to watch the links.
  44. For configuration options go to 'administer >> settings
  45. >> service_links'.
  46. Add links to new services:
  47. -------------------------
  48. Open the file service_links.module in your text editor and in the
  49. function service_links_render() you will find this comment
  50. at the end.
  51. // Add your own link by modifing the link below and uncomment it.
  52. //$links[] = theme('service_links_build_link', t('delicious'), "http://del.icio.us/post?url=$url&title=$title", t('Bookmark this post on del.icio.us.'), 'delicious.png');
  53. Include service links in your theme:
  54. -----------------------------------
  55. In the included template.php file there an example how to insert
  56. the service links in to a PHPTemplate theme. Remember to place the
  57. template.php file in the folder of your theme or integrate it with
  58. the content of 'template.php' provided from your theme.
  59. Last updated:
  60. ------------