Version Description
- Fixed position of Facebook "Like" button
Download this release
Release Info
Developer | xradar |
Plugin | Simple Social Media Share Buttons – Social Sharing for Everyone |
Version | 1.7.4 |
Comparing to | |
See all releases |
Code changes from version 1.7.3 to 1.7.4
- readme.txt +6 -5
- simple-social-buttons.php +3 -3
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UD823
|
|
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 |
|
@@ -42,8 +42,6 @@ Simple Social Buttons is currently in the following languages:
|
|
42 |
- Spanish
|
43 |
- Thai
|
44 |
|
45 |
-
Feel free if you want to create a translation of this plugin. Contact me via e-mail or Twitter [@rabinek](https://twitter.com/rabinek "Paweł Rabinek on Twitter"), and I'll add your's translation to Simple Social Buttons.
|
46 |
-
|
47 |
For more information about Wordpress and SEO, visit my blog [Rabinek.pl](http://www.rabinek.pl/ "Paweł Rabinek - Blog SEO") (in polish) and my company [RedSEO](http://www.redseo.pl/ "RedSEO") (in polish).
|
48 |
Also check my free SEO audit tool [Seoptimer.com - Website Review](http://www.seoptimer.com/ "Free SEO Audit tool").
|
49 |
|
@@ -75,7 +73,7 @@ This plugin automatically adds the Facebook Like button, Google plus one +1, Twi
|
|
75 |
|
76 |
= How about support? =
|
77 |
|
78 |
-
|
79 |
|
80 |
= Is there a template tag for custom install? =
|
81 |
|
@@ -187,4 +185,7 @@ Make sure you have set WPLANG in wp-config.php file. Correct values are "en_US"
|
|
187 |
|
188 |
= 1.7.3 =
|
189 |
* New description and donation link
|
190 |
-
* New polish and english translation
|
|
|
|
|
|
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.4
|
8 |
|
9 |
Insert and customize social buttons: Facebook Like it, Google plus +1, Twitter share, Pinterest Pin it. Share your content with friends.
|
10 |
|
42 |
- Spanish
|
43 |
- Thai
|
44 |
|
|
|
|
|
45 |
For more information about Wordpress and SEO, visit my blog [Rabinek.pl](http://www.rabinek.pl/ "Paweł Rabinek - Blog SEO") (in polish) and my company [RedSEO](http://www.redseo.pl/ "RedSEO") (in polish).
|
46 |
Also check my free SEO audit tool [Seoptimer.com - Website Review](http://www.seoptimer.com/ "Free SEO Audit tool").
|
47 |
|
73 |
|
74 |
= How about support? =
|
75 |
|
76 |
+
Use [plugin's forum](http://wordpress.org/support/plugin/simple-social-buttons "Forum") to ask about plugin or report some problems.
|
77 |
|
78 |
= Is there a template tag for custom install? =
|
79 |
|
185 |
|
186 |
= 1.7.3 =
|
187 |
* New description and donation link
|
188 |
+
* New polish and english translation
|
189 |
+
|
190 |
+
= 1.7.4 =
|
191 |
+
* Fixed position of Facebook "Like" button
|
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 |
|
@@ -178,7 +178,7 @@ window.___gcfg = {lang: '<?php echo $lang_g; ?>'};
|
|
178 |
div.simplesocialbuttons { height: 20px; margin: 10px auto 10px 0; text-align: left; clear: left; }
|
179 |
div.simplesocialbutton { float: left; }
|
180 |
div.ssb-button-googleplus { width: 100px; }
|
181 |
-
div.ssb-button-fblike { width: 140px; }
|
182 |
div.ssb-button-twitter { width: 130px; }
|
183 |
div.ssb-button-pinterest { width: 100px; }
|
184 |
.fb-like iframe { max-width: none !important; }
|
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.4
|
8 |
Author URI: http://www.rabinek.pl/
|
9 |
*/
|
10 |
|
35 |
|
36 |
class SimpleSocialButtonsPR {
|
37 |
var $pluginName = 'Simple Social Buttons';
|
38 |
+
var $pluginVersion = '1.7.4';
|
39 |
var $pluginPrefix = 'ssb_pr_';
|
40 |
var $hideCustomMetaKey = '_ssb_hide';
|
41 |
|
178 |
div.simplesocialbuttons { height: 20px; margin: 10px auto 10px 0; text-align: left; clear: left; }
|
179 |
div.simplesocialbutton { float: left; }
|
180 |
div.ssb-button-googleplus { width: 100px; }
|
181 |
+
div.ssb-button-fblike { width: 140px; line-height: 1; }
|
182 |
div.ssb-button-twitter { width: 130px; }
|
183 |
div.ssb-button-pinterest { width: 100px; }
|
184 |
.fb-like iframe { max-width: none !important; }
|