From c1603794a3723425de6a133efe643de0084ed768 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Mon, 26 Aug 2013 13:15:30 +0400 Subject: [PATCH] Readme, changelog. --- Readme.md | 46 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index f06e830..7b8a98a 100644 --- a/Readme.md +++ b/Readme.md @@ -21,9 +21,42 @@ Or install via [Bower](http://bower.io/): `$ bower install social-likes`. ### Layout -`notext` +#### Default -Use class ```social-likes_notext``` and remove buttons text for icons only mode. +All buttons in a row. + +``` + +``` + +#### Vertical + +All buttons in a column. + +``` + +``` + +#### Single button + +One button with a counter (summ of all the networks). Opens popup with like buttons in vertical layout. Use `data-single-title` attribute to change button title. + +``` + +``` + +#### Icons only + +If you want to remove button titles add `social-likes_notext` class to make it looks better. ``` ``` + ### Options Options define via HTML data attributes. @@ -167,6 +201,10 @@ See [wiki](https://github.com/sapegin/social-likes/wiki/How-to-use-Social-Likes- ## Release History +### 2013-08-26 v2.0.12 + +* Icons only mode (by [@albburtsev](https://github.com/albburtsev)). + ### 2013-08-08 v2.0.11 * `counter.social-likes` event (#32). @@ -183,8 +221,8 @@ See [wiki](https://github.com/sapegin/social-likes/wiki/How-to-use-Social-Likes- ### 2013-02-05 v2.0.7 -* `data-title` and `data-url` attributes (by @jalkoby). -* Pinterest button (mostly by @jalkoby). +* `data-title` and `data-url` attributes (by [@jalkoby](https://github.com/jalkoby]). +* Pinterest button (mostly by [@jalkoby](https://github.com/jalkoby]). * Code button removed.