Releases: tabalinas/jssocials
Releases · tabalinas/jssocials
v.1.5.0
v1.4.0
Changes
- Add Viber sharing
- Add Pocket sharing
- Add vkontakte sharing
- Add Facebook Messenger sharing
Fixes
- Fix Facebook share count fetching for https sites
- Turn off GooglePlus share count fetching to avoid JavaScript exception
- Fix svg image source support
- Fix alignment of share buttons for multi-row display
v1.3.1
v1.3.0
v1.2.1
v1.2.0
Changes
- Introduce new option
shareIn: "popup"|"blank"|"self"
allowing to share in:"popup"
- in popup window"blank"
- in new browser tab"self"
- in the same browser tab
- Support ability to add custom share strategies for
shareIn
extendingjsSocials.shareStrategies
registry - Add new shares
- StumbleUpon
- LINE
- Add
to
option foremail
share to be able to specifyTo
field of an email
v1.1.0
Changes
- Introduce
shareOption(share, optionName, [optionValue])
method to set/get share option value - Support whatsapp sharing
- Support partial shareUrl params substitution (
param=static_part_{param_value}
in addition toparam={param_value}
)
Fixes
- #25 Updating an option of jsSocials refreshes sharing options
- #26 Correct linkedIn sharing url for mobile
- #27 Remove twitter countUrl (twitter urls count endpoint is not available since 20th November https://blog.twitter.com/2015/hard-decisions-for-a-sustainable-platform)
- Correct styles for shares count box for
plain
theme