You are here

README.txt in Shariff Social Media Buttons 7

Same filename and directory in other branches
  1. 8 README.txt
                                   ()
  ┌───────┐                        /\
  │       │                   ()--'  '--()
  │  a:o  │  acolono.com        `.    .'       Shariff Module
  │       │                      / .. \
  └───────┘                     ()'  '()


This module implements the Shariff sharing buttons by heise online:
https://github.com/heiseonline/shariff

Shariff enables website users to share their favorite content without
compromising their privacy.

It consists of two parts: a simple JavaScript client library and an
optional server-side component. The latter fetches the number of likes,
tweets and plus-ones.

The base shariff Drupal module implements the JavaScript library to
display the buttons as a block and a panels pane.


-- REQUIREMENTS --

* Libraries API module
  http://drupal.org/project/libraries
  
* Shariff Library (at least v1.4.6)
  https://github.com/heiseonline/shariff

* JQuery Update module
  http://drupal.org/project/jquery_update
  Shariff requires jQuery 1.7 or higher. Please configure jQuery Update
  accordingly.


-- INSTALLATION --

1) Download the library from https://github.com/heiseonline/shariff and place
it in your libraries folder.
When your libraries folder is "sites/all/libraries" the JavaScript and the
CSS files should be available under
"sites/all/libraries/shariff/build/shariff.min.js",
"sites/all/libraries/shariff/build/shariff.min.css" and
"sites/all/libraries/shariff/build/shariff.complete.css".
You only need the build folder and at least v1.4.6 of the library.

When you have drush you can use "drush shariff-library" or "drush shariff"
to download the library into your "sites/all/libraries" folder. If needed
specify another libraries path as argument:
E.g. "drush shariff sites/default/libraries"


2) Activate the module.

3) Set your default settings under /admin/config/services/shariff. When you
have Font Awesome already loaded on your site be sure to choose the Minimal
CSS option (so that shariff.min.css without Font Awesome will be loaded).

4) Now you can place the buttons as a block, a field or as a panels pane.
You find the panels pane in the panels content administration UI
under Widgets.

File

README.txt
View source
  1. ()
  2. ┌───────┐ /\
  3. │ │ ()--' '--()
  4. │ a:o │ acolono.com `. .' Shariff Module
  5. │ │ / .. \
  6. └───────┘ ()' '()
  7. This module implements the Shariff sharing buttons by heise online:
  8. https://github.com/heiseonline/shariff
  9. Shariff enables website users to share their favorite content without
  10. compromising their privacy.
  11. It consists of two parts: a simple JavaScript client library and an
  12. optional server-side component. The latter fetches the number of likes,
  13. tweets and plus-ones.
  14. The base shariff Drupal module implements the JavaScript library to
  15. display the buttons as a block and a panels pane.
  16. -- REQUIREMENTS --
  17. * Libraries API module
  18. http://drupal.org/project/libraries
  19. * Shariff Library (at least v1.4.6)
  20. https://github.com/heiseonline/shariff
  21. * JQuery Update module
  22. http://drupal.org/project/jquery_update
  23. Shariff requires jQuery 1.7 or higher. Please configure jQuery Update
  24. accordingly.
  25. -- INSTALLATION --
  26. 1) Download the library from https://github.com/heiseonline/shariff and place
  27. it in your libraries folder.
  28. When your libraries folder is "sites/all/libraries" the JavaScript and the
  29. CSS files should be available under
  30. "sites/all/libraries/shariff/build/shariff.min.js",
  31. "sites/all/libraries/shariff/build/shariff.min.css" and
  32. "sites/all/libraries/shariff/build/shariff.complete.css".
  33. You only need the build folder and at least v1.4.6 of the library.
  34. When you have drush you can use "drush shariff-library" or "drush shariff"
  35. to download the library into your "sites/all/libraries" folder. If needed
  36. specify another libraries path as argument:
  37. E.g. "drush shariff sites/default/libraries"
  38. 2) Activate the module.
  39. 3) Set your default settings under /admin/config/services/shariff. When you
  40. have Font Awesome already loaded on your site be sure to choose the Minimal
  41. CSS option (so that shariff.min.css without Font Awesome will be loaded).
  42. 4) Now you can place the buttons as a block, a field or as a panels pane.
  43. You find the panels pane in the panels content administration UI
  44. under Widgets.