Version Description
- Some fixes
Download this release
Release Info
Developer | sociable |
Plugin | Sociable |
Version | 4.2.7 |
Comparing to | |
See all releases |
Code changes from version 4.2.5 to 4.2.7
- images/index.php +5 -0
- readme.txt +10 -2
- sociable.php +6 -10
images/index.php
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* Sociable - Blogplay.com
|
4 |
+
*/
|
5 |
+
?>
|
readme.txt
CHANGED
@@ -10,7 +10,7 @@ Requires at least: 2.6
|
|
10 |
|
11 |
Tested up to: 3.3.1
|
12 |
|
13 |
-
Stable tag: 4.2.
|
14 |
|
15 |
Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,5 million downloads and is experiencing an exponential growth and amazing new features. Your feedback is much apreciated. Enjoy!
|
16 |
|
@@ -48,7 +48,7 @@ Also use the forum for ideas, feedback, suggestions. We'll try to check the foru
|
|
48 |
What happened to the old icons? You can still use them in the new version, but they're not the default style anymore.
|
49 |
Sociable finds its home outside of the WordPress environment on Blogplay.com-
|
50 |
|
51 |
-
*** Sociable 4.2.
|
52 |
= Recent Updates =
|
53 |
|
54 |
* Add Private Options
|
@@ -128,6 +128,14 @@ You can still use them. It's just they're not the default anymore.
|
|
128 |
Please send us an email to sociableblogplay [ at ] gmail.com
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
= 4.2.5 =
|
132 |
|
133 |
* Privacy options
|
10 |
|
11 |
Tested up to: 3.3.1
|
12 |
|
13 |
+
Stable tag: 4.2.7
|
14 |
|
15 |
Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,5 million downloads and is experiencing an exponential growth and amazing new features. Your feedback is much apreciated. Enjoy!
|
16 |
|
48 |
What happened to the old icons? You can still use them in the new version, but they're not the default style anymore.
|
49 |
Sociable finds its home outside of the WordPress environment on Blogplay.com-
|
50 |
|
51 |
+
*** Sociable 4.2.7 ***
|
52 |
= Recent Updates =
|
53 |
|
54 |
* Add Private Options
|
128 |
Please send us an email to sociableblogplay [ at ] gmail.com
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 4.2.7 =
|
132 |
+
|
133 |
+
* Some fixes
|
134 |
+
|
135 |
+
= 4.2.6 =
|
136 |
+
|
137 |
+
* Save issue
|
138 |
+
|
139 |
= 4.2.5 =
|
140 |
|
141 |
* Privacy options
|
sociable.php
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/*
|
4 |
|
5 |
Plugin Name: Sociable
|
@@ -8,7 +7,7 @@ Plugin URI: http://blogplay.com/plugin
|
|
8 |
|
9 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
10 |
|
11 |
-
Version: 4.2.
|
12 |
|
13 |
Author: Blogplay
|
14 |
|
@@ -25,13 +24,10 @@ This program is free software; you can redistribute it and/or modify it under th
|
|
25 |
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
26 |
|
27 |
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
28 |
-
|
29 |
*/
|
30 |
|
31 |
/*
|
32 |
-
|
33 |
* Define Some Paths
|
34 |
-
|
35 |
*/
|
36 |
|
37 |
define( 'SOCIABLE_HTTP_PATH' , WP_PLUGIN_URL . '/' . str_replace(basename( __FILE__) , "" , plugin_basename(__FILE__) ) );
|
@@ -116,7 +112,7 @@ function sociable_init(){
|
|
116 |
|
117 |
if (!isset($skyscraper_options['accept_read_twitter'])){
|
118 |
|
119 |
-
skyscraper_reset();
|
120 |
}
|
121 |
|
122 |
|
@@ -206,7 +202,7 @@ function sociable_reset(){
|
|
206 |
//Delete All Metadata From The Database ?
|
207 |
$wpdb->query("DELETE FROM $wpdb->postmeta WHERE meta_key = '_sociableoff'");
|
208 |
$sociable_options = array(
|
209 |
-
'version' =>'4.2.
|
210 |
|
211 |
'automatic_mode' => 'on',
|
212 |
|
@@ -338,7 +334,7 @@ function sociable_reset(){
|
|
338 |
|
339 |
'favicon' => 'twitter.png',
|
340 |
|
341 |
-
'url' => 'http://twitter.com/intent/tweet?text=TITLE%20-%20PERMALINK%20
|
342 |
|
343 |
'spriteCoordinates' => Array(
|
344 |
|
@@ -359,7 +355,7 @@ function sociable_reset(){
|
|
359 |
|
360 |
'favicon' => 'twitter.png',
|
361 |
|
362 |
-
'url' => '<a href="https://twitter.com/share" data-text="TITLECOUNT - PERMALINKCOUNT
|
363 |
|
364 |
'spriteCoordinates' => Array(
|
365 |
|
@@ -1006,7 +1002,7 @@ global $sociable_options;
|
|
1006 |
if ( isset( $site['class'] ) ) {
|
1007 |
$imageclass .= 'sociable_' . $site['class'];
|
1008 |
}
|
1009 |
-
|
1010 |
if( $imagestyle != '' ){
|
1011 |
$imagestyle = 'style="' . $imagestyle . '"';
|
1012 |
}
|
1 |
<?php
|
|
|
2 |
/*
|
3 |
|
4 |
Plugin Name: Sociable
|
7 |
|
8 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
9 |
|
10 |
+
Version: 4.2.7
|
11 |
|
12 |
Author: Blogplay
|
13 |
|
24 |
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
25 |
|
26 |
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
27 |
*/
|
28 |
|
29 |
/*
|
|
|
30 |
* Define Some Paths
|
|
|
31 |
*/
|
32 |
|
33 |
define( 'SOCIABLE_HTTP_PATH' , WP_PLUGIN_URL . '/' . str_replace(basename( __FILE__) , "" , plugin_basename(__FILE__) ) );
|
112 |
|
113 |
if (!isset($skyscraper_options['accept_read_twitter'])){
|
114 |
|
115 |
+
//skyscraper_reset();
|
116 |
}
|
117 |
|
118 |
|
202 |
//Delete All Metadata From The Database ?
|
203 |
$wpdb->query("DELETE FROM $wpdb->postmeta WHERE meta_key = '_sociableoff'");
|
204 |
$sociable_options = array(
|
205 |
+
'version' =>'4.2.7',
|
206 |
|
207 |
'automatic_mode' => 'on',
|
208 |
|
334 |
|
335 |
'favicon' => 'twitter.png',
|
336 |
|
337 |
+
'url' => 'http://twitter.com/intent/tweet?text=TITLE%20-%20PERMALINK%20(via%20@sociablesite)%20/blogplay.com/%20blogplay.com',
|
338 |
|
339 |
'spriteCoordinates' => Array(
|
340 |
|
355 |
|
356 |
'favicon' => 'twitter.png',
|
357 |
|
358 |
+
'url' => '<a href="https://twitter.com/share" data-text="TITLECOUNT - PERMALINKCOUNT *blogplay.com* blogplay.com" data-url="PERMALINKCOUNT" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>',
|
359 |
|
360 |
'spriteCoordinates' => Array(
|
361 |
|
1002 |
if ( isset( $site['class'] ) ) {
|
1003 |
$imageclass .= 'sociable_' . $site['class'];
|
1004 |
}
|
1005 |
+
|
1006 |
if( $imagestyle != '' ){
|
1007 |
$imagestyle = 'style="' . $imagestyle . '"';
|
1008 |
}
|