Version Description
- New sreenshots of plugin
Download this release
Release Info
Developer | xradar |
Plugin | Simple Social Media Share Buttons – Social Sharing for Everyone |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0 to 1.7.1
- readme.txt +8 -6
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.jpg +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- simple-social-buttons.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.rabinek.pl/
|
|
4 |
Tags: facebook, google, twitter, pinterest, plus one, like it, like, share, pin, pin it
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.8
|
7 |
-
Stable tag: 1.7.
|
8 |
|
9 |
Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
|
10 |
|
@@ -103,10 +103,9 @@ Make sure you have set WPLANG in wp-config.php file. Correct values are "en_US"
|
|
103 |
|
104 |
== Screenshots ==
|
105 |
|
106 |
-
1.
|
107 |
-
2.
|
108 |
-
3. Plugin
|
109 |
-
4. Widget in post edition
|
110 |
|
111 |
|
112 |
== Changelog ==
|
@@ -181,4 +180,7 @@ Make sure you have set WPLANG in wp-config.php file. Correct values are "en_US"
|
|
181 |
|
182 |
= 1.7.0 =
|
183 |
* Fixed margin-right for buttons
|
184 |
-
* Pinterest button code update
|
|
|
|
|
|
4 |
Tags: facebook, google, twitter, pinterest, plus one, like it, like, share, pin, pin it
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 1.7.1
|
8 |
|
9 |
Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
|
10 |
|
103 |
|
104 |
== Screenshots ==
|
105 |
|
106 |
+
1. All buttons before the content
|
107 |
+
2. Widget in post edition
|
108 |
+
3. Plugin settings page
|
|
|
109 |
|
110 |
|
111 |
== Changelog ==
|
180 |
|
181 |
= 1.7.0 =
|
182 |
* Fixed margin-right for buttons
|
183 |
+
* Pinterest button code update
|
184 |
+
|
185 |
+
= 1.7.1 =
|
186 |
+
* New sreenshots of plugin
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.jpg
DELETED
Binary file
|
screenshot-3.png
ADDED
Binary file
|
screenshot-4.png
DELETED
Binary file
|
simple-social-buttons.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://www.rabinek.pl/simple-social-buttons-wordpress/
|
5 |
Description: Insert social buttons into posts and archives: Facebook "Like it", Google Plus One "+1", Twitter share and Pinterest.
|
6 |
Author: Paweł Rabinek
|
7 |
-
Version: 1.7.
|
8 |
Author URI: http://www.rabinek.pl/
|
9 |
*/
|
10 |
|
@@ -35,7 +35,7 @@
|
|
35 |
|
36 |
class SimpleSocialButtonsPR {
|
37 |
var $pluginName = 'Simple Social Buttons';
|
38 |
-
var $pluginVersion = '1.7.
|
39 |
var $pluginPrefix = 'ssb_pr_';
|
40 |
var $hideCustomMetaKey = '_ssb_hide';
|
41 |
|
4 |
Plugin URI: http://www.rabinek.pl/simple-social-buttons-wordpress/
|
5 |
Description: Insert social buttons into posts and archives: Facebook "Like it", Google Plus One "+1", Twitter share and Pinterest.
|
6 |
Author: Paweł Rabinek
|
7 |
+
Version: 1.7.1
|
8 |
Author URI: http://www.rabinek.pl/
|
9 |
*/
|
10 |
|
35 |
|
36 |
class SimpleSocialButtonsPR {
|
37 |
var $pluginName = 'Simple Social Buttons';
|
38 |
+
var $pluginVersion = '1.7.1';
|
39 |
var $pluginPrefix = 'ssb_pr_';
|
40 |
var $hideCustomMetaKey = '_ssb_hide';
|
41 |
|