Version Description
- Added option to adjust the distance between the floating sharebar and the post.
- Sharebar can be floated on right side also.
- More than 90 Sharethis services are made available for selection.
- Added option to hide the credit links.
- Minor UI tweaks.
Download this release
Release Info
Developer | vaakash |
Plugin | WP Socializer |
Version | 2.4.8 |
Comparing to | |
See all releases |
Code changes from version 2.4.7 to 2.4.8
- admin/images/Thumbs.db +0 -0
- admin/images/buttons/Thumbs.db +0 -0
- admin/images/donate.png +0 -0
- admin/js/share.php +12 -11
- admin/wpsr-admin-css.css +14 -2
- admin/wpsr-admin-floating-bar.php +33 -8
- admin/wpsr-admin-js.js +1 -1
- admin/wpsr-admin-mini-css.css +14 -15
- admin/wpsr-admin.php +22 -5
- admin/wpsr-services-selector.php +15 -21
- includes/wpsr-floatingbar.php +17 -3
- public/buttons/Thumbs.db +0 -0
- public/js/wp-socializer-floating-bar-js.js +3 -1
- public/social-icons/16/Thumbs.db +0 -0
- public/social-icons/32/Thumbs.db +0 -0
- public/social-icons/Thumbs.db +0 -0
- readme.txt +14 -6
- wp-socializer.php +3 -3
admin/images/Thumbs.db
DELETED
Binary file
|
admin/images/buttons/Thumbs.db
DELETED
Binary file
|
admin/images/donate.png
CHANGED
Binary file
|
admin/js/share.php
CHANGED
@@ -42,19 +42,20 @@ p {
|
|
42 |
<h3>Donate and support this plugin !</h3>
|
43 |
<p>If you like this plugin, then just make a small donation for this plugin.</p>
|
44 |
<p style="font-size:10px">This plugin is free with premium features, so your donation will encourage me to work on the plugin to add more features.</p>
|
45 |
-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="
|
46 |
-
<input
|
47 |
-
<input name="
|
48 |
-
<input type="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
<input align="right" src="../images/paypal.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" type="image" border="0">
|
50 |
-
<input name="item_name" value="Donation for WP Socializer plugin" type="hidden">
|
51 |
-
<input name="no_shipping" value="0" type="hidden">
|
52 |
-
<input name="no_note" value="1" type="hidden">
|
53 |
-
<input name="currency_code" value="USD" type="hidden">
|
54 |
-
<input name="tax" value="0" type="hidden">
|
55 |
-
<input name="lc" value="US" type="hidden">
|
56 |
-
<input name="bn" value="PP-DonationsBF" type="hidden">
|
57 |
</form>
|
|
|
58 |
</div>
|
59 |
<?php endif; ?>
|
60 |
|
42 |
<h3>Donate and support this plugin !</h3>
|
43 |
<p>If you like this plugin, then just make a small donation for this plugin.</p>
|
44 |
<p style="font-size:10px">This plugin is free with premium features, so your donation will encourage me to work on the plugin to add more features.</p>
|
45 |
+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
|
46 |
+
<input type="hidden" name="cmd" value="_xclick">$
|
47 |
+
<input type="number" name="amount" class="txtBox" value="20">
|
48 |
+
<input type="hidden" name="business" value="donations@aakashweb.com">
|
49 |
+
<input type="hidden" name="lc" value="US">
|
50 |
+
<input type="hidden" name="item_name" value="Donation for WP Socializer plugin">
|
51 |
+
<input type="hidden" name="button_subtype" value="services">
|
52 |
+
<input type="hidden" name="no_note" value="1">
|
53 |
+
<input type="hidden" name="no_shipping" value="1">
|
54 |
+
<input type="hidden" name="rm" value="1">
|
55 |
+
<input type="hidden" name="currency_code" value="USD">
|
56 |
<input align="right" src="../images/paypal.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" type="image" border="0">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
</form>
|
58 |
+
|
59 |
</div>
|
60 |
<?php endif; ?>
|
61 |
|
admin/wpsr-admin-css.css
CHANGED
@@ -539,7 +539,7 @@
|
|
539 |
width: 32px;
|
540 |
display: block;
|
541 |
}
|
542 |
-
.wpsr_donate a{ background-image: url(images/donate.png); }
|
543 |
.wpsr_share a{ background-image: url(images/share.png); }
|
544 |
.wpsr_pressthis a{ background-image: url(images/pressthis.png); }
|
545 |
|
@@ -612,6 +612,14 @@
|
|
612 |
font-size: 13px;
|
613 |
text-decoration: none;
|
614 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
615 |
.startBt{
|
616 |
text-align: center;
|
617 |
margin: 30px 0px 25px;
|
@@ -715,7 +723,7 @@
|
|
715 |
}
|
716 |
|
717 |
.plugin_promo{
|
718 |
-
right: -
|
719 |
top: 180px;
|
720 |
position: absolute;
|
721 |
padding: 5px;
|
@@ -766,6 +774,10 @@
|
|
766 |
label img{
|
767 |
vertical-align: middle;
|
768 |
}
|
|
|
|
|
|
|
|
|
769 |
|
770 |
* html .clearfix{
|
771 |
height: 1%;
|
539 |
width: 32px;
|
540 |
display: block;
|
541 |
}
|
542 |
+
.wpsr_donate a{ background-image: url(images/donate.png?v=3); }
|
543 |
.wpsr_share a{ background-image: url(images/share.png); }
|
544 |
.wpsr_pressthis a{ background-image: url(images/pressthis.png); }
|
545 |
|
612 |
font-size: 13px;
|
613 |
text-decoration: none;
|
614 |
}
|
615 |
+
.subTitle{
|
616 |
+
background: whiteSmoke;
|
617 |
+
padding: 15px;
|
618 |
+
margin-bottom: 15px;
|
619 |
+
border-radius: 5px;
|
620 |
+
border: 1px solid #DFDFDF;
|
621 |
+
font-size: 15px;
|
622 |
+
}
|
623 |
.startBt{
|
624 |
text-align: center;
|
625 |
margin: 30px 0px 25px;
|
723 |
}
|
724 |
|
725 |
.plugin_promo{
|
726 |
+
right: -95px;
|
727 |
top: 180px;
|
728 |
position: absolute;
|
729 |
padding: 5px;
|
774 |
label img{
|
775 |
vertical-align: middle;
|
776 |
}
|
777 |
+
.shareThisTbl input[type=text]{
|
778 |
+
width: 60%;
|
779 |
+
padding: 5px;
|
780 |
+
}
|
781 |
|
782 |
* html .clearfix{
|
783 |
height: 1%;
|
admin/wpsr-admin-floating-bar.php
CHANGED
@@ -14,6 +14,7 @@ function wpsr_floatbts_reset_values(){
|
|
14 |
$wpsr_floatbts['disabled'] = 0;
|
15 |
|
16 |
$wpsr_floatbts['floatleft_movable'] = 1;
|
|
|
17 |
$wpsr_floatbts['bottomfixed_width'] = 900;
|
18 |
|
19 |
update_option('wpsr_template_floating_bar_data', $wpsr_floatbts);
|
@@ -38,6 +39,7 @@ function wpsr_admin_page_floating_bar(){
|
|
38 |
$wpsr_floatbts['disabled'] = $_POST['wpsr_floatbts_disabled'];
|
39 |
|
40 |
$wpsr_floatbts['floatleft_movable'] = $_POST['wpsr_floatbts_floatleft_movable'];
|
|
|
41 |
$wpsr_floatbts['bottomfixed_width'] = stripslashes($_POST['wpsr_floatbts_bottomfixed_width']);
|
42 |
|
43 |
update_option('wpsr_template_floating_bar_data', $wpsr_floatbts);
|
@@ -55,6 +57,10 @@ function wpsr_admin_page_floating_bar(){
|
|
55 |
## Assign the defaults to temp variables
|
56 |
$wpsr_floatbts = get_option('wpsr_template_floating_bar_data');
|
57 |
|
|
|
|
|
|
|
|
|
58 |
## Set the defaults to the First time users.
|
59 |
if($wpsr_floatbts == ''){
|
60 |
wpsr_floatbts_reset_values();
|
@@ -65,7 +71,6 @@ function wpsr_admin_page_floating_bar(){
|
|
65 |
<div class="header">
|
66 |
<?php echo wpsr_admin_buttons('fbrec'); ?>
|
67 |
<h2><img width="32" height="32" src="<?php echo WPSR_ADMIN_URL; ?>images/wp-socializer.png" align="absmiddle"/> WP Socializer<span class="smallText"> v<?php echo WPSR_VERSION; ?></span></h2>
|
68 |
-
<span class="subTitle">Floating Share Bar</span>
|
69 |
</div><!-- Header -->
|
70 |
|
71 |
<ul class="wpsr_share_wrap">
|
@@ -76,6 +81,8 @@ function wpsr_admin_page_floating_bar(){
|
|
76 |
|
77 |
<form id="content" method="post">
|
78 |
|
|
|
|
|
79 |
<h3>Settings:</h3>
|
80 |
<div class="section">
|
81 |
<table width="100%" height="194" border="0">
|
@@ -83,7 +90,10 @@ function wpsr_admin_page_floating_bar(){
|
|
83 |
<td width="35%" height="52">Position of the Floating share bar</td>
|
84 |
<td width="65%">
|
85 |
<label><input type="radio" name="wpsr_floatbts_position" <?php echo $wpsr_floatbts['position'] == 'float_left' ? ' checked="checked"' : ''; ?> value="float_left"/> Left Float</label><br/>
|
86 |
-
<label><input type="radio" name="wpsr_floatbts_position" <?php echo $wpsr_floatbts['position'] == 'bottom_fixed' ? ' checked="checked"' : ''; ?> value="bottom_fixed"/> Bottom Fixed</label
|
|
|
|
|
|
|
87 |
</tr>
|
88 |
<tr>
|
89 |
<td height="41">Color theme </td>
|
@@ -102,7 +112,7 @@ function wpsr_admin_page_floating_bar(){
|
|
102 |
</td>
|
103 |
</tr>
|
104 |
<tr>
|
105 |
-
<td height="37">
|
106 |
<td><input name="wpsr_floatbts_disabled" id="wpsr_floatbts_disabled" type="checkbox" value="1" <?php echo $wpsr_floatbts['disabled'] == "1" ? 'checked="checked"' : ""; ?> /></td>
|
107 |
</tr>
|
108 |
</table>
|
@@ -121,7 +131,7 @@ function wpsr_admin_page_floating_bar(){
|
|
121 |
?>
|
122 |
</ul>
|
123 |
|
124 |
-
<h4>Selected buttons <small class="smallText">(Double click to remove button)</small></h4>
|
125 |
<ul class="floatBtsSel clearfix">
|
126 |
<?php
|
127 |
if(!empty($wpsr_floatbts['selectedbts'])){
|
@@ -137,16 +147,30 @@ function wpsr_admin_page_floating_bar(){
|
|
137 |
|
138 |
<h3>Other Settings</h3>
|
139 |
<div class="section">
|
|
|
|
|
140 |
<table width="100%" border="0">
|
141 |
<tr>
|
142 |
-
<td
|
143 |
-
<td
|
144 |
</tr>
|
145 |
<tr>
|
146 |
-
<td>
|
147 |
-
<td
|
|
|
|
|
148 |
</tr>
|
149 |
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
</div>
|
151 |
|
152 |
<div class="footer">
|
@@ -159,6 +183,7 @@ function wpsr_admin_page_floating_bar(){
|
|
159 |
</form>
|
160 |
|
161 |
<div class="bottomInfo">
|
|
|
162 |
<p align="center"><a href="https://twitter.com/vaakash" class="twitter-follow-button" data-show-count="false" data-width="130px" data-align="center">Follow @vaakash</a></p>
|
163 |
<p align="center"><a href="http://www.aakashweb.com/" class="credits" target="_blank">a Aakash Web plugin</a></p>
|
164 |
</div>
|
14 |
$wpsr_floatbts['disabled'] = 0;
|
15 |
|
16 |
$wpsr_floatbts['floatleft_movable'] = 1;
|
17 |
+
$wpsr_floatbts['floatleft_offset'] = 25;
|
18 |
$wpsr_floatbts['bottomfixed_width'] = 900;
|
19 |
|
20 |
update_option('wpsr_template_floating_bar_data', $wpsr_floatbts);
|
39 |
$wpsr_floatbts['disabled'] = $_POST['wpsr_floatbts_disabled'];
|
40 |
|
41 |
$wpsr_floatbts['floatleft_movable'] = $_POST['wpsr_floatbts_floatleft_movable'];
|
42 |
+
$wpsr_floatbts['floatleft_offset'] = stripslashes($_POST['wpsr_floatbts_floatleft_offset']);
|
43 |
$wpsr_floatbts['bottomfixed_width'] = stripslashes($_POST['wpsr_floatbts_bottomfixed_width']);
|
44 |
|
45 |
update_option('wpsr_template_floating_bar_data', $wpsr_floatbts);
|
57 |
## Assign the defaults to temp variables
|
58 |
$wpsr_floatbts = get_option('wpsr_template_floating_bar_data');
|
59 |
|
60 |
+
if($wpsr_floatbts['floatleft_offset'] == ''){
|
61 |
+
$wpsr_floatbts['floatleft_offset'] = '25';
|
62 |
+
}
|
63 |
+
|
64 |
## Set the defaults to the First time users.
|
65 |
if($wpsr_floatbts == ''){
|
66 |
wpsr_floatbts_reset_values();
|
71 |
<div class="header">
|
72 |
<?php echo wpsr_admin_buttons('fbrec'); ?>
|
73 |
<h2><img width="32" height="32" src="<?php echo WPSR_ADMIN_URL; ?>images/wp-socializer.png" align="absmiddle"/> WP Socializer<span class="smallText"> v<?php echo WPSR_VERSION; ?></span></h2>
|
|
|
74 |
</div><!-- Header -->
|
75 |
|
76 |
<ul class="wpsr_share_wrap">
|
81 |
|
82 |
<form id="content" method="post">
|
83 |
|
84 |
+
<div class="subTitle">Floating Share Bar</div>
|
85 |
+
|
86 |
<h3>Settings:</h3>
|
87 |
<div class="section">
|
88 |
<table width="100%" height="194" border="0">
|
90 |
<td width="35%" height="52">Position of the Floating share bar</td>
|
91 |
<td width="65%">
|
92 |
<label><input type="radio" name="wpsr_floatbts_position" <?php echo $wpsr_floatbts['position'] == 'float_left' ? ' checked="checked"' : ''; ?> value="float_left"/> Left Float</label><br/>
|
93 |
+
<label><input type="radio" name="wpsr_floatbts_position" <?php echo $wpsr_floatbts['position'] == 'bottom_fixed' ? ' checked="checked"' : ''; ?> value="bottom_fixed"/> Bottom Fixed</label><br/>
|
94 |
+
<label> Right Float - <a href="http://bit.ly/YjD5Cv" target="_blank">Info</a></label>
|
95 |
+
|
96 |
+
</td>
|
97 |
</tr>
|
98 |
<tr>
|
99 |
<td height="41">Color theme </td>
|
112 |
</td>
|
113 |
</tr>
|
114 |
<tr>
|
115 |
+
<td height="37">Disable the floating sharebar</td>
|
116 |
<td><input name="wpsr_floatbts_disabled" id="wpsr_floatbts_disabled" type="checkbox" value="1" <?php echo $wpsr_floatbts['disabled'] == "1" ? 'checked="checked"' : ""; ?> /></td>
|
117 |
</tr>
|
118 |
</table>
|
131 |
?>
|
132 |
</ul>
|
133 |
|
134 |
+
<h4>Selected buttons <small class="smallText">(Double click to remove button and click drag to rearrange)</small></h4>
|
135 |
<ul class="floatBtsSel clearfix">
|
136 |
<?php
|
137 |
if(!empty($wpsr_floatbts['selectedbts'])){
|
147 |
|
148 |
<h3>Other Settings</h3>
|
149 |
<div class="section">
|
150 |
+
<h4>For Left floating sharebar</h4>
|
151 |
+
|
152 |
<table width="100%" border="0">
|
153 |
<tr>
|
154 |
+
<td height="38">Move the floating bar</td>
|
155 |
+
<td><input name="wpsr_floatbts_floatleft_movable" id="wpsr_floatbts_floatleft_movable" type="checkbox" value="1" <?php echo $wpsr_floatbts['floatleft_movable'] == "1" ? 'checked="checked"' : ""; ?> /></td>
|
156 |
</tr>
|
157 |
<tr>
|
158 |
+
<td height="46">Distance between post and the floating share bar</td>
|
159 |
+
<td><input name="wpsr_floatbts_floatleft_offset" id="wpsr_floatbts_floatleft_offset" type="text" value="<?php echo $wpsr_floatbts['floatleft_offset']; ?>"/> px <br/>
|
160 |
+
<small>Use negative values to move the floating bar to the right</small>
|
161 |
+
</td>
|
162 |
</tr>
|
163 |
</table>
|
164 |
+
|
165 |
+
|
166 |
+
<h4>For bottom fixed sharebar</h4>
|
167 |
+
<table width="100%" height="54" border="0">
|
168 |
+
<tr>
|
169 |
+
<td>Width of the floating bar</td>
|
170 |
+
<td><input name="wpsr_floatbts_bottomfixed_width" id="wpsr_floatbts_bottomfixed_width" type="text" value="<?php echo $wpsr_floatbts['bottomfixed_width']; ?>"/> px</td>
|
171 |
+
</tr>
|
172 |
+
</table>
|
173 |
+
|
174 |
</div>
|
175 |
|
176 |
<div class="footer">
|
183 |
</form>
|
184 |
|
185 |
<div class="bottomInfo">
|
186 |
+
<p align="center"><a href="http://bit.ly/wpsrDonation" target="_blank"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" /></a></p>
|
187 |
<p align="center"><a href="https://twitter.com/vaakash" class="twitter-follow-button" data-show-count="false" data-width="130px" data-align="center">Follow @vaakash</a></p>
|
188 |
<p align="center"><a href="http://www.aakashweb.com/" class="credits" target="_blank">a Aakash Web plugin</a></p>
|
189 |
</div>
|
admin/wpsr-admin-js.js
CHANGED
@@ -407,7 +407,7 @@ function openAddthis(){
|
|
407 |
}
|
408 |
|
409 |
function openServiceSelctor(windowUrl, id){
|
410 |
-
var atw = window.open(windowUrl + document.getElementById(id).value, 'wpsr_services_popup','width=
|
411 |
atw.focus();
|
412 |
return false;
|
413 |
}
|
407 |
}
|
408 |
|
409 |
function openServiceSelctor(windowUrl, id){
|
410 |
+
var atw = window.open(windowUrl + document.getElementById(id).value, 'wpsr_services_popup','width=620,height=660,scrollbars=1');
|
411 |
atw.focus();
|
412 |
return false;
|
413 |
}
|
admin/wpsr-admin-mini-css.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/*
|
2 |
* Author : Aakash Chakravarthy
|
3 |
-
* Version : 1.
|
4 |
*/
|
5 |
|
6 |
*{
|
@@ -12,7 +12,7 @@ body{
|
|
12 |
background: #F9F9F9;
|
13 |
}
|
14 |
h2{
|
15 |
-
margin: 10px
|
16 |
}
|
17 |
small {
|
18 |
color: #999999;
|
@@ -25,23 +25,22 @@ input{
|
|
25 |
#wrapper {
|
26 |
border: 1px solid #D4D4D4;
|
27 |
background: #FFFFFF;
|
28 |
-
padding:
|
29 |
-
margin:
|
30 |
-moz-border-radius: 6px;
|
31 |
border-radius: 6px;
|
32 |
-webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 0px 2px 3px;
|
33 |
}
|
34 |
|
35 |
#wrapper form {
|
36 |
-
border-top: 1px solid #
|
37 |
-
margin:
|
38 |
-
padding:
|
39 |
-
}
|
40 |
-
#
|
41 |
-
|
42 |
-
float: right;
|
43 |
-
border: 1px solid #d4d4d4;
|
44 |
-
padding: 5px;
|
45 |
-
-webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 0px 2px 3px;
|
46 |
-
background: #FDFDFD;
|
47 |
}
|
|
|
|
|
|
|
|
1 |
/*
|
2 |
* Author : Aakash Chakravarthy
|
3 |
+
* Version : 1.1
|
4 |
*/
|
5 |
|
6 |
*{
|
12 |
background: #F9F9F9;
|
13 |
}
|
14 |
h2{
|
15 |
+
margin: 0 0 10px 0;
|
16 |
}
|
17 |
small {
|
18 |
color: #999999;
|
25 |
#wrapper {
|
26 |
border: 1px solid #D4D4D4;
|
27 |
background: #FFFFFF;
|
28 |
+
padding: 20px;
|
29 |
+
margin: 20px;
|
30 |
-moz-border-radius: 6px;
|
31 |
border-radius: 6px;
|
32 |
-webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 0px 2px 3px;
|
33 |
}
|
34 |
|
35 |
#wrapper form {
|
36 |
+
border-top: 1px solid #D4D4D4;
|
37 |
+
margin: 15px 0 0 0;
|
38 |
+
padding: 15px 0;
|
39 |
+
}
|
40 |
+
#services{
|
41 |
+
width: 96%;
|
|
|
|
|
|
|
|
|
|
|
42 |
}
|
43 |
+
#updateBt{
|
44 |
+
padding: 5px 15px;
|
45 |
+
font-size: 18px;
|
46 |
+
}
|
admin/wpsr-admin.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Author : Aakash Chakravarthy
|
5 |
*/
|
6 |
|
7 |
-
$wpsr_donate_link = 'http://bit.ly/
|
8 |
function wpsr_admin_menu() {
|
9 |
|
10 |
$icon = WPSR_ADMIN_URL .'images/wp-socializer-20.png';
|
@@ -432,6 +432,7 @@ function wpsr_admin_page(){
|
|
432 |
$wpsr_settings['bitlyusername'] = $_POST['wpsr_settings_bitlyusername'];
|
433 |
$wpsr_settings['bitlyapi'] = $_POST['wpsr_settings_bitlyapi'];
|
434 |
$wpsr_settings['disablewpsr'] = $_POST['wpsr_settings_disablewpsr'];
|
|
|
435 |
$wpsr_settings['scriptsplace'] = $_POST['wpsr_settings_scriptsplace'];
|
436 |
|
437 |
update_option("wpsr_settings_data", $wpsr_settings);
|
@@ -504,7 +505,7 @@ function wpsr_admin_page(){
|
|
504 |
<div class="wrap">
|
505 |
<div class="header">
|
506 |
<?php echo wpsr_admin_buttons('fbrec'); ?>
|
507 |
-
<h2><img width="32" height="32" src="<?php echo WPSR_ADMIN_URL; ?>images/wp-socializer.png" align="absmiddle"/> WP Socializer<span class="smallText">
|
508 |
</div><!-- Header -->
|
509 |
|
510 |
<ul class="wpsr_share_wrap">
|
@@ -514,7 +515,7 @@ function wpsr_admin_page(){
|
|
514 |
</ul>
|
515 |
|
516 |
<div class="plugin_promo">
|
517 |
-
<img src="<?php echo WPSR_ADMIN_URL; ?>images/anpn-thumb.png" width="
|
518 |
<div class="promo_show">
|
519 |
<h3>Advanced Post Navigator - WordPress plugin</h3>
|
520 |
<div class="promo_slide"><a href="http://bit.ly/anpnPro" target="_blank"><img src="<?php echo WPSR_ADMIN_URL; ?>images/anpn.png" alt="Advanced Post Navigator" width="100%" border="0"/></a></div>
|
@@ -723,7 +724,22 @@ function wpsr_admin_page(){
|
|
723 |
</tr>
|
724 |
</table>
|
725 |
</div>
|
726 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
727 |
<h3><?php _e('Disable WP Socializer', 'wpsr'); ?></h3>
|
728 |
<div class="section">
|
729 |
<table width="100%" height="39" border="0">
|
@@ -964,7 +980,7 @@ function wpsr_admin_page(){
|
|
964 |
<div class="inWindow winSharethis">
|
965 |
<h3>Customize the buttons</h3>
|
966 |
<div class="section">
|
967 |
-
<table width="100%" height="517" border="0" class="tableClr">
|
968 |
<tr>
|
969 |
<th width="50%" height="21"><?php _e('Buttons', 'wpsr'); ?><br />
|
970 |
<span class="smallText"><?php _e('Button type', 'wpsr'); ?></span></th>
|
@@ -1208,6 +1224,7 @@ function wpsr_admin_page(){
|
|
1208 |
</form><!-- Content -->
|
1209 |
|
1210 |
<div class="bottomInfo">
|
|
|
1211 |
<p align="center"><a href="http://youtu.be/1uimAE8rFYE" target="_blank">(Demo video)</a></p>
|
1212 |
<p align="center"><a href="https://twitter.com/vaakash" target="_blank">Follow @vaakash</a></p>
|
1213 |
<p align="center"><a href="http://www.aakashweb.com/" class="credits" target="_blank">a plugin from Aakash Web</a></p>
|
4 |
* Author : Aakash Chakravarthy
|
5 |
*/
|
6 |
|
7 |
+
$wpsr_donate_link = 'http://bit.ly/wpsrDonation';
|
8 |
function wpsr_admin_menu() {
|
9 |
|
10 |
$icon = WPSR_ADMIN_URL .'images/wp-socializer-20.png';
|
432 |
$wpsr_settings['bitlyusername'] = $_POST['wpsr_settings_bitlyusername'];
|
433 |
$wpsr_settings['bitlyapi'] = $_POST['wpsr_settings_bitlyapi'];
|
434 |
$wpsr_settings['disablewpsr'] = $_POST['wpsr_settings_disablewpsr'];
|
435 |
+
$wpsr_settings['disablecredits'] = $_POST['wpsr_settings_disablecredits'];
|
436 |
$wpsr_settings['scriptsplace'] = $_POST['wpsr_settings_scriptsplace'];
|
437 |
|
438 |
update_option("wpsr_settings_data", $wpsr_settings);
|
505 |
<div class="wrap">
|
506 |
<div class="header">
|
507 |
<?php echo wpsr_admin_buttons('fbrec'); ?>
|
508 |
+
<h2><img width="32" height="32" src="<?php echo WPSR_ADMIN_URL; ?>images/wp-socializer.png" align="absmiddle"/> WP Socializer<span class="smallText"> v<?php echo WPSR_VERSION; ?><?php echo $wpsr_is_disabled; ?></span></h2>
|
509 |
</div><!-- Header -->
|
510 |
|
511 |
<ul class="wpsr_share_wrap">
|
515 |
</ul>
|
516 |
|
517 |
<div class="plugin_promo">
|
518 |
+
<img src="<?php echo WPSR_ADMIN_URL; ?>images/anpn-thumb.png" width="60" height="60" />
|
519 |
<div class="promo_show">
|
520 |
<h3>Advanced Post Navigator - WordPress plugin</h3>
|
521 |
<div class="promo_slide"><a href="http://bit.ly/anpnPro" target="_blank"><img src="<?php echo WPSR_ADMIN_URL; ?>images/anpn.png" alt="Advanced Post Navigator" width="100%" border="0"/></a></div>
|
724 |
</tr>
|
725 |
</table>
|
726 |
</div>
|
727 |
+
|
728 |
+
<h3><?php _e('Hide credit links', 'wpsr'); ?></h3>
|
729 |
+
<div class="section">
|
730 |
+
<table width="100%" height="39" border="0">
|
731 |
+
<tr>
|
732 |
+
<td width="49%" height="35"><?php _e('Hide the credit links which appear below the floating share bar', 'wpsr'); ?><br />
|
733 |
+
<span class="smallText"><?php _e('Credit links are added below the floating sharebar to show the support and increase the knowledge of the plugin to other WordPress users.', 'wpsr'); ?></span></td>
|
734 |
+
<td width="51%"><select id="wpsr_settings_disablecredits" name="wpsr_settings_disablecredits">
|
735 |
+
<option <?php echo $wpsr_settings['disablecredits'] == '0' ? ' selected="selected"' : ''; ?> value="0"><?php _e('No', 'wpsr'); ?></option>
|
736 |
+
<option <?php echo $wpsr_settings['disablecredits'] == '1' ? ' selected="selected"' : ''; ?> value="1"><?php _e('Yes', 'wpsr'); ?></option>
|
737 |
+
</select>
|
738 |
+
</td>
|
739 |
+
</tr>
|
740 |
+
</table>
|
741 |
+
</div>
|
742 |
+
|
743 |
<h3><?php _e('Disable WP Socializer', 'wpsr'); ?></h3>
|
744 |
<div class="section">
|
745 |
<table width="100%" height="39" border="0">
|
980 |
<div class="inWindow winSharethis">
|
981 |
<h3>Customize the buttons</h3>
|
982 |
<div class="section">
|
983 |
+
<table width="100%" height="517" border="0" class="tableClr shareThisTbl">
|
984 |
<tr>
|
985 |
<th width="50%" height="21"><?php _e('Buttons', 'wpsr'); ?><br />
|
986 |
<span class="smallText"><?php _e('Button type', 'wpsr'); ?></span></th>
|
1224 |
</form><!-- Content -->
|
1225 |
|
1226 |
<div class="bottomInfo">
|
1227 |
+
<p align="center"><a href="http://bit.ly/wpsrDonation" target="_blank"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" /></a></p>
|
1228 |
<p align="center"><a href="http://youtu.be/1uimAE8rFYE" target="_blank">(Demo video)</a></p>
|
1229 |
<p align="center"><a href="https://twitter.com/vaakash" target="_blank">Follow @vaakash</a></p>
|
1230 |
<p align="center"><a href="http://www.aakashweb.com/" class="credits" target="_blank">a plugin from Aakash Web</a></p>
|
admin/wpsr-services-selector.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
if(empty($_GET['id']) || empty($_GET['
|
4 |
|
5 |
$id = sanitize($_GET['id']);
|
6 |
$val = sanitize($_GET['val']);
|
@@ -8,7 +8,7 @@
|
|
8 |
|
9 |
$addthis_services = array("100zakladok", "2tag", "2linkme", "a1webmarks", "addio", "menu", "adfty", "adifni", "aerosocial", "allmyfaves", "amazonwishlist", "amenme", "aim", "aolmail", "arto", "aviary", "baang", "baidu", "bebo", "bentio", "biggerpockets", "bitly", "bizsugar", "bleetbox", "blinklist", "blip", "blogger", "bloggy", "blogmarks", "blogtrottr", "blurpalicious", "boardlite", "bobrdobr", "bonzobox", "bookmarkedbyus", "socialbookmarkingnet", "bookmarkycz", "bookmerkende", "bordom", "box", "brainify", "bryderi", "buddymarks", "buzzzy", "camyoo", "care2", "chiq", "cirip", "citeulike", "classicalplace", "clickazoo", "clply", "cndig", "colivia", "technerd", "connotea", "cosmiq", "delicious", "designbump", "designmoo", "digthiswebhost", "digaculturanet", "digg", "diggita", "diglog", "digo", "digzign", "diigo", "dipdive", "domelhor", "dosti", "dotnetkicks", "dotnetshoutout", "woscc", "douban", "drimio", "dropjack", "dwellicious", "dzone", "edelight", "efactor", "ekudos", "elefantapl", "email", "mailto", "embarkons", "eucliquei", "evernote", "extraplay", "ezyspot", "fabulously40", "facebook", "informazione", "fark", "farkinda", "fashiolista", "fashionburner", "favable", "faves", "favlogde", "favoritende", "favorites", "favoritus", "flaker", "flosspro", "folkd", "followtags", "forceindya", "thefreedictionary", "fresqui", "friendfeed", "friendster", "funp", "fwisp", "gabbr", "gacetilla", "gamekicker", "givealink", "globalgrind", "gmail", "goodnoows", "google", "googlebuzz", "googlereader", "googletranslate", "gravee", "greaterdebater", "grono", "grumper", "habergentr", "hackernews", "hadashhot", "hatena", "hazarkor", "gluvsnap", "hedgehogs", "hellotxt", "hipstr", "hitmarks", "hotbookmark", "hotklix", "hotmail", "w3validator", "hyves", "idearef", "identica", "igoogle", "ihavegot", "instapaper", "investorlinks", "iorbix", "isociety", "iwiw", "jamespot", "jisko", "joliprint", "jumptags", "zooloo", "kaboodle", "kaevur", "kipup", "kirtsy", "kledy", "kommenting", "latafaneracat", "laaikit", "ladenzeile", "librerio", "linkninja", "linkagogo", "linkedin", "linksgutter", "linkshares", "linkuj", "livefavoris", "livejournal", "lockerblogger", "logger24", "lynki", "mymailru", "markme", "mashbord", "mawindo", "meccho", "meinvz", "mekusharim", "memori", "meneame", "live", "mindbodygreen", "misterwong", "misterwong_de", "mixx", "moemesto", "mototagz", "mrcnetworkit", "multiply", "myaol", "mylinkvault", "myspace", "n4g", "netlog", "netvibes", "netvouz", "newsmeback");
|
10 |
|
11 |
-
$sharethis_services = array("facebook", "fark", "
|
12 |
|
13 |
// Clean the GET variables.
|
14 |
function sanitize($input) {
|
@@ -147,20 +147,10 @@ function loopSelected(){
|
|
147 |
//http://www.mredkj.com/tutorials/tutorial004.html-->
|
148 |
</script>
|
149 |
|
150 |
-
<script>
|
151 |
-
function googleTranslateElementInit() {
|
152 |
-
new google.translate.TranslateElement({
|
153 |
-
pageLanguage: 'en',
|
154 |
-
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
155 |
-
}, 'google_translate_element');
|
156 |
-
}
|
157 |
-
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
158 |
-
|
159 |
</head>
|
160 |
|
161 |
<body>
|
162 |
<div id="wrapper">
|
163 |
-
<div id="google_translate_element"></div>
|
164 |
<h2>Select the services</h2>
|
165 |
<small>Use Control key to select multiple services.</small>
|
166 |
<form>
|
@@ -195,8 +185,8 @@ function googleTranslateElementInit() {
|
|
195 |
<input type="button" value=" Up " onclick="moveUp(this.form.sel2);" title="Up" />
|
196 |
<br />
|
197 |
<input type="button" value="Down" onclick="moveDown(this.form.sel2);" title="Down" />
|
198 |
-
|
199 |
-
|
200 |
<td width="45%">
|
201 |
<select name="sel2" id="sel2" size="20" multiple="multiple" style="width:100%">
|
202 |
<?php
|
@@ -213,16 +203,20 @@ function googleTranslateElementInit() {
|
|
213 |
</td>
|
214 |
</tr>
|
215 |
</table>
|
216 |
-
|
217 |
-
<
|
218 |
-
|
|
|
|
|
|
|
219 |
|
220 |
</form>
|
|
|
|
|
|
|
|
|
221 |
</p>
|
222 |
-
|
223 |
-
<input type="button" onclick="updateAndClose(document.getElementById('services').value, document.getElementById('targetId').value);" value="Update" />
|
224 |
-
</p>
|
225 |
-
<p align="center"><a href="http://www.aakashweb.com/" target="_blank">Aakash Web</a> | <a href="http://www.aakashweb.com/">Help</a> </p>
|
226 |
</div>
|
227 |
|
228 |
</body>
|
1 |
<?php
|
2 |
|
3 |
+
if(empty($_GET['id']) || empty($_GET['bt'])) die('<!-- Empty parameters -->');
|
4 |
|
5 |
$id = sanitize($_GET['id']);
|
6 |
$val = sanitize($_GET['val']);
|
8 |
|
9 |
$addthis_services = array("100zakladok", "2tag", "2linkme", "a1webmarks", "addio", "menu", "adfty", "adifni", "aerosocial", "allmyfaves", "amazonwishlist", "amenme", "aim", "aolmail", "arto", "aviary", "baang", "baidu", "bebo", "bentio", "biggerpockets", "bitly", "bizsugar", "bleetbox", "blinklist", "blip", "blogger", "bloggy", "blogmarks", "blogtrottr", "blurpalicious", "boardlite", "bobrdobr", "bonzobox", "bookmarkedbyus", "socialbookmarkingnet", "bookmarkycz", "bookmerkende", "bordom", "box", "brainify", "bryderi", "buddymarks", "buzzzy", "camyoo", "care2", "chiq", "cirip", "citeulike", "classicalplace", "clickazoo", "clply", "cndig", "colivia", "technerd", "connotea", "cosmiq", "delicious", "designbump", "designmoo", "digthiswebhost", "digaculturanet", "digg", "diggita", "diglog", "digo", "digzign", "diigo", "dipdive", "domelhor", "dosti", "dotnetkicks", "dotnetshoutout", "woscc", "douban", "drimio", "dropjack", "dwellicious", "dzone", "edelight", "efactor", "ekudos", "elefantapl", "email", "mailto", "embarkons", "eucliquei", "evernote", "extraplay", "ezyspot", "fabulously40", "facebook", "informazione", "fark", "farkinda", "fashiolista", "fashionburner", "favable", "faves", "favlogde", "favoritende", "favorites", "favoritus", "flaker", "flosspro", "folkd", "followtags", "forceindya", "thefreedictionary", "fresqui", "friendfeed", "friendster", "funp", "fwisp", "gabbr", "gacetilla", "gamekicker", "givealink", "globalgrind", "gmail", "goodnoows", "google", "googlebuzz", "googlereader", "googletranslate", "gravee", "greaterdebater", "grono", "grumper", "habergentr", "hackernews", "hadashhot", "hatena", "hazarkor", "gluvsnap", "hedgehogs", "hellotxt", "hipstr", "hitmarks", "hotbookmark", "hotklix", "hotmail", "w3validator", "hyves", "idearef", "identica", "igoogle", "ihavegot", "instapaper", "investorlinks", "iorbix", "isociety", "iwiw", "jamespot", "jisko", "joliprint", "jumptags", "zooloo", "kaboodle", "kaevur", "kipup", "kirtsy", "kledy", "kommenting", "latafaneracat", "laaikit", "ladenzeile", "librerio", "linkninja", "linkagogo", "linkedin", "linksgutter", "linkshares", "linkuj", "livefavoris", "livejournal", "lockerblogger", "logger24", "lynki", "mymailru", "markme", "mashbord", "mawindo", "meccho", "meinvz", "mekusharim", "memori", "meneame", "live", "mindbodygreen", "misterwong", "misterwong_de", "mixx", "moemesto", "mototagz", "mrcnetworkit", "multiply", "myaol", "mylinkvault", "myspace", "n4g", "netlog", "netvibes", "netvouz", "newsmeback");
|
10 |
|
11 |
+
$sharethis_services = array("adfty", "allvoices", "amazon_wishlist", "arto", "baidu", "bebo", "blinklist", "blip", "blogmarks", "blogger", "brainify", "buddymarks", "buffer", "bus_exchange", "care2", "chiq", "citeulike", "connotea", "corank", "corkboard", "current", "dealsplus", "delicious", "digg", "diigo", "dotnetshoutout", "dzone", "edmodo", "evernote", "email", "facebook", "fblike", "fbrec", "fbsend", "fark", "fashiolista", "folkd", "formspring", "fresqui", "friendfeed", "funp", "fwisp", "google", "googleplus", "google_bmarks", "google_reader", "google_translate", "hatena", "hyves", "identi", "instapaper", "jumptags", "kaboodle", "linkagogo", "linkedin", "livejournal", "mail_ru", "meneame", "messenger", "mister_wong", "mixx", "moshare", "myspace", "n4g", "netlog", "netvouz", "newsvine", "nujij", "odnoklassniki", "oknotizie", "orkut", "plusone", "pinterest", "raise_your_voice", "reddit", "segnalo", "sharethis", "sina", "slashdot", "sonico", "speedtile", "startaid", "startlap", "stumbleupon", "stumpedia", "technorati", "typepad", "tumblr", "twitter", "viadeo", "virb", "vkontakte", "voxopolis", "wordpress", "xanga", "xerpi", "xing", "yammer", "yigg");
|
12 |
|
13 |
// Clean the GET variables.
|
14 |
function sanitize($input) {
|
147 |
//http://www.mredkj.com/tutorials/tutorial004.html-->
|
148 |
</script>
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
</head>
|
151 |
|
152 |
<body>
|
153 |
<div id="wrapper">
|
|
|
154 |
<h2>Select the services</h2>
|
155 |
<small>Use Control key to select multiple services.</small>
|
156 |
<form>
|
185 |
<input type="button" value=" Up " onclick="moveUp(this.form.sel2);" title="Up" />
|
186 |
<br />
|
187 |
<input type="button" value="Down" onclick="moveDown(this.form.sel2);" title="Down" />
|
188 |
+
</p>
|
189 |
+
</td>
|
190 |
<td width="45%">
|
191 |
<select name="sel2" id="sel2" size="20" multiple="multiple" style="width:100%">
|
192 |
<?php
|
203 |
</td>
|
204 |
</tr>
|
205 |
</table>
|
206 |
+
|
207 |
+
<br/>
|
208 |
+
|
209 |
+
<h3>Selected services:</h3><br/>
|
210 |
+
<p><input name="services" type="text" id="services" value="<?php echo $val; ?>" size="40"/>
|
211 |
+
<input type="hidden" id="targetId" name="targetId" value="<?php echo $id; ?>"/></p>
|
212 |
|
213 |
</form>
|
214 |
+
|
215 |
+
<p align="center">
|
216 |
+
<input type="button" id="updateBt" onclick="updateAndClose(document.getElementById('services').value, document.getElementById('targetId').value);" value="Update" /><br/><br/>
|
217 |
+
<a href="http://www.aakashweb.com/" target="_blank">Aakash Web</a> | <a href="http://bit.ly/wpsrDonation" target="_blank">Donate</a> | <a href="http://www.aakashweb.com/wordpress-plugins/wp-socializer/" target="_blank">Help</a>
|
218 |
</p>
|
219 |
+
|
|
|
|
|
|
|
220 |
</div>
|
221 |
|
222 |
</body>
|
includes/wpsr-floatingbar.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Floating share bar Processor code for WP Socializer Plugin
|
4 |
-
* Version : 1.
|
5 |
* Since : v2.4
|
6 |
* Author : Aakash Chakravarthy
|
7 |
*/
|
@@ -10,6 +10,8 @@
|
|
10 |
function wpsr_process_floatingbts(){
|
11 |
global $wpsr_floating_bar_bts;
|
12 |
$wpsr_floatbts = get_option('wpsr_template_floating_bar_data');
|
|
|
|
|
13 |
$content = '';
|
14 |
|
15 |
if($wpsr_floatbts['disabled'] == 1)
|
@@ -25,7 +27,12 @@ function wpsr_process_floatingbts(){
|
|
25 |
$width = (($wpsr_floatbts['position'] == 'bottom_fixed') ? 'style="width:' . $wpsr_floatbts['bottomfixed_width'] . 'px"' : '');
|
26 |
|
27 |
$start = '<div class="wpsr-floatbar-' . $wpsr_floatbts['position'] . ' wpsr-floatbar-' . $wpsr_floatbts['theme'] . ($wpsr_floatbts['floatleft_movable'] ? ' wpsr-floatbar-movable ' : '') . ' clearfix" ' . $width . '>';
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
if($wpsr_floatbts['position'] == 'bottom_fixed')
|
31 |
$end .= '<div title="Collapse the Share bar" class="wpsr_hidebt"></div>';
|
@@ -70,8 +77,15 @@ add_action('wp_footer', 'wpsr_floatingbts_output');
|
|
70 |
|
71 |
## Add the floating bar anchor to the content
|
72 |
function wpsr_floatingbts_anchor($content = ''){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
if (wpsr_floatingbts_check()){
|
74 |
-
return '<span class="wpsr_floatbts_anchor"></span>' . $content;
|
75 |
}else{
|
76 |
return $content;
|
77 |
}
|
1 |
<?php
|
2 |
/*
|
3 |
* Floating share bar Processor code for WP Socializer Plugin
|
4 |
+
* Version : 1.3
|
5 |
* Since : v2.4
|
6 |
* Author : Aakash Chakravarthy
|
7 |
*/
|
10 |
function wpsr_process_floatingbts(){
|
11 |
global $wpsr_floating_bar_bts;
|
12 |
$wpsr_floatbts = get_option('wpsr_template_floating_bar_data');
|
13 |
+
$wpsr_settings = get_option('wpsr_settings_data');
|
14 |
+
|
15 |
$content = '';
|
16 |
|
17 |
if($wpsr_floatbts['disabled'] == 1)
|
27 |
$width = (($wpsr_floatbts['position'] == 'bottom_fixed') ? 'style="width:' . $wpsr_floatbts['bottomfixed_width'] . 'px"' : '');
|
28 |
|
29 |
$start = '<div class="wpsr-floatbar-' . $wpsr_floatbts['position'] . ' wpsr-floatbar-' . $wpsr_floatbts['theme'] . ($wpsr_floatbts['floatleft_movable'] ? ' wpsr-floatbar-movable ' : '') . ' clearfix" ' . $width . '>';
|
30 |
+
|
31 |
+
if($wpsr_settings['disablecredits'] == 0){
|
32 |
+
$end = '<div class="wpsr-linkback"><a href="http://www.aakashweb.com/wordpress-plugins/wp-socializer/" target="_blank">WP Socializer</a> <a href="http://www.aakashweb.com" target="_blank" class="wpsr_linkaw">Aakash Web</a></div>';
|
33 |
+
}else{
|
34 |
+
$end = '';
|
35 |
+
}
|
36 |
|
37 |
if($wpsr_floatbts['position'] == 'bottom_fixed')
|
38 |
$end .= '<div title="Collapse the Share bar" class="wpsr_hidebt"></div>';
|
77 |
|
78 |
## Add the floating bar anchor to the content
|
79 |
function wpsr_floatingbts_anchor($content = ''){
|
80 |
+
|
81 |
+
$wpsr_floatbts = get_option('wpsr_template_floating_bar_data');
|
82 |
+
|
83 |
+
if( empty( $wpsr_floatbts['floatleft_offset'] ) ){
|
84 |
+
$wpsr_floatbts['floatleft_offset'] = '25';
|
85 |
+
}
|
86 |
+
|
87 |
if (wpsr_floatingbts_check()){
|
88 |
+
return '<span class="wpsr_floatbts_anchor" data-offset="' . $wpsr_floatbts['floatleft_offset'] . '" ></span>' . $content;
|
89 |
}else{
|
90 |
return $content;
|
91 |
}
|
public/buttons/Thumbs.db
DELETED
Binary file
|
public/js/wp-socializer-floating-bar-js.js
CHANGED
@@ -21,10 +21,12 @@ jQuery(document).ready(function(){
|
|
21 |
// Position the left float bar to the anchor
|
22 |
var wpsr_position_floatbar = function(){
|
23 |
anchorOffset = jQuery('.wpsr_floatbts_anchor').offset();
|
|
|
|
|
24 |
$floatbar.css({
|
25 |
position: "absolute",
|
26 |
top: anchorOffset.top + "px",
|
27 |
-
left: (anchorOffset.left - $floatbar.outerWidth() -
|
28 |
});
|
29 |
}
|
30 |
|
21 |
// Position the left float bar to the anchor
|
22 |
var wpsr_position_floatbar = function(){
|
23 |
anchorOffset = jQuery('.wpsr_floatbts_anchor').offset();
|
24 |
+
barDistance = jQuery('.wpsr_floatbts_anchor').attr('data-offset');
|
25 |
+
|
26 |
$floatbar.css({
|
27 |
position: "absolute",
|
28 |
top: anchorOffset.top + "px",
|
29 |
+
left: (anchorOffset.left - $floatbar.outerWidth() - barDistance)
|
30 |
});
|
31 |
}
|
32 |
|
public/social-icons/16/Thumbs.db
DELETED
Binary file
|
public/social-icons/32/Thumbs.db
DELETED
Binary file
|
public/social-icons/Thumbs.db
DELETED
Binary file
|
readme.txt
CHANGED
@@ -4,10 +4,10 @@ Author URI: http://www.aakashweb.com/
|
|
4 |
Plugin URI: http://www.aakashweb.com/wordpress-plugins/wp-socializer/
|
5 |
Tags: social, social bookmarking, bookmarks, bookmarking, bookmarks menu, share, sharing, search, rss, post, posts, plugin, seo, page, pages, google, widget, excerpt, content, bookmark, button, technorati, email, gmail, facebook, twitter, retweet, myspace, diigo, delicious, digg, buzz, linkedin, google buzz, yahoo, reddit, dzone, sphinn, addthis, template, socializer, sociable, wp, wordpress, sexy bookmarks
|
6 |
License: GPLv2 or later
|
7 |
-
Donate Link: http://bit.ly/
|
8 |
Requires at least: 3.1
|
9 |
-
Tested up to: 3.5
|
10 |
-
Stable tag: 2.4.
|
11 |
|
12 |
Super Cool Plugin for inserting all kinds of Social Bookmarking & Sharing buttons. Has customizable Floating Share Bar, Widgets, Shortcodes also.
|
13 |
|
@@ -20,7 +20,7 @@ WP Socializer is an advanced plugin for inserting all kinds of Social bookmarkin
|
|
20 |
= Notable features =
|
21 |
|
22 |
* Insert all kinds of social buttons in posts & pages.
|
23 |
-
* **Floating share bar** (both horizontal & vertical)
|
24 |
* Faster and Optimized loading with **Smart load** feature.
|
25 |
* Has Shortcodes for all buttons.
|
26 |
* Widgets for inserting FB like box & G+ badges in sidebar.
|
@@ -38,7 +38,7 @@ Using WP Socializer, you can insert all these buttons into your site. These butt
|
|
38 |
Sharebar is one of the coolest feature of the plugin. There are two modes. [Demo](http://www.aakashweb.com/demos/wp-socializer/)
|
39 |
|
40 |
* Vertical mode
|
41 |
-
* Horizontal mode
|
42 |
|
43 |
= Smart Load =
|
44 |
|
@@ -60,9 +60,10 @@ There are whole lot of Social bookmarking buttons avaialble in WP Socializer, wh
|
|
60 |
|
61 |
= and more ... =
|
62 |
|
63 |
-
> **Donate:** If you find this plugin useful, [consider making a donation](http://bit.ly/
|
64 |
|
65 |
= New features and fixed bugs =
|
|
|
66 |
* Smarter tracing of images in a post for pinterest.
|
67 |
* Bug fixed in the "title" tag for twitter in the urlencoding of hyphen.
|
68 |
* Bug fixed in the mailto link for the "email" button
|
@@ -121,6 +122,13 @@ For custom placement in theme files and posts, check out the following documenta
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
= 2.4.7 =
|
125 |
* Incompatibility of the "latest jQuery version" with other plugins is fixed.
|
126 |
* Several WordPress notices are fixed.
|
4 |
Plugin URI: http://www.aakashweb.com/wordpress-plugins/wp-socializer/
|
5 |
Tags: social, social bookmarking, bookmarks, bookmarking, bookmarks menu, share, sharing, search, rss, post, posts, plugin, seo, page, pages, google, widget, excerpt, content, bookmark, button, technorati, email, gmail, facebook, twitter, retweet, myspace, diigo, delicious, digg, buzz, linkedin, google buzz, yahoo, reddit, dzone, sphinn, addthis, template, socializer, sociable, wp, wordpress, sexy bookmarks
|
6 |
License: GPLv2 or later
|
7 |
+
Donate Link: http://bit.ly/wpsrDonation
|
8 |
Requires at least: 3.1
|
9 |
+
Tested up to: 3.5.2
|
10 |
+
Stable tag: 2.4.8
|
11 |
|
12 |
Super Cool Plugin for inserting all kinds of Social Bookmarking & Sharing buttons. Has customizable Floating Share Bar, Widgets, Shortcodes also.
|
13 |
|
20 |
= Notable features =
|
21 |
|
22 |
* Insert all kinds of social buttons in posts & pages.
|
23 |
+
* **Floating share bar** (both horizontal & vertical - with left side and right side float support)
|
24 |
* Faster and Optimized loading with **Smart load** feature.
|
25 |
* Has Shortcodes for all buttons.
|
26 |
* Widgets for inserting FB like box & G+ badges in sidebar.
|
38 |
Sharebar is one of the coolest feature of the plugin. There are two modes. [Demo](http://www.aakashweb.com/demos/wp-socializer/)
|
39 |
|
40 |
* Vertical mode
|
41 |
+
* Horizontal mode (both left and right side support)
|
42 |
|
43 |
= Smart Load =
|
44 |
|
60 |
|
61 |
= and more ... =
|
62 |
|
63 |
+
> **Donate:** If you find this plugin useful, [consider making a donation](http://bit.ly/wpsrDonation), it will make me happy for this plugin!!
|
64 |
|
65 |
= New features and fixed bugs =
|
66 |
+
* Floating sharebar can now be floated on right side also.
|
67 |
* Smarter tracing of images in a post for pinterest.
|
68 |
* Bug fixed in the "title" tag for twitter in the urlencoding of hyphen.
|
69 |
* Bug fixed in the mailto link for the "email" button
|
122 |
|
123 |
== Changelog ==
|
124 |
|
125 |
+
= 2.4.8 =
|
126 |
+
* Added option to adjust the distance between the floating sharebar and the post.
|
127 |
+
* Sharebar can be floated on right side also.
|
128 |
+
* More than 90 Sharethis services are made available for selection.
|
129 |
+
* Added option to hide the credit links.
|
130 |
+
* Minor UI tweaks.
|
131 |
+
|
132 |
= 2.4.7 =
|
133 |
* Incompatibility of the "latest jQuery version" with other plugins is fixed.
|
134 |
* Several WordPress notices are fixed.
|
wp-socializer.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: WP Socializer
|
4 |
-
Version: 2.4.
|
5 |
Plugin URI: http://www.aakashweb.com/
|
6 |
Description: WP Socializer is an advanced plugin for inserting all kinds of Social bookmarking & sharing buttons. It has super cool features to insert the buttons into posts, sidebar. It also has Floating sharebar and Smart load feature. <a href="http://youtu.be/1uimAE8rFYE" target="_blank">Check out the demo video</a>.
|
7 |
Author: Aakash Chakravarthy
|
@@ -14,7 +14,7 @@ if(!defined('WP_CONTENT_URL')) {
|
|
14 |
$wpsr_url = WP_CONTENT_URL . '/plugins/' . plugin_basename(dirname(__FILE__)) . '/';
|
15 |
}
|
16 |
|
17 |
-
define('WPSR_VERSION', '2.4.
|
18 |
define('WPSR_AUTHOR', 'Aakash Chakravarthy');
|
19 |
define('WPSR_URL', $wpsr_url);
|
20 |
define('WPSR_PUBLIC_URL', WPSR_URL . 'public/');
|
@@ -1066,7 +1066,7 @@ function wpsr_plugin_actions($links, $file){
|
|
1066 |
static $this_plugin;
|
1067 |
if(!$this_plugin) $this_plugin = plugin_basename(__FILE__);
|
1068 |
if( $file == $this_plugin ){
|
1069 |
-
$settings_link = '<a href="admin.php?page=wp_socializer">' . __('Settings' ,'wpsr') . '</a> ' . '|' . ' <a href="http://
|
1070 |
$links = array_merge( array($settings_link), $links);
|
1071 |
}
|
1072 |
return $links;
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: WP Socializer
|
4 |
+
Version: 2.4.8
|
5 |
Plugin URI: http://www.aakashweb.com/
|
6 |
Description: WP Socializer is an advanced plugin for inserting all kinds of Social bookmarking & sharing buttons. It has super cool features to insert the buttons into posts, sidebar. It also has Floating sharebar and Smart load feature. <a href="http://youtu.be/1uimAE8rFYE" target="_blank">Check out the demo video</a>.
|
7 |
Author: Aakash Chakravarthy
|
14 |
$wpsr_url = WP_CONTENT_URL . '/plugins/' . plugin_basename(dirname(__FILE__)) . '/';
|
15 |
}
|
16 |
|
17 |
+
define('WPSR_VERSION', '2.4.8');
|
18 |
define('WPSR_AUTHOR', 'Aakash Chakravarthy');
|
19 |
define('WPSR_URL', $wpsr_url);
|
20 |
define('WPSR_PUBLIC_URL', WPSR_URL . 'public/');
|
1066 |
static $this_plugin;
|
1067 |
if(!$this_plugin) $this_plugin = plugin_basename(__FILE__);
|
1068 |
if( $file == $this_plugin ){
|
1069 |
+
$settings_link = '<a href="admin.php?page=wp_socializer">' . __('Settings' ,'wpsr') . '</a> ' . '|' . ' <a href="http://bit.ly/wpsrDonation" target="_blank">' . __('Donate' ,'wpsr') . '</a>';
|
1070 |
$links = array_merge( array($settings_link), $links);
|
1071 |
}
|
1072 |
return $links;
|