=== SF Social Share ===

Contributors: GregLone
Tags: Share, sharing, social, social sharing, twitter, facebook, google, googleplus, pinterest, linkedin, email
Requires at least: 3.5
Tested up to: 4.3.1
Stable tag: trunk
License: GPLv3
License URI: http://www.screenfeed.fr/gpl-v3.txt
Added: 2015-08-07
Plugin URI: http://www.screenfeed.fr/plugin-wp/sf-social-share/
Contributors profile: http://profiles.wordpress.org/greglone/

Share buttons for developers (no admin UI).


== Description ==

I'm lazy, see [the plugin's page](http://www.screenfeed.fr/plugin-wp/sf-social-share/) (French).

= Translations =

* US English
* French


== Installation ==

1. If you don't know what to do, this plugin is not for you.


== Frequently Asked Questions ==

Nope.


== Changelog ==

= 1.1.2 =

* 2015/10/04
* Bugfix: missing ajax URL variable in javascript.

= 1.1.1 =

* 2015/09/13
* New: the plugin now includes an updater.
* Bugfix: wrong variable name in javascript.

= 1.1 =

* 2015/08/12
* New: each button will display a small error message to administrators and authors if the APIs can't be reached. It's a back-compatibility breaker if you use your own CSS (new style) and/or JS (the ajax call doesn't return only counters now). An error `0` means the error is unknown. The code error is returned otherwise.
* Related: new constant `SFSS_CAPABILITY`, new HTML class added to the body (for administrators and authors only), 8th argument in the button template, new post metas `_{$network}-error`.
* New function `sfss_counter_format()`: now the counters are formatted the same way everywhere, and not based on 1024 anymore.
* The class for the counters is now filtrable, and so, extendable.
* API URLs are now filtrable.
* Switched Twitter API URL from https to http. The SSL version has problems. BTW, be aware that this API is deprecated and can be stopped anytime by Twitter.
* Changed the Facebook API URL.
* More Yoda conditions there are (yurk).
* And thanks to Julien Maury for the advices and help :)

= 1.0 =

* 2015/08/07
* Aaaaaaaand... it's here.