Right now it is possible to set many widgets (google, Twitter) not to display counts, but not the Facebook button (you could use the icon_link but maybe it is not what you want as it is not consistent visually with the other widgets).
A non-counting button is actually made available by Facebook and can be simply enabled in SL by modifying widget_services.admin.inc, adding at line 129
'button' => t('Button'),
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | service_links-1429488-2-facebook_button.patch | 539 bytes | simon georges |
Comments
Comment #1
facal commentedComment #2
simon georges commentedHere is the corresponding patch for 2.x-dev, all credit goes to farcal.
Comment #3
TheCrow commentedCommitted for both branches, thank you @facal and @Simon Georges!