You are here

README.txt in Follow 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
DESCRIPTION
********************************************************************************
Follow adds sitewide and per user links that link to various social networking 
sites.  The links reside in two blocks.  The Follow Site block lists all the 
links for the site itself, and by default is visible on all pages.  The Follow
User block lists all the follow links for the user and is visible only on user
profile pages.  There is a setting in the Follow Site block to have it not
display on user profile pages.

INSTALLATION
********************************************************************************
Enable the module at admin/build/modules, then go to user/admin/permissions to 
set which roles are allowed to edit the sitewide follow links, edit own follow
links, edit all user follow links, or administer follow.  Go to
admin/build/blocks to enable the blocks. User follow links can be edited at
user/%/follow, whereas sitewide follow links are at admin/build/follow

TWEAKAGE
********************************************************************************
Often you'll want to tweak the way the Follow links are displayed. The display
of the icons and text is all controlled with CSS, so overriding in your own
custom theme is simple. Here are a few examples:

To remove the text and only display icons:

    a.follow-link {
      width: 24px;
      height: 25px;
      text-indent: -9999px;
    }

To remove all text and have icons sit next to each other:

    a.follow-link {
      width: 24px;
      height: 25px;
      text-indent: -9999px;
      float: left;
      margin: 0 8px 8px 0;
    }

RECOMMENDED ADD ON
********************************************************************************
It is recommended to enable a module such as external [1] that will pop open
the follow links in a new tab or window; target="_blank" is not used since it
does not validate.

[1] http://drupal.org/project/external

SOCIAL NETWORKS
********************************************************************************
Here's a list of the currently supported social networks:
 - Facebook
 - Google+
 - Virb
 - MySpace
 - Twitter
 - Picasa
 - Flickr
 - YouTube
 - Vimeo
 - blip.tv
 - last.fm
 - LinkedIn
 - Delicious
 - Tumblr
 - Viadeo
 - Xing
 - Spiceworks

ICONS
********************************************************************************
Although a few of the icons were hand made, most of them were created by either
Eli Burford [1] or Yichi [2].  Thanks, you guys!

[1] http://www.blogperfume.com/social-media-icons-pack-in-3-sizes-for-download/
[2] http://vikiworks.com/2007/06/15/social-bookmark-iconset/

File

README.txt
View source
  1. DESCRIPTION
  2. ********************************************************************************
  3. Follow adds sitewide and per user links that link to various social networking
  4. sites. The links reside in two blocks. The Follow Site block lists all the
  5. links for the site itself, and by default is visible on all pages. The Follow
  6. User block lists all the follow links for the user and is visible only on user
  7. profile pages. There is a setting in the Follow Site block to have it not
  8. display on user profile pages.
  9. INSTALLATION
  10. ********************************************************************************
  11. Enable the module at admin/build/modules, then go to user/admin/permissions to
  12. set which roles are allowed to edit the sitewide follow links, edit own follow
  13. links, edit all user follow links, or administer follow. Go to
  14. admin/build/blocks to enable the blocks. User follow links can be edited at
  15. user/%/follow, whereas sitewide follow links are at admin/build/follow
  16. TWEAKAGE
  17. ********************************************************************************
  18. Often you'll want to tweak the way the Follow links are displayed. The display
  19. of the icons and text is all controlled with CSS, so overriding in your own
  20. custom theme is simple. Here are a few examples:
  21. To remove the text and only display icons:
  22. a.follow-link {
  23. width: 24px;
  24. height: 25px;
  25. text-indent: -9999px;
  26. }
  27. To remove all text and have icons sit next to each other:
  28. a.follow-link {
  29. width: 24px;
  30. height: 25px;
  31. text-indent: -9999px;
  32. float: left;
  33. margin: 0 8px 8px 0;
  34. }
  35. RECOMMENDED ADD ON
  36. ********************************************************************************
  37. It is recommended to enable a module such as external [1] that will pop open
  38. the follow links in a new tab or window; target="_blank" is not used since it
  39. does not validate.
  40. [1] http://drupal.org/project/external
  41. SOCIAL NETWORKS
  42. ********************************************************************************
  43. Here's a list of the currently supported social networks:
  44. - Facebook
  45. - Google+
  46. - Virb
  47. - MySpace
  48. - Twitter
  49. - Picasa
  50. - Flickr
  51. - YouTube
  52. - Vimeo
  53. - blip.tv
  54. - last.fm
  55. - LinkedIn
  56. - Delicious
  57. - Tumblr
  58. - Viadeo
  59. - Xing
  60. - Spiceworks
  61. ICONS
  62. ********************************************************************************
  63. Although a few of the icons were hand made, most of them were created by either
  64. Eli Burford [1] or Yichi [2]. Thanks, you guys!
  65. [1] http://www.blogperfume.com/social-media-icons-pack-in-3-sizes-for-download/
  66. [2] http://vikiworks.com/2007/06/15/social-bookmark-iconset/