Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

SocialCount 0.1.9

Compare
Choose a tag to compare
@zachleat zachleat released this 28 Jan 23:27
· 37 commits to master since this release

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.