This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
SocialCount 0.1.9
Update: The default for activateOnClick
in this version was accidentally changed to true. Please use the v0.1.10
release instead. Sorry for the confusion!
- Now available on NPM as
fg-socialcount
. - Using the Google Plus
href
attribute instead of the current page. #30 - Trigger SocialCount button load programmatically, with
SocialCount.load
. #25 - Adds a
hoverDelay
option to only trigger on hover after a timeout. #27
Major performance enhancement (more of a bug fix, really) for pages with multiple widgets. Now will re-use existing social network JavaScript and reinitialize the buttons using each network’s JavaScript API, instead of re-requesting the library for widget initialization.