Module: Sharerich Description =========== Customisable Share buttons for social media. Dependencies - ctools - token - libraries Supports - google_analytics_et (If the module is enabled, GA event tracking will be added to the share buttons) Installation ============ Put the modules into your sites/module/contrib folder; Make sure rrssb is in the libraries folder. If you use drush and make files, it should clone it automatically into /libraries/rrssb To run the drush command manually, go to the drupal installation folder and run: $ drush make --no-core ./sites/all/modules/contrib/sharerich/sharerich.make The command above will download rrssb into ./sites/all/libraries/rrsb folder. Alternativelly, you can download rrssb library manually from https://github.com/kni-labs/rrssb/releases/tag/v1.6.0 and place it inside ./sites/all/libraries/rrssb folder. Sharerich currently supports rrssb version v1.6.0. Now you can enable Sharerich. Go to the permissions page and set them accordingly. Configuration ============= - Visit /admin/structure/sharerich and create your own button sets; - Visit /admin/structure/sharerich/settings for general settings; - Go to each content type, open the Sharerich tab and select how many button sets you want to create. - Go to each display of the content type and choose which button set to use with each Sharerich field. Alternativelly, Sharerich creates blocks for each button set (if you tick the box when creating button sets). see /admin/structure/block Notes ===== - Facebook share: It looks like Facebook is now ignoring any custom parameters on the share widget (https://developers.facebook.com/x/bugs/357750474364812/) Since facebook.inc service uses www.facebook.com/sharer/sharer.php, it will pull the information from the Open graph tags of the Url being shared. If you want to use custom information, you need to use the widget below. Please note that you will need to have a Facebook App Id and Site Url. facebook - To alter the buttons markup. hook_sharerich_buttons_alter(&$buttons) { }