Version Description
- Fixed Bitly not picking up custom credentials
- Fixed links to Help Center docs
- Fixed Twitter template not getting picked up by Like Button Sets, Classic Bookmarks
- Deprecated Squidoo, Posterous (can no longer share to these services)
- Deprecated Awe.sm, Su.pr
Download this release
Release Info
Developer | shareaholic |
Plugin | WordPress Social Tools, Related Posts, Monetization – Shareaholic |
Version | 6.1.3.0 |
Comparing to | |
See all releases |
Code changes from version 6.1.2.0 to 6.1.3.0
- includes/bookmarks-data.php +0 -10
- includes/html-helpers.php +2 -2
- includes/public.php +49 -49
- includes/shrsb_sexybookmarks_page.php +9 -4
- includes/shrsb_sexybookmarks_settings_page.php +4 -33
- js/shareaholic-admin.js +0 -16
- js/shareaholic-admin.min.js +28 -29
- readme.txt +10 -3
- sexy-bookmarks.php +3 -3
- spritegen_default/jquery.shareaholic-publishers-sb.min.js +1 -1
- spritegen_default/jquery.shareaholic-share-buttons.min.js +1 -1
- spritegen_default/sprite.css +1 -1
- spritegen_default/sprite.png +0 -0
includes/bookmarks-data.php
CHANGED
@@ -187,11 +187,6 @@ $shrsb_bookmarks_data=array(
|
|
187 |
'check'=>sprintf($checkthis_text,'TechMeme'),
|
188 |
'share'=>__('Tip this to ', 'shrsb').'TechMeme'
|
189 |
),
|
190 |
-
'shr-posterous'=>array(
|
191 |
-
'id'=>210,
|
192 |
-
'check'=>sprintf($checkthis_text,'Posterous'),
|
193 |
-
'share'=>__('Post this to ', 'shrsb').'Posterous'
|
194 |
-
),
|
195 |
'shr-globalgrind'=>array(
|
196 |
'id'=>89,
|
197 |
'check'=>sprintf($checkthis_text,'Global Grind'),
|
@@ -257,11 +252,6 @@ $shrsb_bookmarks_data=array(
|
|
257 |
'check'=>sprintf($checkthis_text,'SlashDot'),
|
258 |
'share'=>__('Submit this to ', 'shrsb').'SlashDot'
|
259 |
),
|
260 |
-
'shr-squidoo'=>array(
|
261 |
-
'id'=>46,
|
262 |
-
'check'=>sprintf($checkthis_text,'Squidoo'),
|
263 |
-
'share'=>__('Add to a lense on ', 'shrsb').'Squidoo'
|
264 |
-
),
|
265 |
'shr-evernote'=>array(
|
266 |
'id'=>191,
|
267 |
'check'=>sprintf($checkthis_text,'Evernote'),
|
187 |
'check'=>sprintf($checkthis_text,'TechMeme'),
|
188 |
'share'=>__('Tip this to ', 'shrsb').'TechMeme'
|
189 |
),
|
|
|
|
|
|
|
|
|
|
|
190 |
'shr-globalgrind'=>array(
|
191 |
'id'=>89,
|
192 |
'check'=>sprintf($checkthis_text,'Global Grind'),
|
252 |
'check'=>sprintf($checkthis_text,'SlashDot'),
|
253 |
'share'=>__('Submit this to ', 'shrsb').'SlashDot'
|
254 |
),
|
|
|
|
|
|
|
|
|
|
|
255 |
'shr-evernote'=>array(
|
256 |
'id'=>191,
|
257 |
'check'=>sprintf($checkthis_text,'Evernote'),
|
includes/html-helpers.php
CHANGED
@@ -92,8 +92,8 @@ function bookmark_list_item($name, $opts=array()) {
|
|
92 |
'link=PERMALINK',
|
93 |
'notes='.$post_info['notes'],
|
94 |
'short_link='.$post_info['short_link'],
|
95 |
-
|
96 |
-
|
97 |
'v=1',
|
98 |
'apitype=1',
|
99 |
'apikey='.$shrsb_plugopts['apikey'],
|
92 |
'link=PERMALINK',
|
93 |
'notes='.$post_info['notes'],
|
94 |
'short_link='.$post_info['short_link'],
|
95 |
+
'shortener='.$post_info['shortener'],
|
96 |
+
'shortener_key='.$post_info['shortener_key'],
|
97 |
'v=1',
|
98 |
'apitype=1',
|
99 |
'apikey='.$shrsb_plugopts['apikey'],
|
includes/public.php
CHANGED
@@ -188,8 +188,8 @@ function shrsb_get_publisher_config($post_id) {
|
|
188 |
'designer_toolTips' => $r['designer_toolTips'],
|
189 |
'tip_bg_color' => $r['tip_bg_color'], // tooltip background color
|
190 |
'tip_text_color' => $r['tip_text_color'], // tooltip text color
|
191 |
-
|
192 |
-
|
193 |
);
|
194 |
|
195 |
shrsb_log("get_publisher_config completed");
|
@@ -206,12 +206,10 @@ function shrsb_get_shortener_settings(){
|
|
206 |
if (isset( $shorty ) ){
|
207 |
switch( $shorty ) {
|
208 |
case 'bitly':
|
209 |
-
case 'awesm':
|
210 |
case 'jmp':
|
211 |
-
case 'supr':
|
212 |
$user = $shortyapi[$shorty]['user'];
|
213 |
$api = $shortyapi[$shorty]['key'];
|
214 |
-
$shortener_key = $user ? ($user.'%
|
215 |
break;
|
216 |
default:
|
217 |
}
|
@@ -475,16 +473,22 @@ function get_shr_like_buttonset($pos = 'Bottom', $return_type = NULL, $settings
|
|
475 |
if($return_type) $usage = "Automatic";
|
476 |
|
477 |
if(in_the_loop()){
|
478 |
-
$href =
|
479 |
$title = urlencode($post->post_title);
|
480 |
}else{
|
481 |
-
$href =
|
482 |
-
$title = urlencode(
|
483 |
}
|
484 |
|
|
|
|
|
|
|
|
|
|
|
485 |
if(empty($title)) {
|
486 |
-
$title =
|
487 |
}
|
|
|
488 |
$output = "";
|
489 |
$float = "none";
|
490 |
|
@@ -1018,46 +1022,46 @@ function shrsb_publicScripts() {
|
|
1018 |
$spritegen = $default_spritegen ? 'spritegen_default' : 'spritegen';
|
1019 |
$spritegen_basepath = $default_spritegen ? SHRSB_PLUGPATH : SHRSB_UPLOADPATH;
|
1020 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1021 |
// Beta script
|
1022 |
if ($shrsb_plugopts['shareaholic-javascript'] == '1' && !is_admin()){// && !get_post_meta($post->ID, 'Hide SexyBookmarks')) {
|
1023 |
$infooter = ($shrsb_plugopts['scriptInFooter'] == '1')?true:false;
|
1024 |
-
$localize_to = 'shareaholic-publishers-js';
|
1025 |
|
1026 |
-
// Enqueue
|
1027 |
if(isset($shrsb_plugopts['sexybookmark']) && $shrsb_plugopts['sexybookmark'] == '1'){
|
1028 |
-
wp_enqueue_script('shareaholic-
|
|
|
1029 |
}
|
1030 |
|
1031 |
-
// Enqueue
|
1032 |
if(isset($shrsb_tb_plugopts) && isset($shrsb_tb_plugopts['topbar']) && $shrsb_tb_plugopts['topbar'] == '1'){
|
1033 |
-
wp_enqueue_script('shareaholic-
|
1034 |
-
$localize_to = 'shareaholic-
|
1035 |
}
|
1036 |
|
1037 |
-
// Enqueue
|
1038 |
if(isset($shrsb_recommendations) && isset($shrsb_recommendations['recommendations']) && $shrsb_recommendations['recommendations'] == '1'){
|
1039 |
wp_enqueue_script('shareaholic-recommendations-js',(empty($shrsb_debug['rd_script'])) ? shrsb_correct_protocol("http://dtym7iokkjlif.cloudfront.net/media/js/jquery.shareaholic-publishers-rd.min.js"): $shrsb_debug['rd_script'], null, SHRSB_vNum, $infooter);
|
1040 |
$localize_to = 'shareaholic-recommendations-js';
|
1041 |
}
|
1042 |
|
1043 |
-
// Enqueue
|
1044 |
if(isset($shrsb_cb) && isset($shrsb_cb['cb']) && $shrsb_cb['cb'] == '1'){
|
1045 |
-
wp_enqueue_script('shareaholic-cb-js',(empty($shrsb_debug['cb_script'])) ? shrsb_correct_protocol("http://dtym7iokkjlif.cloudfront.net/media/js/jquery.shareaholic-publishers-cb.min.js"): $shrsb_debug['cb_script'], null, SHRSB_vNum, $infooter);
|
1046 |
$localize_to = 'shareaholic-cb-js';
|
1047 |
-
}
|
1048 |
-
|
1049 |
-
// Always Enqueue the global settings as it can be used by other formfactors
|
1050 |
-
wp_localize_script($localize_to, 'SHRSB_Globals', array(
|
1051 |
-
'src' => shrsb_correct_protocol($spritegen_basepath.$spritegen)
|
1052 |
-
, 'perfoption'=> $shrsb_plugopts['perfoption']
|
1053 |
-
, 'twitter_template' => $shrsb_plugopts['tweetconfig']
|
1054 |
-
, 'locale' => $shrsb_plugopts['locale']
|
1055 |
-
, 'shortener' => $shrsb_plugopts['shorty']
|
1056 |
-
, 'shortener_key' => shrsb_get_shortener_settings()
|
1057 |
-
, 'pubGaSocial' => $shrsb_analytics['pubGaSocial']
|
1058 |
-
, 'pubGaKey' => $shrsb_analytics['pubGaKey']
|
1059 |
-
));
|
1060 |
-
|
1061 |
} else {
|
1062 |
// If any javascript dependent options are selected, load the scripts
|
1063 |
if (($shrsb_plugopts['expand'] || $shrsb_plugopts['autocenter'] || $shrsb_plugopts['targetopt']=='_blank') && $post && (($hide_sexy = get_post_meta($post->ID, 'Hide SexyBookmarks', true)) != 1 )) {
|
@@ -1077,7 +1081,7 @@ function shrsb_publicScripts() {
|
|
1077 |
// Perf tracking for old mode only.For New mode tracking is moved to javascript
|
1078 |
if ( ($shrsb_plugopts['perfoption'] == '1' || $shrsb_plugopts['perfoption'] == '') && (!is_admin() && $shrsb_plugopts['shareaholic-javascript'] !== '1' )) {
|
1079 |
wp_enqueue_script('shareaholic-perf', SHRSB_PLUGPATH.'js/shareaholic-perf.min.js', null, SHRSB_vNum, false);
|
1080 |
-
wp_enqueue_script("shr_dough_recipe", shrsb_correct_protocol("http://dtym7iokkjlif.cloudfront.net/dough/1.0/
|
1081 |
}
|
1082 |
}
|
1083 |
|
@@ -1111,7 +1115,6 @@ function shrsb_tb_write_js_params() {
|
|
1111 |
$shrsb_tb_js_params["topBarBorderColor"] = $shrsb_tb_plugopts["tb_border_color"];
|
1112 |
$shrsb_tb_js_params["showAddv"] = $shrsb_tb_plugopts["addv"];
|
1113 |
$shrsb_tb_js_params["apiKey"] = "e3c665c2eb6785741cea4515633f1d86b";
|
1114 |
-
$shrsb_tb_js_params["twitter_template"] = $shrsb_plugopts['tweetconfig'];
|
1115 |
if ( ( is_home() || is_front_page() ) && have_posts() )
|
1116 |
$shrsb_tb_js_params["isIndexPage"] = "indexPage";
|
1117 |
$js = 'var SHRTB_Settings = '.json_encode($shrsb_tb_js_params);
|
@@ -1124,17 +1127,16 @@ function shrsb_tb_write_js_params() {
|
|
1124 |
}
|
1125 |
|
1126 |
/*
|
1127 |
-
* @desc Populate javascript settings in the footer for
|
1128 |
*/
|
1129 |
-
function
|
1130 |
-
global $shrsb_plugopts, $
|
1131 |
|
1132 |
|
1133 |
-
if ($shrsb_plugopts['shareaholic-javascript'] == '1' && $
|
1134 |
-
|
1135 |
-
$js = 'var SHRRD_Settings = '.json_encode($shrsb_rd_js_params);
|
1136 |
|
1137 |
-
|
|
|
1138 |
echo '<script type="text/javascript">';
|
1139 |
echo $js;
|
1140 |
echo ';</script>';
|
@@ -1142,24 +1144,22 @@ function shrsb_rd_write_js_params() {
|
|
1142 |
}
|
1143 |
|
1144 |
/*
|
1145 |
-
* @desc Populate javascript settings in the footer for
|
1146 |
*/
|
1147 |
-
function
|
1148 |
-
global $shrsb_plugopts, $
|
1149 |
|
1150 |
|
1151 |
-
if ($shrsb_plugopts['shareaholic-javascript'] == '1' && $
|
1152 |
|
1153 |
-
$js = 'var
|
1154 |
|
1155 |
-
|
1156 |
echo '<script type="text/javascript">';
|
1157 |
echo $js;
|
1158 |
echo ';</script>';
|
1159 |
}
|
1160 |
}
|
1161 |
|
1162 |
-
|
1163 |
// Add the scripts and Global setting on the page
|
1164 |
add_action('wp_print_scripts', 'shrsb_publicScripts');
|
1165 |
|
@@ -1185,4 +1185,4 @@ if(isset($shrsb_recommendations['recommendations']) && ($shrsb_recommendations['
|
|
1185 |
if(isset($shrsb_cb['cb']) && ($shrsb_cb['cb'] == '1')){
|
1186 |
add_filter('the_content', 'shrsb_get_cb');
|
1187 |
add_action('wp_footer', 'shrsb_cb_write_js_params');
|
1188 |
-
}
|
188 |
'designer_toolTips' => $r['designer_toolTips'],
|
189 |
'tip_bg_color' => $r['tip_bg_color'], // tooltip background color
|
190 |
'tip_text_color' => $r['tip_text_color'], // tooltip text color
|
191 |
+
'dontShowShareCount' => $r['showShareCount'] == "0",
|
192 |
+
'shrlink' => $r['shrlink'],
|
193 |
);
|
194 |
|
195 |
shrsb_log("get_publisher_config completed");
|
206 |
if (isset( $shorty ) ){
|
207 |
switch( $shorty ) {
|
208 |
case 'bitly':
|
|
|
209 |
case 'jmp':
|
|
|
210 |
$user = $shortyapi[$shorty]['user'];
|
211 |
$api = $shortyapi[$shorty]['key'];
|
212 |
+
$shortener_key = $user ? ($user.'%7c'.$api) : '';
|
213 |
break;
|
214 |
default:
|
215 |
}
|
473 |
if($return_type) $usage = "Automatic";
|
474 |
|
475 |
if(in_the_loop()){
|
476 |
+
$href = get_permalink($post->ID);
|
477 |
$title = urlencode($post->post_title);
|
478 |
}else{
|
479 |
+
$href = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
|
480 |
+
$title = urlencode(wp_title("",false));
|
481 |
}
|
482 |
|
483 |
+
if(is_single()){
|
484 |
+
$href = get_permalink($post->ID);
|
485 |
+
$title = urlencode($post->post_title);
|
486 |
+
}
|
487 |
+
|
488 |
if(empty($title)) {
|
489 |
+
$title = get_bloginfo('name') . wp_title('-', false);
|
490 |
}
|
491 |
+
|
492 |
$output = "";
|
493 |
$float = "none";
|
494 |
|
1022 |
$spritegen = $default_spritegen ? 'spritegen_default' : 'spritegen';
|
1023 |
$spritegen_basepath = $default_spritegen ? SHRSB_PLUGPATH : SHRSB_UPLOADPATH;
|
1024 |
|
1025 |
+
// Always Enqueue global settings as it can be used by all Apps
|
1026 |
+
$shr_global_params["src"] = shrsb_correct_protocol($spritegen_basepath.$spritegen);
|
1027 |
+
$shr_global_params["perfoption"] = $shrsb_plugopts['perfoption'];
|
1028 |
+
$shr_global_params["twitter_template"] = $shrsb_plugopts['tweetconfig'];
|
1029 |
+
$shr_global_params["locale"] = $shrsb_plugopts['locale'];
|
1030 |
+
$shr_global_params["shortener"] = $shrsb_plugopts['shorty'];
|
1031 |
+
$shr_global_params["shortener_key"] = shrsb_get_shortener_settings();
|
1032 |
+
$shr_global_params["pubGaSocial"] = $shrsb_analytics['pubGaSocial'];
|
1033 |
+
$shr_global_params["pubGaKey"] = $shrsb_analytics['pubGaKey'];
|
1034 |
+
|
1035 |
+
$js = 'var SHRSB_Globals = '.json_encode($shr_global_params);
|
1036 |
+
echo '<script type="text/javascript">/* <![CDATA[ */ ' . $js . '; /* ]]> */</script>';
|
1037 |
+
|
1038 |
// Beta script
|
1039 |
if ($shrsb_plugopts['shareaholic-javascript'] == '1' && !is_admin()){// && !get_post_meta($post->ID, 'Hide SexyBookmarks')) {
|
1040 |
$infooter = ($shrsb_plugopts['scriptInFooter'] == '1')?true:false;
|
|
|
1041 |
|
1042 |
+
// Enqueue SexyBookmarks JavaScript only if enabled
|
1043 |
if(isset($shrsb_plugopts['sexybookmark']) && $shrsb_plugopts['sexybookmark'] == '1'){
|
1044 |
+
wp_enqueue_script('shareaholic-sb-js', (empty($shrsb_debug['sb_script'])) ? shrsb_correct_protocol('http://dtym7iokkjlif.cloudfront.net/media/js/jquery.shareaholic-publishers-sb.min.js') : $shrsb_debug['sb_script'], null, SHRSB_vNum, $infooter);
|
1045 |
+
$localize_to = 'shareaholic-sb-js';
|
1046 |
}
|
1047 |
|
1048 |
+
// Enqueue Tob Bar JavaScript only if enabled
|
1049 |
if(isset($shrsb_tb_plugopts) && isset($shrsb_tb_plugopts['topbar']) && $shrsb_tb_plugopts['topbar'] == '1'){
|
1050 |
+
wp_enqueue_script('shareaholic-topbar-js',(empty($shrsb_debug['tb_script'])) ? shrsb_correct_protocol('http://dtym7iokkjlif.cloudfront.net/media/js/jquery.shareaholic-share-buttons.min.js'): $shrsb_debug['tb_script'], null, SHRSB_vNum, $infooter);
|
1051 |
+
$localize_to = 'shareaholic-topbar-js';
|
1052 |
}
|
1053 |
|
1054 |
+
// Enqueue Recommendations JavaScript only if enabled
|
1055 |
if(isset($shrsb_recommendations) && isset($shrsb_recommendations['recommendations']) && $shrsb_recommendations['recommendations'] == '1'){
|
1056 |
wp_enqueue_script('shareaholic-recommendations-js',(empty($shrsb_debug['rd_script'])) ? shrsb_correct_protocol("http://dtym7iokkjlif.cloudfront.net/media/js/jquery.shareaholic-publishers-rd.min.js"): $shrsb_debug['rd_script'], null, SHRSB_vNum, $infooter);
|
1057 |
$localize_to = 'shareaholic-recommendations-js';
|
1058 |
}
|
1059 |
|
1060 |
+
// Enqueue Classic Bookmarks JavaScript only if enabled
|
1061 |
if(isset($shrsb_cb) && isset($shrsb_cb['cb']) && $shrsb_cb['cb'] == '1'){
|
1062 |
+
wp_enqueue_script('shareaholic-cb-js',(empty($shrsb_debug['cb_script'])) ? shrsb_correct_protocol("http://dtym7iokkjlif.cloudfront.net/media/js/jquery.shareaholic-publishers-cb.min.js"): $shrsb_debug['cb_script'], null, SHRSB_vNum, $infooter);
|
1063 |
$localize_to = 'shareaholic-cb-js';
|
1064 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1065 |
} else {
|
1066 |
// If any javascript dependent options are selected, load the scripts
|
1067 |
if (($shrsb_plugopts['expand'] || $shrsb_plugopts['autocenter'] || $shrsb_plugopts['targetopt']=='_blank') && $post && (($hide_sexy = get_post_meta($post->ID, 'Hide SexyBookmarks', true)) != 1 )) {
|
1081 |
// Perf tracking for old mode only.For New mode tracking is moved to javascript
|
1082 |
if ( ($shrsb_plugopts['perfoption'] == '1' || $shrsb_plugopts['perfoption'] == '') && (!is_admin() && $shrsb_plugopts['shareaholic-javascript'] !== '1' )) {
|
1083 |
wp_enqueue_script('shareaholic-perf', SHRSB_PLUGPATH.'js/shareaholic-perf.min.js', null, SHRSB_vNum, false);
|
1084 |
+
wp_enqueue_script("shr_dough_recipe", shrsb_correct_protocol("http://dtym7iokkjlif.cloudfront.net/dough/1.0/shareaholic-analytics.js"), null, null);
|
1085 |
}
|
1086 |
}
|
1087 |
|
1115 |
$shrsb_tb_js_params["topBarBorderColor"] = $shrsb_tb_plugopts["tb_border_color"];
|
1116 |
$shrsb_tb_js_params["showAddv"] = $shrsb_tb_plugopts["addv"];
|
1117 |
$shrsb_tb_js_params["apiKey"] = "e3c665c2eb6785741cea4515633f1d86b";
|
|
|
1118 |
if ( ( is_home() || is_front_page() ) && have_posts() )
|
1119 |
$shrsb_tb_js_params["isIndexPage"] = "indexPage";
|
1120 |
$js = 'var SHRTB_Settings = '.json_encode($shrsb_tb_js_params);
|
1127 |
}
|
1128 |
|
1129 |
/*
|
1130 |
+
* @desc Populate javascript settings in the footer for classicbookmarks
|
1131 |
*/
|
1132 |
+
function shrsb_cb_write_js_params() {
|
1133 |
+
global $shrsb_plugopts, $shrsb_cb_js_params,$shrsb_cb;
|
1134 |
|
1135 |
|
1136 |
+
if ($shrsb_plugopts['shareaholic-javascript'] == '1' && $shrsb_cb['cb'] == '1') {
|
|
|
|
|
1137 |
|
1138 |
+
$js = 'var SHRCB_Settings = '.json_encode($shrsb_cb_js_params);
|
1139 |
+
|
1140 |
echo '<script type="text/javascript">';
|
1141 |
echo $js;
|
1142 |
echo ';</script>';
|
1144 |
}
|
1145 |
|
1146 |
/*
|
1147 |
+
* @desc Populate javascript settings in the footer for recommendations
|
1148 |
*/
|
1149 |
+
function shrsb_rd_write_js_params() {
|
1150 |
+
global $shrsb_plugopts, $shrsb_rd_js_params,$shrsb_recommendations;
|
1151 |
|
1152 |
|
1153 |
+
if ($shrsb_plugopts['shareaholic-javascript'] == '1' && $shrsb_recommendations['recommendations'] == '1') {
|
1154 |
|
1155 |
+
$js = 'var SHRRD_Settings = '.json_encode($shrsb_rd_js_params);
|
1156 |
|
|
|
1157 |
echo '<script type="text/javascript">';
|
1158 |
echo $js;
|
1159 |
echo ';</script>';
|
1160 |
}
|
1161 |
}
|
1162 |
|
|
|
1163 |
// Add the scripts and Global setting on the page
|
1164 |
add_action('wp_print_scripts', 'shrsb_publicScripts');
|
1165 |
|
1185 |
if(isset($shrsb_cb['cb']) && ($shrsb_cb['cb'] == '1')){
|
1186 |
add_filter('the_content', 'shrsb_get_cb');
|
1187 |
add_action('wp_footer', 'shrsb_cb_write_js_params');
|
1188 |
+
}
|
includes/shrsb_sexybookmarks_page.php
CHANGED
@@ -156,7 +156,7 @@ if(SHRSB_UPGRADING == TRUE) {
|
|
156 |
|
157 |
if(!empty($services)){
|
158 |
// Removing blocked services from sb services list
|
159 |
-
$disable_services = array( '4', '12', '68', '77', '159', '185', '186', '195', '207', '237', '257', '264', '190', '10', '287', '188', '100', '277' );
|
160 |
$services = array_diff($services, $disable_services);
|
161 |
$shrsb_plugopts['service'] = implode(',', $services );
|
162 |
}
|
@@ -165,7 +165,7 @@ if(SHRSB_UPGRADING == TRUE) {
|
|
165 |
if(isset ($shrsb_plugopts) && isset($shrsb_plugopts['bookmark'])){
|
166 |
// Removing blocked services from bookmarks list
|
167 |
|
168 |
-
$shrsb_plugopts['bookmark'] = array_diff($shrsb_plugopts['bookmark'], array( 'shr-twittley', 'shr-comfeed', 'shr-ning', 'shr-strands', 'shr-sphinn', 'shr-tipd', 'shr-faqpal', 'shr-technorati', 'shr-yahoobuzz' ));
|
169 |
}
|
170 |
|
171 |
if(isset ($shrsb_plugopts) && isset($shrsb_plugopts['reloption']) && $shrsb_plugopts['reloption'] === "" ){
|
@@ -178,8 +178,8 @@ if(SHRSB_UPGRADING == TRUE) {
|
|
178 |
}
|
179 |
|
180 |
// Reset depreciated url shorteners
|
181 |
-
if($shrsb_plugopts['shorty'] == 'slly' || $shrsb_plugopts['shorty'] == 'cligs' || $shrsb_plugopts['shorty'] == 'snip' || $shrsb_plugopts['shorty'] == 'tinyarrow' || $shrsb_plugopts['shorty'] == 'b2l' || $shrsb_plugopts['shorty'] == 'trim' || $shrsb_plugopts['shorty'] == 'e7t' || $shrsb_plugopts['shorty'] == 'googl') {
|
182 |
-
$shrsb_plugopts['shorty'] = '
|
183 |
|
184 |
//reset depreciated settings
|
185 |
$shrsb_plugopts['shortyapi']['snip']['user'] = '';
|
@@ -191,6 +191,11 @@ if(SHRSB_UPGRADING == TRUE) {
|
|
191 |
$shrsb_plugopts['shortyapi']['tinyarrow']['user'] = '';
|
192 |
$shrsb_plugopts['shortyapi']['cligs']['chk'] = '';
|
193 |
$shrsb_plugopts['shortyapi']['cligs']['key'] = '';
|
|
|
|
|
|
|
|
|
|
|
194 |
}
|
195 |
|
196 |
if($shrsb_plugopts['shorty'] == 'tiny') {
|
156 |
|
157 |
if(!empty($services)){
|
158 |
// Removing blocked services from sb services list
|
159 |
+
$disable_services = array( '4', '12', '68', '77', '159', '185', '186', '195', '207', '237', '257', '264', '190', '10', '287', '188', '100', '277', '48', '210' );
|
160 |
$services = array_diff($services, $disable_services);
|
161 |
$shrsb_plugopts['service'] = implode(',', $services );
|
162 |
}
|
165 |
if(isset ($shrsb_plugopts) && isset($shrsb_plugopts['bookmark'])){
|
166 |
// Removing blocked services from bookmarks list
|
167 |
|
168 |
+
$shrsb_plugopts['bookmark'] = array_diff($shrsb_plugopts['bookmark'], array( 'shr-twittley', 'shr-comfeed', 'shr-ning', 'shr-strands', 'shr-sphinn', 'shr-tipd', 'shr-faqpal', 'shr-technorati', 'shr-yahoobuzz', 'shr-posterous', 'shr-squidoo' ));
|
169 |
}
|
170 |
|
171 |
if(isset ($shrsb_plugopts) && isset($shrsb_plugopts['reloption']) && $shrsb_plugopts['reloption'] === "" ){
|
178 |
}
|
179 |
|
180 |
// Reset depreciated url shorteners
|
181 |
+
if($shrsb_plugopts['shorty'] == 'slly' || $shrsb_plugopts['shorty'] == 'cligs' || $shrsb_plugopts['shorty'] == 'snip' || $shrsb_plugopts['shorty'] == 'tinyarrow' || $shrsb_plugopts['shorty'] == 'b2l' || $shrsb_plugopts['shorty'] == 'trim' || $shrsb_plugopts['shorty'] == 'e7t' || $shrsb_plugopts['shorty'] == 'awesm' || $shrsb_plugopts['shorty'] == 'supr' || $shrsb_plugopts['shorty'] == 'googl') {
|
182 |
+
$shrsb_plugopts['shorty'] = 'shrlc';
|
183 |
|
184 |
//reset depreciated settings
|
185 |
$shrsb_plugopts['shortyapi']['snip']['user'] = '';
|
191 |
$shrsb_plugopts['shortyapi']['tinyarrow']['user'] = '';
|
192 |
$shrsb_plugopts['shortyapi']['cligs']['chk'] = '';
|
193 |
$shrsb_plugopts['shortyapi']['cligs']['key'] = '';
|
194 |
+
$shrsb_plugopts['shortyapi']['supr']['chk'] = '';
|
195 |
+
$shrsb_plugopts['shortyapi']['supr']['user'] = '';
|
196 |
+
$shrsb_plugopts['shortyapi']['supr']['key'] = '';
|
197 |
+
$shrsb_plugopts['shortyapi']['awesm']['user'] = '';
|
198 |
+
$shrsb_plugopts['shortyapi']['awesm']['key'] = '';
|
199 |
}
|
200 |
|
201 |
if($shrsb_plugopts['shorty'] == 'tiny') {
|
includes/shrsb_sexybookmarks_settings_page.php
CHANGED
@@ -224,13 +224,8 @@ function shrsb_sb_settings_page() {
|
|
224 |
|
225 |
$shrsb_plugopts['shortyapi']['bitly']['user'] = trim(htmlspecialchars($_POST['shortyapiuser-bitly'], ENT_QUOTES));
|
226 |
$shrsb_plugopts['shortyapi']['bitly']['key'] = trim(htmlspecialchars($_POST['shortyapikey-bitly'], ENT_QUOTES));
|
227 |
-
$shrsb_plugopts['shortyapi']['awesm']['user'] = trim(htmlspecialchars($_POST['shortyapiuser-awesm'], ENT_QUOTES));
|
228 |
-
$shrsb_plugopts['shortyapi']['awesm']['key'] = trim(htmlspecialchars($_POST['shortyapikey-awesm'], ENT_QUOTES));
|
229 |
$shrsb_plugopts['shortyapi']['jmp']['user'] = trim(htmlspecialchars($_POST['shortyapiuser-jmp'], ENT_QUOTES));
|
230 |
$shrsb_plugopts['shortyapi']['jmp']['key'] = trim(htmlspecialchars($_POST['shortyapikey-jmp'], ENT_QUOTES));
|
231 |
-
$shrsb_plugopts['shortyapi']['supr']['chk'] = htmlspecialchars($_POST['shortyapichk-supr'][0], ENT_QUOTES);
|
232 |
-
$shrsb_plugopts['shortyapi']['supr']['user'] = trim(htmlspecialchars($_POST['shortyapiuser-supr'], ENT_QUOTES));
|
233 |
-
$shrsb_plugopts['shortyapi']['supr']['key'] = trim(htmlspecialchars($_POST['shortyapikey-supr'], ENT_QUOTES));
|
234 |
|
235 |
/* Short URLs End */
|
236 |
|
@@ -632,11 +627,10 @@ function shrsb_sb_settings_page() {
|
|
632 |
print shrsb_select_option_group('shorty',
|
633 |
array(
|
634 |
'none' =>__("Don't use a shortener", 'shrsb'),
|
635 |
-
'
|
636 |
'bitly' => 'bit.ly',
|
637 |
'jmp' => 'j.mp',
|
638 |
'google' => 'Google (goo.gl)',
|
639 |
-
'supr' => 'StumbleUpon (su.pr)',
|
640 |
'tinyurl' => 'tinyurl',
|
641 |
'tflp' => 'Twitter Friendly Links WP Plugin',
|
642 |
'yourls' => 'YOURLS WP Plugin'
|
@@ -655,16 +649,7 @@ function shrsb_sb_settings_page() {
|
|
655 |
</div>
|
656 |
</div>
|
657 |
|
658 |
-
|
659 |
-
<div id="shortyapidiv-awesm">
|
660 |
-
<label for="shortyapiuser-awesm"><?php _e('Tool:', 'shrsb'); ?></label>
|
661 |
-
<input type="text" id="shortyapiuser-awesm" name="shortyapiuser-awesm" value="<?php echo $shrsb_plugopts['shortyapi']['awesm']['user']; ?>" />
|
662 |
-
<label for="shortyapikey-awesm"><?php _e('API Key:', 'shrsb'); ?></label>
|
663 |
-
<input type="text" id="shortyapikey-awesm" name="shortyapikey-awesm" value="<?php echo $shrsb_plugopts['shortyapi']['awesm']['key']; ?>" />
|
664 |
-
</div>
|
665 |
-
</div>
|
666 |
-
|
667 |
-
<div id="shortyapimdiv-jmp"<?php if($shrsb_plugopts['shorty'] != "jmp") { ?> class="hidden"<?php } ?>>
|
668 |
<div id="shortyapidiv-jmp">
|
669 |
<label for="shortyapiuser-jmp"><?php _e('User ID:', 'shrsb'); ?></label>
|
670 |
<input type="text" id="shortyapiuser-jmp" name="shortyapiuser-jmp" value="<?php echo $shrsb_plugopts['shortyapi']['jmp']['user']; ?>" />
|
@@ -673,21 +658,7 @@ function shrsb_sb_settings_page() {
|
|
673 |
</div>
|
674 |
</div>
|
675 |
|
676 |
-
<div id="shortyapimdiv-supr" <?php if($shrsb_plugopts['shorty'] != 'supr') { ?>class="hidden"<?php } ?>>
|
677 |
-
<span class="shrsb_option" id="shortyapidivchk-supr">
|
678 |
-
<input <?php echo (($shrsb_plugopts['shortyapi']['supr']['chk'] == "1")? 'checked="true"' : ""); ?> name="shortyapichk-supr[]" id="shortyapichk-supr" type="checkbox" value="1" /> <?php _e('Track Generated Links?', 'shrsb'); ?>
|
679 |
-
<input type="hidden" name="shortyapichk-supr[]" type="checkbox" value="0"/>
|
680 |
-
</span>
|
681 |
-
<div class="clearbig"></div>
|
682 |
-
<div id="shortyapidiv-supr" <?php if(!isset($shrsb_plugopts['shortyapi']['supr']['chk'])) { ?>class="hidden"<?php } ?>>
|
683 |
-
<label for="shortyapiuser-supr"><?php _e('User ID:', 'shrsb'); ?></label>
|
684 |
-
<input type="text" id="shortyapiuser-supr" name="shortyapiuser-supr" value="<?php echo $shrsb_plugopts['shortyapi']['supr']['user']; ?>" />
|
685 |
-
<label for="shortyapikey-supr"><?php _e('API Key:', 'shrsb'); ?></label>
|
686 |
-
<input type="text" id="shortyapikey-supr" name="shortyapikey-supr" value="<?php echo $shrsb_plugopts['shortyapi']['supr']['key']; ?>" />
|
687 |
-
</div>
|
688 |
-
</div>
|
689 |
<div class="clearbig"></div>
|
690 |
-
|
691 |
</div>
|
692 |
</div>
|
693 |
</li>
|
@@ -969,7 +940,7 @@ function exclude_from_minify_list() {
|
|
969 |
if($url == 'jquery.shareaholic-share-buttons.min.js') {
|
970 |
$tbfound = true;
|
971 |
}
|
972 |
-
if($url == '
|
973 |
$shr_dough_recipe = true;
|
974 |
}
|
975 |
}
|
@@ -980,7 +951,7 @@ function exclude_from_minify_list() {
|
|
980 |
array_push($minify_opts["js_exclude"],'jquery.shareaholic-share-buttons.min.js');
|
981 |
}
|
982 |
if(!$shr_dough_recipe) {
|
983 |
-
array_push($minify_opts["js_exclude"],'
|
984 |
}
|
985 |
update_option("wp_minify", $minify_opts);
|
986 |
}
|
224 |
|
225 |
$shrsb_plugopts['shortyapi']['bitly']['user'] = trim(htmlspecialchars($_POST['shortyapiuser-bitly'], ENT_QUOTES));
|
226 |
$shrsb_plugopts['shortyapi']['bitly']['key'] = trim(htmlspecialchars($_POST['shortyapikey-bitly'], ENT_QUOTES));
|
|
|
|
|
227 |
$shrsb_plugopts['shortyapi']['jmp']['user'] = trim(htmlspecialchars($_POST['shortyapiuser-jmp'], ENT_QUOTES));
|
228 |
$shrsb_plugopts['shortyapi']['jmp']['key'] = trim(htmlspecialchars($_POST['shortyapikey-jmp'], ENT_QUOTES));
|
|
|
|
|
|
|
229 |
|
230 |
/* Short URLs End */
|
231 |
|
627 |
print shrsb_select_option_group('shorty',
|
628 |
array(
|
629 |
'none' =>__("Don't use a shortener", 'shrsb'),
|
630 |
+
'shrlc' => 'shr.lc',
|
631 |
'bitly' => 'bit.ly',
|
632 |
'jmp' => 'j.mp',
|
633 |
'google' => 'Google (goo.gl)',
|
|
|
634 |
'tinyurl' => 'tinyurl',
|
635 |
'tflp' => 'Twitter Friendly Links WP Plugin',
|
636 |
'yourls' => 'YOURLS WP Plugin'
|
649 |
</div>
|
650 |
</div>
|
651 |
|
652 |
+
<div id="shortyapimdiv-jmp"<?php if($shrsb_plugopts['shorty'] != "jmp") { ?> class="hidden"<?php } ?>>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
653 |
<div id="shortyapidiv-jmp">
|
654 |
<label for="shortyapiuser-jmp"><?php _e('User ID:', 'shrsb'); ?></label>
|
655 |
<input type="text" id="shortyapiuser-jmp" name="shortyapiuser-jmp" value="<?php echo $shrsb_plugopts['shortyapi']['jmp']['user']; ?>" />
|
658 |
</div>
|
659 |
</div>
|
660 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
661 |
<div class="clearbig"></div>
|
|
|
662 |
</div>
|
663 |
</div>
|
664 |
</li>
|
940 |
if($url == 'jquery.shareaholic-share-buttons.min.js') {
|
941 |
$tbfound = true;
|
942 |
}
|
943 |
+
if($url == 'shareaholic-analytics.js') {
|
944 |
$shr_dough_recipe = true;
|
945 |
}
|
946 |
}
|
951 |
array_push($minify_opts["js_exclude"],'jquery.shareaholic-share-buttons.min.js');
|
952 |
}
|
953 |
if(!$shr_dough_recipe) {
|
954 |
+
array_push($minify_opts["js_exclude"],'shareaholic-analytics.js');
|
955 |
}
|
956 |
update_option("wp_minify", $minify_opts);
|
957 |
}
|
js/shareaholic-admin.js
CHANGED
@@ -123,30 +123,14 @@ jQuery(document).ready(function() {
|
|
123 |
|
124 |
jQuery('#shorty').change(function() {
|
125 |
jQuery('#shortyapimdiv-bitly').fadeOut('fast');
|
126 |
-
jQuery('#shortyapimdiv-awesm').fadeOut('fast');
|
127 |
-
jQuery('#shortyapimdiv-supr').fadeOut('fast');
|
128 |
jQuery('#shortyapimdiv-jmp').fadeOut('fast');
|
129 |
if (this.value == 'bitly') {
|
130 |
jQuery('#shortyapimdiv-bitly').fadeIn('fast');
|
131 |
-
} else if (this.value == 'awesm') {
|
132 |
-
jQuery('#shortyapimdiv-awesm').fadeIn('fast');
|
133 |
-
} else if (this.value == 'supr') {
|
134 |
-
jQuery('#shortyapimdiv-supr').fadeIn('fast');
|
135 |
} else if (this.value == 'jmp') {
|
136 |
jQuery('#shortyapimdiv-jmp').fadeIn('fast');
|
137 |
}
|
138 |
});
|
139 |
|
140 |
-
|
141 |
-
jQuery('#shortyapichk-supr').click(function() {
|
142 |
-
if (this.checked) {
|
143 |
-
jQuery('#shortyapidiv-supr').fadeIn('fast');
|
144 |
-
} else {
|
145 |
-
jQuery('#shortyapidiv-supr').fadeOut('fast');
|
146 |
-
}
|
147 |
-
});
|
148 |
-
|
149 |
-
|
150 |
jQuery('#likeButtonSetTop-yes').click(function() {
|
151 |
if (this.checked) {
|
152 |
jQuery('.likeButtonsAvailableTop').fadeIn('fast');
|
123 |
|
124 |
jQuery('#shorty').change(function() {
|
125 |
jQuery('#shortyapimdiv-bitly').fadeOut('fast');
|
|
|
|
|
126 |
jQuery('#shortyapimdiv-jmp').fadeOut('fast');
|
127 |
if (this.value == 'bitly') {
|
128 |
jQuery('#shortyapimdiv-bitly').fadeIn('fast');
|
|
|
|
|
|
|
|
|
129 |
} else if (this.value == 'jmp') {
|
130 |
jQuery('#shortyapimdiv-jmp').fadeIn('fast');
|
131 |
}
|
132 |
});
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
jQuery('#likeButtonSetTop-yes').click(function() {
|
135 |
if (this.checked) {
|
136 |
jQuery('.likeButtonsAvailableTop').fadeIn('fast');
|
js/shareaholic-admin.min.js
CHANGED
@@ -3,35 +3,34 @@ forcePlaceholderSize:!0,items:"li"});jQuery("#sel-all").click(function(){jQuery(
|
|
3 |
"checked");jQuery("#shr-twitter").attr("checked","checked");jQuery("#shr-linkedin").attr("checked","checked");jQuery("#shr-googleplus").attr("checked","checked");jQuery("#shr-googlebookmarks").attr("checked","checked");jQuery("#shr-stumbleupon").attr("checked","checked");jQuery("#shr-pinterest").attr("checked","checked");jQuery("#shr-fastmail").attr("checked","checked");jQuery("#shr-printfriendly").attr("checked","checked")})});jQuery("#preset-amounts").parent("label").click(function(){jQuery("#custom-amounts").attr("disabled",
|
4 |
"disabled").css({cursor:"none"});jQuery("#preset-amounts").removeAttr("disabled")});jQuery("#custom-amounts").parent("label").click(function(){jQuery("#preset-amounts").attr("disabled","disabled").css({cursor:"none"});jQuery("#custom-amounts").removeAttr("disabled")});jQuery("#hide-sponsors").click(function(){jQuery("#no-sponsors").submit()});jQuery(".del-x").click(function(){jQuery(this).parent("div").parent("div").fadeOut()});jQuery("#custom-mods").click(function(){jQuery(this).is(":not(:checked)")?
|
5 |
jQuery("#custom-mods-notice").css("display","none"):(jQuery("#custom-mods-notice").fadeIn("fast"),jQuery("#custom-mods-notice").css("display","table"))});jQuery(".custom-mods-notice-close").click(function(){jQuery("#custom-mods-notice").fadeOut("fast")});jQuery("#bgimg-yes").click(function(){jQuery(this).is(":checked")?jQuery("#bgimgs").fadeIn("slow"):jQuery("#bgimgs").css("display","none")});jQuery("#shr-twitter").click(function(){jQuery(this).attr("checked")?jQuery("#twitter-defaults").fadeIn("fast"):
|
6 |
-
jQuery("#twitter-defaults").fadeOut()});jQuery("#shorty").change(function(){jQuery("#shortyapimdiv-bitly").fadeOut("fast");jQuery("#shortyapimdiv-
|
7 |
-
jQuery("#
|
8 |
-
jQuery("#
|
9 |
-
jQuery("
|
10 |
-
jQuery("#
|
11 |
-
jQuery("
|
12 |
-
jQuery("
|
13 |
-
jQuery("
|
14 |
-
jQuery(".
|
15 |
-
jQuery(".recommendations_prefs-2").
|
16 |
-
jQuery("
|
17 |
-
jQuery("#
|
18 |
-
jQuery("#
|
19 |
-
jQuery("#tweetcounter span").
|
20 |
-
|
21 |
-
|
22 |
-
jQuery("#
|
23 |
-
jQuery(".
|
24 |
-
|
25 |
-
jQuery("
|
26 |
-
|
27 |
-
|
28 |
-
jQuery("
|
29 |
-
jQuery(".
|
30 |
-
|
31 |
-
jQuery("
|
32 |
-
|
33 |
-
|
34 |
-
jQuery("body").bind("click",function(){jQuery("#tb_border_color_picker_holder").hide();jQuery("body").unbind("click")});return false}),jQuery("#tb_border_color_reset").bind("click",function(){jQuery("#tb_border_color").val("#000000");jQuery("#tb_border_color_picker div").css("backgroundColor","#000000")}),jQuery("#tb_border_color_picker_holder").click(function(){return false}))}});
|
35 |
(function(c){var i=function(){var d=65,i={eventName:"click",onShow:function(){},onBeforeShow:function(){},onHide:function(){},onChange:function(){},onSubmit:function(){},color:"ff0000",livePreview:!0,flat:!1},j=function(a,b){var f=e(a);c(b).data("colorpicker").fields.eq(1).val(f.r).end().eq(2).val(f.g).end().eq(3).val(f.b).end()},o=function(a,b){c(b).data("colorpicker").fields.eq(4).val(a.h).end().eq(5).val(a.s).end().eq(6).val(a.b).end()},l=function(a,b){c(b).data("colorpicker").fields.eq(0).val(k(e(a))).end()},
|
36 |
p=function(a,b){c(b).data("colorpicker").selector.css("backgroundColor","#"+k(e({h:a.h,s:100,b:100})));c(b).data("colorpicker").selectorIndic.css({left:parseInt(150*a.s/100,10),top:parseInt(150*(100-a.b)/100,10)})},q=function(a,b){c(b).data("colorpicker").hue.css("top",parseInt(150-150*a.h/360,10))},s=function(a,b){c(b).data("colorpicker").currentColor.css("backgroundColor","#"+k(e(a)))},r=function(a,b){c(b).data("colorpicker").newColor.css("backgroundColor","#"+k(e(a)))},E=function(a){a=a.charCode||
|
37 |
a.keyCode||-1;if(a>d&&90>=a||32==a)return!1;!0===c(this).parent().parent().data("colorpicker").livePreview&&m.apply(this)},m=function(a){var b=c(this).parent().parent(),f;if(0<this.parentNode.className.indexOf("_hex")){f=b.data("colorpicker");var g=this.value,d=6-g.length;if(0<d){for(var h=[],v=0;v<d;v++)h.push("0");h.push(g);g=h.join("")}g=n(t(g));f.color=f=g}else 0<this.parentNode.className.indexOf("_hsb")?b.data("colorpicker").color=f=u({h:parseInt(b.data("colorpicker").fields.eq(4).val(),10),
|
3 |
"checked");jQuery("#shr-twitter").attr("checked","checked");jQuery("#shr-linkedin").attr("checked","checked");jQuery("#shr-googleplus").attr("checked","checked");jQuery("#shr-googlebookmarks").attr("checked","checked");jQuery("#shr-stumbleupon").attr("checked","checked");jQuery("#shr-pinterest").attr("checked","checked");jQuery("#shr-fastmail").attr("checked","checked");jQuery("#shr-printfriendly").attr("checked","checked")})});jQuery("#preset-amounts").parent("label").click(function(){jQuery("#custom-amounts").attr("disabled",
|
4 |
"disabled").css({cursor:"none"});jQuery("#preset-amounts").removeAttr("disabled")});jQuery("#custom-amounts").parent("label").click(function(){jQuery("#preset-amounts").attr("disabled","disabled").css({cursor:"none"});jQuery("#custom-amounts").removeAttr("disabled")});jQuery("#hide-sponsors").click(function(){jQuery("#no-sponsors").submit()});jQuery(".del-x").click(function(){jQuery(this).parent("div").parent("div").fadeOut()});jQuery("#custom-mods").click(function(){jQuery(this).is(":not(:checked)")?
|
5 |
jQuery("#custom-mods-notice").css("display","none"):(jQuery("#custom-mods-notice").fadeIn("fast"),jQuery("#custom-mods-notice").css("display","table"))});jQuery(".custom-mods-notice-close").click(function(){jQuery("#custom-mods-notice").fadeOut("fast")});jQuery("#bgimg-yes").click(function(){jQuery(this).is(":checked")?jQuery("#bgimgs").fadeIn("slow"):jQuery("#bgimgs").css("display","none")});jQuery("#shr-twitter").click(function(){jQuery(this).attr("checked")?jQuery("#twitter-defaults").fadeIn("fast"):
|
6 |
+
jQuery("#twitter-defaults").fadeOut()});jQuery("#shorty").change(function(){jQuery("#shortyapimdiv-bitly").fadeOut("fast");jQuery("#shortyapimdiv-jmp").fadeOut("fast");"bitly"==this.value?jQuery("#shortyapimdiv-bitly").fadeIn("fast"):"jmp"==this.value&&jQuery("#shortyapimdiv-jmp").fadeIn("fast")});jQuery("#likeButtonSetTop-yes").click(function(){this.checked&&jQuery(".likeButtonsAvailableTop").fadeIn("fast")});jQuery("#likeButtonSetTop-no").click(function(){this.checked&&jQuery(".likeButtonsAvailableTop").fadeOut("fast")});
|
7 |
+
jQuery("#likeButtonSetBottom-yes").click(function(){this.checked&&jQuery(".likeButtonsAvailableBottom").fadeIn("fast")});jQuery("#likeButtonSetBottom-no").click(function(){this.checked&&jQuery(".likeButtonsAvailableBottom").fadeOut("fast")});jQuery("#fbLikeButtonTop-yes").click(function(){this.checked&&jQuery(".likebuttonpreviewTop").fadeIn("fast")});jQuery("#fbLikeButtonBottom-yes").click(function(){this.checked&&jQuery(".likebuttonpreviewBottom").fadeIn("fast")});jQuery("#fbLikeButtonTop-no").click(function(){this.checked&&
|
8 |
+
jQuery(".likebuttonpreviewTop").fadeOut("fast")});jQuery("#fbLikeButtonBottom-no").click(function(){this.checked&&jQuery(".likebuttonpreviewBottom").fadeOut("fast")});jQuery("#fbSendButtonBottom-yes").click(function(){this.checked&&jQuery(".sendbuttonpreviewBottom").fadeIn("fast")});jQuery("#fbSendButtonTop-yes").click(function(){this.checked&&jQuery(".sendbuttonpreviewTop").fadeIn("fast")});jQuery("#fbSendButtonTop-no").click(function(){this.checked&&jQuery(".sendbuttonpreviewTop").fadeOut("fast")});
|
9 |
+
jQuery("#fbSendButtonBottom-no").click(function(){this.checked&&jQuery(".sendbuttonpreviewBottom").fadeOut("fast")});jQuery("#googlePlusOneButtonTop-yes").click(function(){this.checked&&jQuery(".plusonepreviewTop").fadeIn("fast")});jQuery("#googlePlusOneButtonTop-no").click(function(){this.checked&&jQuery(".plusonepreviewTop").fadeOut("fast")});jQuery("#googlePlusOneButtonBottom-yes").click(function(){this.checked&&jQuery(".plusonepreviewBottom").fadeIn("fast")});jQuery("#googlePlusOneButtonBottom-no").click(function(){this.checked&&
|
10 |
+
jQuery(".plusonepreviewBottom").fadeOut("fast")});jQuery("#tweetButtonTop-yes").click(function(){this.checked&&jQuery(".tweetbuttonpreviewTop").fadeIn("fast")});jQuery("#tweetButtonTop-no").click(function(){this.checked&&jQuery(".tweetbuttonpreviewTop").fadeOut("fast")});jQuery("#tweetButtonBottom-yes").click(function(){this.checked&&jQuery(".tweetbuttonpreviewBottom").fadeIn("fast")});jQuery("#tweetButtonBottom-no").click(function(){this.checked&&jQuery(".tweetbuttonpreviewBottom").fadeOut("fast")});
|
11 |
+
jQuery("#fbLikeButtonTop-yes,#googlePlusOneButtonTop-yes,#fbSendButtonTop-yes,#tweetButtonTop-yes").click(function(){this.checked&&jQuery(".likeButtonSetOptionsTop").fadeIn("fast")});jQuery("#fbLikeButtonBottom-yes,#googlePlusOneButtonBottom-yes,#fbSendButtonBottom-yes,#tweetButtonBottom-yes").click(function(){this.checked&&jQuery(".likeButtonSetOptionsBottom").fadeIn("fast")});jQuery("#fbLikeButtonTop-no,#googlePlusOneButtonTop-no,#fbSendButtonTop-no,#tweetButtonTop-no").click(function(){jQuery("#fbLikeButtonTop-no").get(0).checked&&
|
12 |
+
jQuery("#googlePlusOneButtonTop-no").get(0).checked&&jQuery("#tweetButtonTop-no").get(0).checked&&jQuery("#fbSendButtonTop-no").get(0).checked&&jQuery(".likeButtonSetOptionsTop").fadeOut("fast")});jQuery("#fbLikeButtonBottom-no,#googlePlusOneButtonBottom-no,#fbSendButtonBottom-no,#tweetButtonBottom-no").click(function(){jQuery("#fbLikeButtonBottom-no").get(0).checked&&jQuery("#googlePlusOneButtonBottom-no").get(0).checked&&jQuery("#tweetButtonBottom-no").get(0).checked&&jQuery("#fbSendButtonBottom-no").get(0).checked&&
|
13 |
+
jQuery(".likeButtonSetOptionsBottom").fadeOut("fast")});jQuery("#designer_toolTips-yes").click(function(){this.checked&&jQuery(".designer_toolTip_prefs").fadeIn("fast")});jQuery("#designer_toolTips-no").click(function(){this.checked&&jQuery(".designer_toolTip_prefs").fadeOut("fast")});jQuery('input[name="pubGaSocial"]').on("click",function(){jQuery(".pubGaSocial_prefs")[1==jQuery('input[name="pubGaSocial"]:checked').val()?"fadeIn":"fadeOut"]("fast")});jQuery("#recommendations-yes").click(function(){this.checked&&
|
14 |
+
(jQuery(".recommendations_prefs-1").fadeIn("fast"),jQuery("#recommendations-style-image").get(0).checked&&jQuery(".recommendations_prefs-2").fadeIn("fast"))});jQuery("#recommendations-no").click(function(){this.checked&&(jQuery(".recommendations_prefs-1").fadeOut("fast"),jQuery(".recommendations_prefs-2").fadeOut("fast"))});jQuery("#recommendations-style-image").click(function(){this.checked&&jQuery(".recommendations_prefs-2").fadeIn("fast")});jQuery("#recommendations-style-text").click(function(){this.checked&&
|
15 |
+
jQuery(".recommendations_prefs-2").fadeOut("fast")});jQuery("#cb-yes").click(function(){this.checked&&jQuery(".cb_prefs").fadeIn("fast")});jQuery("#cb-no").click(function(){this.checked&&jQuery(".cb_prefs").fadeOut("fast")});jQuery("#useSbSettings-yes").click(function(){this.checked&&jQuery(".topbar_prefs").fadeOut("fast")});jQuery("#useSbSettings-no").click(function(){this.checked&&jQuery(".topbar_prefs").fadeIn("fast")});jQuery("#position-above").click(function(){jQuery("#info-manual").is(":visible")&&
|
16 |
+
jQuery("#info-manual").fadeOut()});jQuery("#position-below").click(function(){jQuery("#info-manual").is(":visible")&&jQuery("#info-manual").fadeOut()});jQuery("#position-manual").click(function(){jQuery("#info-manual").is(":not(:visible)")&&jQuery("#info-manual").fadeIn("slow")});jQuery(".dtags-info").click(function(){jQuery("#tag-info").fadeIn("fast")});jQuery(".dtags-close").click(function(){jQuery("#tag-info").fadeOut()});jQuery(".shebang-info").click(function(){jQuery("#info-manual").fadeIn("fast")});
|
17 |
+
jQuery("#shrsbresetallwarn-cancel").click(function(){jQuery("#shrsbresetallwarn").fadeOut()});jQuery("#shrsbresetallwarn-yes").click(function(){this.checked=jQuery("#shrsbresetallwarn").fadeOut();this.checked=jQuery("#resetalloptionsaccept").submit();this.checked=!this.checked});var c=0;"undefined"!=typeof jQuery("#tweetconfig")&&0<jQuery("#tweetconfig").length&&(-1!=jQuery("#tweetconfig").val().indexOf("${title}")&&(c=Math.floor(c+8)),-1!=jQuery("#tweetconfig").val().indexOf("${short_link}")&&(c=
|
18 |
+
Math.floor(c+13)),c=Math.floor(jQuery("#tweetconfig").val().length-c),50<=c?jQuery("#tweetcounter span").addClass("error"):jQuery("#tweetcounter span").removeClass(),jQuery("#tweetcounter span").html(c),c=jQuery("#tweetconfig").val(),c=c.replace("${title}","Some fancy post title"),c=c.replace("${short_link}","http://goo.gl/dbqlx"),jQuery("#tweetoutput span").html(c),jQuery("#tweetconfig").keyup(function(){var c=0;-1!=jQuery("#tweetconfig").val().indexOf("${title}")&&(c=Math.floor(c+8));-1!=jQuery("#tweetconfig").val().indexOf("${short_link}")&&
|
19 |
+
(c=Math.floor(c+13));c=Math.floor(jQuery(this).val().length-c);if(50<=c)return jQuery("#tweetcounter span").addClass("error"),alert("You need to leave room for the short URL and/or post title..."),!1;jQuery("#tweetcounter span").removeClass();jQuery("#tweetcounter span").html(c);c=jQuery(this).val();c=c.replace("${title}","Some fancy post title");c=c.replace("${short_link}","http://goo.gl/dbqlx");jQuery("#tweetoutput span").html(c)}));"undefined"!=typeof jQuery("#likeButtonSetTop-yes")&&0<jQuery("#likeButtonSetTop-yes").length&&
|
20 |
+
(jQuery("#likeButtonSetTop-yes").get(0).checked&&jQuery(".likeButtonsAvailableTop").fadeIn("fast"),(jQuery("#fbLikeButtonTop-yes").get(0).checked||jQuery("#googlePlusOneButtonTop-yes").get(0).checked||jQuery("#tweetButtonTop-yes").get(0).checked||jQuery("#fbSendButtonTop-yes").get(0).checked)&&jQuery(".likeButtonSetOptionsTop").fadeIn("fast"),jQuery("#fbLikeButtonTop-yes").get(0).checked&&jQuery(".likebuttonpreviewTop").fadeIn("fast"),jQuery("#fbSendButtonTop-yes").get(0).checked&&jQuery(".sendbuttonpreviewTop").fadeIn("fast"),
|
21 |
+
jQuery("#googlePlusOneButtonTop-yes").get(0).checked&&jQuery(".plusonepreviewTop").fadeIn("fast"),jQuery("#tweetButtonTop-yes").get(0).checked&&jQuery(".tweetbuttonpreviewTop").fadeIn("fast"));"undefined"!=typeof jQuery("#likeButtonSetBottom-yes")&&0<jQuery("#likeButtonSetBottom-yes").length&&(jQuery("#likeButtonSetBottom-yes").get(0).checked&&jQuery(".likeButtonsAvailableBottom").fadeIn("fast"),(jQuery("#fbLikeButtonBottom-yes").get(0).checked||jQuery("#googlePlusOneButtonBottom-yes").get(0).checked||
|
22 |
+
jQuery("#tweetButtonBottom-yes").get(0).checked||jQuery("#fbSendButtonBottom-yes").get(0).checked)&&jQuery(".likeButtonSetOptionsBottom").fadeIn("fast"),jQuery("#fbLikeButtonBottom-yes").get(0).checked&&jQuery(".likebuttonpreviewBottom").fadeIn("fast"),jQuery("#fbSendButtonBottom-yes").get(0).checked&&jQuery(".sendbuttonpreviewBottom").fadeIn("fast"),jQuery("#googlePlusOneButtonBottom-yes").get(0).checked&&jQuery(".plusonepreviewBottom").fadeIn("fast"),jQuery("#tweetButtonBottom-yes").get(0).checked&&
|
23 |
+
jQuery(".tweetbuttonpreviewBottom").fadeIn("fast"));"undefined"!=typeof jQuery("#designer_toolTips-yes")&&0<jQuery("#designer_toolTips-yes").length&&(jQuery("#designer_toolTips-yes").get(0).checked&&jQuery(".designer_toolTip_prefs").fadeIn("fast"),jQuery("#tip_bg_color_picker_holder").ColorPicker({flat:!0,color:jQuery("#tip_bg_color").val(),onChange:function(c,d){jQuery("#tip_bg_color").val("#"+d);jQuery("#tip_bg_color_picker div").css("backgroundColor","#"+d)},onSubmit:function(c,d){jQuery("#tip_bg_color").val("#"+
|
24 |
+
d);jQuery("#tip_bg_color_picker div").css("backgroundColor","#"+d);jQuery("#tip_bg_color_picker_holder").toggle()}}),jQuery("#tip_bg_color_picker_holder").find("input").each(function(){jQuery(this).attr("maxlength","50")}),jQuery("#tip_bg_color_picker div").bind("click",function(){jQuery("#tip_bg_color_picker_holder").toggle();jQuery("#tip_bg_color_picker_holder").ColorPickerSetColor(jQuery("#tip_bg_color").val());jQuery("body").trigger("click");jQuery("#tip_bg_color_picker_holder").is(":visible")&&
|
25 |
+
jQuery("body").bind("click",function(){jQuery("#tip_bg_color_picker_holder").hide();jQuery("body").unbind("click")});return false}),jQuery("#tip_bg_color_reset").bind("click",function(){jQuery("#tip_bg_color").val("#000000");jQuery("#tip_bg_color_picker div").css("backgroundColor","#000000")}),jQuery("#tip_bg_color_picker_holder").click(function(){return false}),jQuery("#tip_text_color_picker_holder").ColorPicker({flat:!0,color:jQuery("#tip_text_color").val(),onChange:function(c,d){jQuery("#tip_text_color").val("#"+
|
26 |
+
d);jQuery("#tip_text_color_picker div").css("backgroundColor","#"+d)},onSubmit:function(c,d){jQuery("#tip_text_color").val("#"+d);jQuery("#tip_text_color_picker div").css("backgroundColor","#"+d);jQuery("#tip_text_color_picker_holder").toggle()}}),jQuery("#tip_text_color_picker_holder").find("input").each(function(){jQuery(this).attr("maxlength","50")}),jQuery("#tip_text_color_picker div").bind("click",function(){jQuery("#tip_text_color_picker_holder").toggle();jQuery("#tip_text_color_picker_holder").ColorPickerSetColor(jQuery("#tip_text_color").val());
|
27 |
+
jQuery("body").trigger("click");jQuery("#tip_text_color_picker_holder").is(":visible")&&jQuery("body").bind("click",function(){jQuery("#tip_text_color_picker_holder").hide();jQuery("body").unbind("click")});return false}),jQuery("#tip_text_color_picker_holder").click(function(){return false}),jQuery("#tip_text_color_reset").bind("click",function(){jQuery("#tip_text_color").val("#ffffff");jQuery("#tip_text_color_picker div").css("backgroundColor","#ffffff")}));"undefined"!=typeof jQuery("#pubGaSocial-yes")&&
|
28 |
+
0<jQuery("#pubGaSocial-yes").length&&(c=jQuery("#pubGaSocial-yes").get(0).checked)&&jQuery(".pubGaSocial_prefs").fadeIn("fast");if("undefined"!=typeof jQuery("#recommendations-yes")&&0<jQuery("#recommendations-yes").length&&(c=jQuery("#recommendations-yes").get(0).checked))jQuery(".recommendations_prefs-1").fadeIn("fast"),jQuery("#recommendations-style-image").get(0).checked&&jQuery(".recommendations_prefs-2").fadeIn("fast");"undefined"!=typeof jQuery("#cb-yes")&&0<jQuery("#cb-yes").length&&(c=jQuery("#cb-yes").get(0).checked)&&
|
29 |
+
jQuery(".cb_prefs").fadeIn("fast");"undefined"!=typeof jQuery("#useSbSettings-no")&&0<jQuery("#useSbSettings-no").length&&(jQuery("#useSbSettings-no").get(0).checked&&jQuery(".topbar_prefs").fadeIn("fast"),jQuery("#tb_bg_color_picker_holder").ColorPicker({flat:!0,color:jQuery("#tb_bg_color").val(),onChange:function(c,d){jQuery("#tb_bg_color").val("#"+d);jQuery("#tb_bg_color_picker div").css("backgroundColor","#"+d)},onSubmit:function(c,d){jQuery("#tb_bg_color").val("#"+d);jQuery("#tb_bg_color_picker div").css("backgroundColor",
|
30 |
+
"#"+d);jQuery("#tb_bg_color_picker_holder").toggle()}}),jQuery("#tb_bg_color_picker_holder").find("input").each(function(){jQuery(this).attr("maxlength","50")}),jQuery("#tb_bg_color_picker div").bind("click",function(){jQuery("#tb_bg_color_picker_holder").toggle();jQuery("#tb_bg_color_picker_holder").ColorPickerSetColor(jQuery("#tb_bg_color").val());jQuery("body").trigger("click");jQuery("#tb_bg_color_picker_holder").is(":visible")&&jQuery("body").bind("click",function(){jQuery("#tb_bg_color_picker_holder").hide();
|
31 |
+
jQuery("body").unbind("click")});return false}),jQuery("#tb_bg_color_reset").bind("click",function(){jQuery("#tb_bg_color").val("#000000");jQuery("#tb_bg_color_picker div").css("backgroundColor","#000000")}),jQuery("#tb_bg_color_picker_holder").click(function(){return false}),jQuery("#tb_border_color_picker_holder").ColorPicker({flat:!0,color:jQuery("#tb_border_color").val(),onChange:function(c,d){jQuery("#tb_border_color").val("#"+d);jQuery("#tb_border_color_picker div").css("backgroundColor","#"+
|
32 |
+
d)},onSubmit:function(c,d){jQuery("#tb_border_color").val("#"+d);jQuery("#tb_border_color_picker div").css("backgroundColor","#"+d);jQuery("#tb_border_color_picker_holder").toggle()}}),jQuery("#tb_border_color_picker_holder").find("input").each(function(){jQuery(this).attr("maxlength","50")}),jQuery("#tb_border_color_picker div").bind("click",function(){jQuery("#tb_border_color_picker_holder").toggle();jQuery("#tb_border_color_picker_holder").ColorPickerSetColor(jQuery("#tb_border_color").val());
|
33 |
+
jQuery("body").trigger("click");jQuery("#tb_border_color_picker_holder").is(":visible")&&jQuery("body").bind("click",function(){jQuery("#tb_border_color_picker_holder").hide();jQuery("body").unbind("click")});return false}),jQuery("#tb_border_color_reset").bind("click",function(){jQuery("#tb_border_color").val("#000000");jQuery("#tb_border_color_picker div").css("backgroundColor","#000000")}),jQuery("#tb_border_color_picker_holder").click(function(){return false}))}});
|
|
|
34 |
(function(c){var i=function(){var d=65,i={eventName:"click",onShow:function(){},onBeforeShow:function(){},onHide:function(){},onChange:function(){},onSubmit:function(){},color:"ff0000",livePreview:!0,flat:!1},j=function(a,b){var f=e(a);c(b).data("colorpicker").fields.eq(1).val(f.r).end().eq(2).val(f.g).end().eq(3).val(f.b).end()},o=function(a,b){c(b).data("colorpicker").fields.eq(4).val(a.h).end().eq(5).val(a.s).end().eq(6).val(a.b).end()},l=function(a,b){c(b).data("colorpicker").fields.eq(0).val(k(e(a))).end()},
|
35 |
p=function(a,b){c(b).data("colorpicker").selector.css("backgroundColor","#"+k(e({h:a.h,s:100,b:100})));c(b).data("colorpicker").selectorIndic.css({left:parseInt(150*a.s/100,10),top:parseInt(150*(100-a.b)/100,10)})},q=function(a,b){c(b).data("colorpicker").hue.css("top",parseInt(150-150*a.h/360,10))},s=function(a,b){c(b).data("colorpicker").currentColor.css("backgroundColor","#"+k(e(a)))},r=function(a,b){c(b).data("colorpicker").newColor.css("backgroundColor","#"+k(e(a)))},E=function(a){a=a.charCode||
|
36 |
a.keyCode||-1;if(a>d&&90>=a||32==a)return!1;!0===c(this).parent().parent().data("colorpicker").livePreview&&m.apply(this)},m=function(a){var b=c(this).parent().parent(),f;if(0<this.parentNode.className.indexOf("_hex")){f=b.data("colorpicker");var g=this.value,d=6-g.length;if(0<d){for(var h=[],v=0;v<d;v++)h.push("0");h.push(g);g=h.join("")}g=n(t(g));f.color=f=g}else 0<this.parentNode.className.indexOf("_hsb")?b.data("colorpicker").color=f=u({h:parseInt(b.data("colorpicker").fields.eq(4).val(),10),
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
=== Shareaholic
|
2 |
Contributors: shareaholic
|
3 |
Tags: SexyBookmarks, SexyBookmark, Facebook, Twitter, LinkedIn, URL Shortener, Bitly, TinyURL, Supr, Goo.gl, Google +1, Google Analytics, Google Plus, Google, Instapaper, Wish List, Digg, Google Gmail, Google Notebook, Google Bookmarks, Translate, Tumblr, AIM, Yahoo Messenger, Delicious, StumbleUpon, Bebo, Mister Wong, Evernote, Twine, Diigo, add this, addtoany, share this, share and follow, share and enjoy, sharing is sexy, sharing is caring, Mail, Yahoo, Reddit, Techmeme, Hacker News, Tweet Button, Twitter Button, Fark, Buffer, MySpace, Orkut, Plurk, Identi.ca, Hyves, Netlog, HubSpot, WeHeartIt, Yandex, PrintFriendly, Print, ReadItLater, Yammer, Pinterest, Google Translate, Pinboard, Shareaholic, Shareholic, Bookmarks, Social, Email Button, Social Share, Bookmark Button, Share Button, Social Bookmarking, Bookmarks Menu, Bookmarking, Share, Share Count, Sharebar, Social Media, SEO, Analytics, Stats, Sharing, Saving, Posting, Facebook Like, Facebook Recommend, Facebook Send, WPMU, nrelate, outbrain, linkwithin, Related Content, Related Posts, Thumbnails, Recommendations
|
4 |
Requires at least: 2.7
|
5 |
-
Tested up to: 3.5
|
6 |
-
Stable tag: 6.1.
|
7 |
|
8 |
Adds an attractive social bookmarking menu and related content widget to your posts, pages, index, or any combination of the three.
|
9 |
|
@@ -125,6 +125,13 @@ Please see here: [Usage & Installation Instructions](https://shareaholic.com/too
|
|
125 |
|
126 |
== Changelog ==
|
127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
= 6.1.2.0 =
|
129 |
* Fix for Facebook Like button error (Facebook now requires non-encoded URL's to be passed)
|
130 |
|
1 |
+
=== Shareaholic | email, bookmark, share buttons ===
|
2 |
Contributors: shareaholic
|
3 |
Tags: SexyBookmarks, SexyBookmark, Facebook, Twitter, LinkedIn, URL Shortener, Bitly, TinyURL, Supr, Goo.gl, Google +1, Google Analytics, Google Plus, Google, Instapaper, Wish List, Digg, Google Gmail, Google Notebook, Google Bookmarks, Translate, Tumblr, AIM, Yahoo Messenger, Delicious, StumbleUpon, Bebo, Mister Wong, Evernote, Twine, Diigo, add this, addtoany, share this, share and follow, share and enjoy, sharing is sexy, sharing is caring, Mail, Yahoo, Reddit, Techmeme, Hacker News, Tweet Button, Twitter Button, Fark, Buffer, MySpace, Orkut, Plurk, Identi.ca, Hyves, Netlog, HubSpot, WeHeartIt, Yandex, PrintFriendly, Print, ReadItLater, Yammer, Pinterest, Google Translate, Pinboard, Shareaholic, Shareholic, Bookmarks, Social, Email Button, Social Share, Bookmark Button, Share Button, Social Bookmarking, Bookmarks Menu, Bookmarking, Share, Share Count, Sharebar, Social Media, SEO, Analytics, Stats, Sharing, Saving, Posting, Facebook Like, Facebook Recommend, Facebook Send, WPMU, nrelate, outbrain, linkwithin, Related Content, Related Posts, Thumbnails, Recommendations
|
4 |
Requires at least: 2.7
|
5 |
+
Tested up to: 3.5.1
|
6 |
+
Stable tag: 6.1.3.0
|
7 |
|
8 |
Adds an attractive social bookmarking menu and related content widget to your posts, pages, index, or any combination of the three.
|
9 |
|
125 |
|
126 |
== Changelog ==
|
127 |
|
128 |
+
= 6.1.3.0 =
|
129 |
+
* Fixed Bitly not picking up custom credentials
|
130 |
+
* Fixed links to Help Center docs
|
131 |
+
* Fixed Twitter template not getting picked up by Like Button Sets, Classic Bookmarks
|
132 |
+
* Deprecated Squidoo, Posterous (can no longer share to these services)
|
133 |
+
* Deprecated Awe.sm, Su.pr
|
134 |
+
|
135 |
= 6.1.2.0 =
|
136 |
* Fix for Facebook Like button error (Facebook now requires non-encoded URL's to be passed)
|
137 |
|
sexy-bookmarks.php
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Shareaholic
|
4 |
Plugin URI: https://shareaholic.com/publishers/
|
5 |
Description: Shareaholic adds a (X)HTML compliant list of social bookmarking icons to each of your posts. See <a href="admin.php?page=sexy-bookmarks.php">configuration panel</a> for more settings.
|
6 |
-
Version: 6.1.
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://shareaholic.com
|
9 |
Credits & Thanks: https://shareaholic.com/tools/wordpress/credits
|
10 |
*/
|
11 |
|
12 |
-
define('SHRSB_vNum','6.1.
|
13 |
|
14 |
/*
|
15 |
* @desc Create Text Domain For Translations
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: Shareaholic | share buttons, analytics, related content
|
4 |
Plugin URI: https://shareaholic.com/publishers/
|
5 |
Description: Shareaholic adds a (X)HTML compliant list of social bookmarking icons to each of your posts. See <a href="admin.php?page=sexy-bookmarks.php">configuration panel</a> for more settings.
|
6 |
+
Version: 6.1.3.0
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://shareaholic.com
|
9 |
Credits & Thanks: https://shareaholic.com/tools/wordpress/credits
|
10 |
*/
|
11 |
|
12 |
+
define('SHRSB_vNum','6.1.3.0');
|
13 |
|
14 |
/*
|
15 |
* @desc Create Text Domain For Translations
|
spritegen_default/jquery.shareaholic-publishers-sb.min.js
CHANGED
@@ -49,7 +49,7 @@ b+"&apitype=3&service="+a.serviceId+"&link="+encodeURIComponent(a.href)+(a.title
|
|
49 |
SHR4P.ga=function(){function b(b){!a&&c();if(!d)return false;var f=b.serviceAction||"unknown",k=typeof e[f]!=="undefined"?e[f]:true,l=b.link,b=g+(SHR4P.tooltips_suffix[b.serviceId]||""),b=b.replace(/(\s|\r\n|\n|\r)/gm,"_"),f=f.charAt(0).toUpperCase()+f.slice(1);k&&_gaq.push([h+"_trackSocial",b,f,l]);return k}function c(){if(typeof _gaq=="undefined"||!_gaq)window._gaq=[];_gaq.push(["shr._setAccount","UA-12964573-5"],["shr._trackPageview"]);if(typeof SHRSB_Globals!=="undefined"){(f=SHRSB_Globals.pubGaKey||
|
50 |
false)&&(h="shrpub.");d=typeof SHRSB_Globals.pubGaSocial!=="undefined"?SHRSB_Globals.pubGaSocial:d;f&&d&&_gaq.push([h+"_setAccount",f])}a=true;if(typeof SHRSB_Globals!="undefined"&&SHRSB_Globals.perfoption=="1"){var b=document.createElement("script");b.type="text/javascript";b.async=true;b.src=("https:"==document.location.protocol?"https://ssl":"http://www")+".google-analytics.com/ga.js";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}}var a=false,f,d=true,g="Shareaholic_",
|
51 |
e={render:false,like:true,unlike:true,send:true,share:true,unknown:false},h="";return{init:c,socialAction:b,trackAction:function(a){b(a.data)}}}();
|
52 |
-
SHR4P.dough=SHR4P.dough||function(b,c){return function(){if(typeof SHRSB_Globals!="undefined"&&SHRSB_Globals.perfoption=="1"){var a;if(!(a=b.SHR_Load_Dough)){a=c.createElement("script");a.type="text/javascript";a.async=true;a.src=("https:"==document.location.protocol?"https://":"http://")+"dtym7iokkjlif.cloudfront.net/dough/1.0/
|
53 |
SHR4P.prefetch=function(){if(typeof SHRSB_Globals!="undefined"&&typeof SHRSB_Globals.src!="undefined")(new Image).src=SHRSB_Globals.src+"/sprite.png"};
|
54 |
SHR4P.renderLikeButtons=function(){SHR4P.jQuery(".shareaholic-fblike,.shareaholic-fbsend",".shareaholic-like-buttonset").length>0&&setTimeout("SHR4P.fbUtil.addFBConnect()",0);SHR4P.jQuery(".shareaholic-googleplusone",".shareaholic-like-buttonset").length>0&&setTimeout("SHR4P.googPlusOneUtil.addGoogScript()",0);SHR4P.jQuery(".shareaholic-tweetbutton",".shareaholic-like-buttonset").length>0&&setTimeout("SHR4P.twitterUtil.addTwitterScript()",0)};
|
55 |
SHR4P.googPlusOneUtil={addGoogScript:function(){if(SHR4P.jQuery("#googplusonescript").length==0){var b=document.createElement("script");b.async=true;b.src="https://apis.google.com/js/plusone.js";b.id="googplusonescript";b.text='{"parsetags": "explicit"}';document.getElementsByTagName("head")[0].appendChild(b);b.onreadystatechange=function(){(this.readyState=="complete"||this.readyState=="loaded")&&SHR4P.googPlusOneUtil.renderPlusOnes()};b.onload=SHR4P.googPlusOneUtil.renderPlusOnes}},renderPlusOnes:function(){SHR4P.jQuery(".shareaholic-googleplusone",
|
49 |
SHR4P.ga=function(){function b(b){!a&&c();if(!d)return false;var f=b.serviceAction||"unknown",k=typeof e[f]!=="undefined"?e[f]:true,l=b.link,b=g+(SHR4P.tooltips_suffix[b.serviceId]||""),b=b.replace(/(\s|\r\n|\n|\r)/gm,"_"),f=f.charAt(0).toUpperCase()+f.slice(1);k&&_gaq.push([h+"_trackSocial",b,f,l]);return k}function c(){if(typeof _gaq=="undefined"||!_gaq)window._gaq=[];_gaq.push(["shr._setAccount","UA-12964573-5"],["shr._trackPageview"]);if(typeof SHRSB_Globals!=="undefined"){(f=SHRSB_Globals.pubGaKey||
|
50 |
false)&&(h="shrpub.");d=typeof SHRSB_Globals.pubGaSocial!=="undefined"?SHRSB_Globals.pubGaSocial:d;f&&d&&_gaq.push([h+"_setAccount",f])}a=true;if(typeof SHRSB_Globals!="undefined"&&SHRSB_Globals.perfoption=="1"){var b=document.createElement("script");b.type="text/javascript";b.async=true;b.src=("https:"==document.location.protocol?"https://ssl":"http://www")+".google-analytics.com/ga.js";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}}var a=false,f,d=true,g="Shareaholic_",
|
51 |
e={render:false,like:true,unlike:true,send:true,share:true,unknown:false},h="";return{init:c,socialAction:b,trackAction:function(a){b(a.data)}}}();
|
52 |
+
SHR4P.dough=SHR4P.dough||function(b,c){return function(){if(typeof SHRSB_Globals!="undefined"&&SHRSB_Globals.perfoption=="1"){var a;if(!(a=b.SHR_Load_Dough)){a=c.createElement("script");a.type="text/javascript";a.async=true;a.src=("https:"==document.location.protocol?"https://":"http://")+"dtym7iokkjlif.cloudfront.net/dough/1.0/shareaholic-analytics.js";var f=c.getElementsByTagName("script")[0];f.parentNode.insertBefore(a,f);a=true}b.SHR_Load_Dough=a}}}(window,document);
|
53 |
SHR4P.prefetch=function(){if(typeof SHRSB_Globals!="undefined"&&typeof SHRSB_Globals.src!="undefined")(new Image).src=SHRSB_Globals.src+"/sprite.png"};
|
54 |
SHR4P.renderLikeButtons=function(){SHR4P.jQuery(".shareaholic-fblike,.shareaholic-fbsend",".shareaholic-like-buttonset").length>0&&setTimeout("SHR4P.fbUtil.addFBConnect()",0);SHR4P.jQuery(".shareaholic-googleplusone",".shareaholic-like-buttonset").length>0&&setTimeout("SHR4P.googPlusOneUtil.addGoogScript()",0);SHR4P.jQuery(".shareaholic-tweetbutton",".shareaholic-like-buttonset").length>0&&setTimeout("SHR4P.twitterUtil.addTwitterScript()",0)};
|
55 |
SHR4P.googPlusOneUtil={addGoogScript:function(){if(SHR4P.jQuery("#googplusonescript").length==0){var b=document.createElement("script");b.async=true;b.src="https://apis.google.com/js/plusone.js";b.id="googplusonescript";b.text='{"parsetags": "explicit"}';document.getElementsByTagName("head")[0].appendChild(b);b.onreadystatechange=function(){(this.readyState=="complete"||this.readyState=="loaded")&&SHR4P.googPlusOneUtil.renderPlusOnes()};b.onload=SHR4P.googPlusOneUtil.renderPlusOnes}},renderPlusOnes:function(){SHR4P.jQuery(".shareaholic-googleplusone",
|
spritegen_default/jquery.shareaholic-share-buttons.min.js
CHANGED
@@ -34,7 +34,7 @@ f.insertBefore(d,l)}d=function(a){l.innerHTML=a.count};k&&SHR4P.TB.utils.getTwit
|
|
34 |
(SHR4P.TB.shr_image?".shr-7-count{background-position:-57px -80px;}.shr-7-count-compact,.shr-7{height:14px;width:55px;background-position:-228px -79px;}.shr-7-count-compact:hover,.shr-7:hover{height:14px;width:55px;background-position:-228px -100px;}.shr-7-count-compact:active,.shr-7:active{height:14px;width:55px;background-position:-228px -121px;}":".shr-7-count{background-position:-57px -80px;}.shr-7-count-compact,.shr-7{height:14px;width:55px;background-position:0px 0px;}.shr-7-count-compact:hover,.shr-7:hover{height:14px;width:55px;background-position:0px -21px;}.shr-7-count-compact:active,.shr-7:active{height:14px;width:55px;background-position:0px -41px;}")+
|
35 |
"</style>"));b.wrap('<div class="shr-7 shareaholic" style="float:left; '+m+' margin:0px 0px 0px 10px !important;"></div>');b.parent().removeClass("shr-7");b.addClass(j);b.addClass(h);SHR4P.debug(b);SHR4P.TB.utils.isMobileBrowser()||b.click(function(a){SHR4P.TB.utils.showServiceLet(n,"twitter");a.preventDefault()});b.attr("data-shr_status","1")}})},trackTweetButtonClick:function(a){a.type="tweet";SHR4P.TB.jQuery("<img/>").attr({src:"http://www.shareaholic.com/api/share/?v=1&apikey="+SHR4P.TB.shr_apiKey+
|
36 |
"&apitype=3&service=7&link="+encodeURIComponent(a.target.baseURI)+(a.target.title!==""?"&title="+a.target.title:""),width:"1",height:"1"}).appendTo("body")}};
|
37 |
-
SHR4P.dough=SHR4P.dough||function(a,b){return function(){if(typeof SHRSB_Globals!="undefined"&&SHRSB_Globals.perfoption=="1"){var c;if(!(c=a.SHR_Load_Dough)){c=b.createElement("script");c.type="text/javascript";c.async=true;c.src=("https:"==document.location.protocol?"https://":"http://")+"dtym7iokkjlif.cloudfront.net/dough/1.0/
|
38 |
SHR4P.TB.fbUtil={fbConnectAdd:0,renderFBWidgetCalled:!1,likeButtonsToRender:[],hasFB:function(){return typeof window.FB=="object"&&FB.Event&&typeof FB.Event.subscribe=="function"},addLikeButton:function(a,b){if(SHR4P.TB.fbUtil.hasFBNameSpace()){var c=SHR4P.TB.jQuery('<fb:like href="'+b+'"layout="button_count" show_faces="true" width="60" font=""></fb:like>').appendTo(a);typeof window.FB!="undefined"&&FB.XFBML&&FB.XFBML.parse?FB.XFBML.parse(c.get(0)):SHR4P.TB.fbUtil.likeButtonsToRender.push(c.get(0))}else SHR4P.TB.jQuery('<iframe src="http://www.facebook.com/plugins/like.php?app_id=207766518608&href='+
|
39 |
b+'&send=false&layout=button_count&width=90&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>').appendTo(a)},renderFBWidgets:function(){if(!SHR4P.TB.fbUtil.renderFBWidgetCalled){setTimeout("SHR4P.TB.fbUtil.renderFBLikeButtons()",0);setTimeout("SHR4P.TB.fbUtil.renderFBSendButtons()",0);for(var a=0;a<SHR4P.TB.fbUtil.likeButtonsToRender.length;++a)typeof window.FB!=
|
40 |
"undefined"&&(FB.XFBML&&FB.XFBML.parse)&&FB.XFBML.parse(SHR4P.TB.fbUtil.likeButtonsToRender[a]);SHR4P.TB.fbUtil.renderFBWidgetCalled=true}},renderFBSendButtons:function(){SHR4P.TB.jQuery(".shareaholic-fbsend",".shareaholic-like-buttonset").each(function(){if(SHR4P.TB.fbUtil.hasFBNameSpace()){var a=SHR4P.TB.jQuery(this),b=a.attr("data-shr_href");if(typeof b=="undefined"||!b)b=encodeURIComponent(document.location.href);var c=SHR4P.TB.jQuery("<div style='float:left;padding-top:0px !important; margin:0px 5px !important;'/>").get(0);
|
34 |
(SHR4P.TB.shr_image?".shr-7-count{background-position:-57px -80px;}.shr-7-count-compact,.shr-7{height:14px;width:55px;background-position:-228px -79px;}.shr-7-count-compact:hover,.shr-7:hover{height:14px;width:55px;background-position:-228px -100px;}.shr-7-count-compact:active,.shr-7:active{height:14px;width:55px;background-position:-228px -121px;}":".shr-7-count{background-position:-57px -80px;}.shr-7-count-compact,.shr-7{height:14px;width:55px;background-position:0px 0px;}.shr-7-count-compact:hover,.shr-7:hover{height:14px;width:55px;background-position:0px -21px;}.shr-7-count-compact:active,.shr-7:active{height:14px;width:55px;background-position:0px -41px;}")+
|
35 |
"</style>"));b.wrap('<div class="shr-7 shareaholic" style="float:left; '+m+' margin:0px 0px 0px 10px !important;"></div>');b.parent().removeClass("shr-7");b.addClass(j);b.addClass(h);SHR4P.debug(b);SHR4P.TB.utils.isMobileBrowser()||b.click(function(a){SHR4P.TB.utils.showServiceLet(n,"twitter");a.preventDefault()});b.attr("data-shr_status","1")}})},trackTweetButtonClick:function(a){a.type="tweet";SHR4P.TB.jQuery("<img/>").attr({src:"http://www.shareaholic.com/api/share/?v=1&apikey="+SHR4P.TB.shr_apiKey+
|
36 |
"&apitype=3&service=7&link="+encodeURIComponent(a.target.baseURI)+(a.target.title!==""?"&title="+a.target.title:""),width:"1",height:"1"}).appendTo("body")}};
|
37 |
+
SHR4P.dough=SHR4P.dough||function(a,b){return function(){if(typeof SHRSB_Globals!="undefined"&&SHRSB_Globals.perfoption=="1"){var c;if(!(c=a.SHR_Load_Dough)){c=b.createElement("script");c.type="text/javascript";c.async=true;c.src=("https:"==document.location.protocol?"https://":"http://")+"dtym7iokkjlif.cloudfront.net/dough/1.0/shareaholic-analytics.js";var e=b.getElementsByTagName("script")[0];e.parentNode.insertBefore(c,e);c=true}a.SHR_Load_Dough=c}}}(window,document);
|
38 |
SHR4P.TB.fbUtil={fbConnectAdd:0,renderFBWidgetCalled:!1,likeButtonsToRender:[],hasFB:function(){return typeof window.FB=="object"&&FB.Event&&typeof FB.Event.subscribe=="function"},addLikeButton:function(a,b){if(SHR4P.TB.fbUtil.hasFBNameSpace()){var c=SHR4P.TB.jQuery('<fb:like href="'+b+'"layout="button_count" show_faces="true" width="60" font=""></fb:like>').appendTo(a);typeof window.FB!="undefined"&&FB.XFBML&&FB.XFBML.parse?FB.XFBML.parse(c.get(0)):SHR4P.TB.fbUtil.likeButtonsToRender.push(c.get(0))}else SHR4P.TB.jQuery('<iframe src="http://www.facebook.com/plugins/like.php?app_id=207766518608&href='+
|
39 |
b+'&send=false&layout=button_count&width=90&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>').appendTo(a)},renderFBWidgets:function(){if(!SHR4P.TB.fbUtil.renderFBWidgetCalled){setTimeout("SHR4P.TB.fbUtil.renderFBLikeButtons()",0);setTimeout("SHR4P.TB.fbUtil.renderFBSendButtons()",0);for(var a=0;a<SHR4P.TB.fbUtil.likeButtonsToRender.length;++a)typeof window.FB!=
|
40 |
"undefined"&&(FB.XFBML&&FB.XFBML.parse)&&FB.XFBML.parse(SHR4P.TB.fbUtil.likeButtonsToRender[a]);SHR4P.TB.fbUtil.renderFBWidgetCalled=true}},renderFBSendButtons:function(){SHR4P.TB.jQuery(".shareaholic-fbsend",".shareaholic-like-buttonset").each(function(){if(SHR4P.TB.fbUtil.hasFBNameSpace()){var a=SHR4P.TB.jQuery(this),b=a.attr("data-shr_href");if(typeof b=="undefined"||!b)b=encodeURIComponent(document.location.href);var c=SHR4P.TB.jQuery("<div style='float:left;padding-top:0px !important; margin:0px 5px !important;'/>").get(0);
|
spritegen_default/sprite.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
div.shr-bookmarks{margin:20px 0 8px;clear:both !important;display:block !important}div.shr-bookmarks ul.shr-socials{width:100% !important;margin:0 !important;padding:0 !important;float:left !important}div.shr-bookmarks ul.shr-socials{background:transparent none !important;border:0 none !important;outline:0 none !important}div.shr-bookmarks ul.shr-socials li{display:inline !important;float:left !important;list-style-type:none !important;padding:0 !important;height:29px !important;width:60px !important;cursor:pointer !important;margin:3px 0 0 !important;background-color:transparent !important;border:0 none !important;outline:0 none !important;clear:none !important}div.shr-bookmarks ul.shr-socials li:before,div.shr-bookmarks ul.shr-socials li:after,div.shr-bookmarks ul.shr-socials li a:before,div.shr-bookmarks ul.shr-socials li a:after{content:'' !important;}div.shr-bookmarks ul.shr-socials a,div.shr-bookmarks ul.shr-socials a:hover{display:block !important;width:60px !important;height:29px !important;text-indent:-9999px !important;background-color:transparent !important;text-decoration:none !important;border:0 none !important}div.shr-bookmarks ul.shr-socials a:hover,div.shr-bookmarks ul.shr-socials li:hover{background-color:transparent !important;border:0 none !important;outline:0 none !important}.shareaholic-show-on-load{display: block !important;}div.shr-bookmarks div.shr-getshr{line-height:20px !important;padding-left:8px !important;float:left !important;}div.shr-bookmarks div.shr-getshr a{width:auto !important;font-size:10px !important; text-indent:0px !important;text-decoration:none !important;}div.shr-count{font:12px bold,arial !important;position: relative !important;}div.shr-count-outline{position: absolute !important;color: white !important;}div.shr-count-center{position: absolute !important;color: blue !important;}li.shr-1{background-position:-60px bottom !important}li.shr-1:hover{background-position:-60px top !important}li.shr-2{background-position:-120px bottom !important}li.shr-2:hover{background-position:-120px top !important}li.shr-3{background-position:-180px bottom !important}li.shr-3:hover{background-position:-180px top !important}li.shr-5{background-position:-300px bottom !important}li.shr-5:hover{background-position:-300px top !important}li.shr-6{background-position:-360px bottom !important}li.shr-6:hover{background-position:-360px top !important}li.shr-7{background-position:-420px bottom !important}li.shr-7:hover{background-position:-420px top !important}li.shr-14{background-position:-840px bottom !important}li.shr-14:hover{background-position:-840px top !important}li.shr-20{background-position:-1200px bottom !important}li.shr-20:hover{background-position:-1200px top !important}li.shr-21{background-position:-1260px bottom !important}li.shr-21:hover{background-position:-1260px top !important}li.shr-24{background-position:-1440px bottom !important}li.shr-24:hover{background-position:-1440px top !important}li.shr-27{background-position:-1620px bottom !important}li.shr-27:hover{background-position:-1620px top !important}li.shr-33{background-position:-1980px bottom !important}li.shr-33:hover{background-position:-1980px top !important}li.shr-38{background-position:-2280px bottom !important}li.shr-38:hover{background-position:-2280px top !important}li.shr-39{background-position:-2340px bottom !important}li.shr-39:hover{background-position:-2340px top !important}li.shr-40{background-position:-2400px bottom !important}li.shr-40:hover{background-position:-2400px top !important}li.shr-41{background-position:-2460px bottom !important}li.shr-41:hover{background-position:-2460px top !important}li.shr-43{background-position:-2580px bottom !important}li.shr-43:hover{background-position:-2580px top !important}li.shr-44{background-position:-2640px bottom !important}li.shr-44:hover{background-position:-2640px top !important}li.shr-45{background-position:-2700px bottom !important}li.shr-45:hover{background-position:-2700px top !important}li.shr-46{background-position:-2760px bottom !important}li.shr-46:hover{background-position:-2760px top !important}li.shr-48{background-position:-2880px bottom !important}li.shr-48:hover{background-position:-2880px top !important}li.shr-52{background-position:-3120px bottom !important}li.shr-52:hover{background-position:-3120px top !important}li.shr-53{background-position:-3180px bottom !important}li.shr-53:hover{background-position:-3180px top !important}li.shr-54{background-position:-3240px bottom !important}li.shr-54:hover{background-position:-3240px top !important}li.shr-59{background-position:-3540px bottom !important}li.shr-59:hover{background-position:-3540px top !important}li.shr-61{background-position:-3660px bottom !important}li.shr-61:hover{background-position:-3660px top !important}li.shr-74{background-position:-4440px bottom !important}li.shr-74:hover{background-position:-4440px top !important}li.shr-78{background-position:-4680px bottom !important}li.shr-78:hover{background-position:-4680px top !important}li.shr-80{background-position:-4800px bottom !important}li.shr-80:hover{background-position:-4800px top !important}li.shr-88{background-position:-5280px bottom !important}li.shr-88:hover{background-position:-5280px top !important}li.shr-89{background-position:-5340px bottom !important}li.shr-89:hover{background-position:-5340px top !important}li.shr-92{background-position:-5520px bottom !important}li.shr-92:hover{background-position:-5520px top !important}li.shr-98{background-position:-5880px bottom !important}li.shr-98:hover{background-position:-5880px top !important}li.shr-102{background-position:-6120px bottom !important}li.shr-102:hover{background-position:-6120px top !important}li.shr-105{background-position:-6300px bottom !important}li.shr-105:hover{background-position:-6300px top !important}li.shr-106{background-position:-6360px bottom !important}li.shr-106:hover{background-position:-6360px top !important}li.shr-191{background-position:-11460px bottom !important}li.shr-191:hover{background-position:-11460px top !important}li.shr-192{background-position:-11520px bottom !important}li.shr-192:hover{background-position:-11520px top !important}li.shr-196{background-position:-11760px bottom !important}li.shr-196:hover{background-position:-11760px top !important}li.shr-201{background-position:-12060px bottom !important}li.shr-201:hover{background-position:-12060px top !important}li.shr-202{background-position:-12120px bottom !important}li.shr-202:hover{background-position:-12120px top !important}li.shr-204{background-position:-12240px bottom !important}li.shr-204:hover{background-position:-12240px top !important}li.shr-205{background-position:-12300px bottom !important}li.shr-205:hover{background-position:-12300px top !important}li.shr-210{background-position:-12600px bottom !important}li.shr-210:hover{background-position:-12600px top !important}li.shr-218{background-position:-13080px bottom !important}li.shr-218:hover{background-position:-13080px top !important}li.shr-219{background-position:-13140px bottom !important}li.shr-219:hover{background-position:-13140px top !important}li.shr-236{background-position:-14160px bottom !important}li.shr-236:hover{background-position:-14160px top !important}li.shr-238{background-position:-14280px bottom !important}li.shr-238:hover{background-position:-14280px top !important}li.shr-240{background-position:-14400px bottom !important}li.shr-240:hover{background-position:-14400px top !important}li.shr-243{background-position:-14580px bottom !important}li.shr-243:hover{background-position:-14580px top !important}li.shr-246{background-position:-14760px bottom !important}li.shr-246:hover{background-position:-14760px top !important}li.shr-247{background-position:-14820px bottom !important}li.shr-247:hover{background-position:-14820px top !important}li.shr-263{background-position:-15780px bottom !important}li.shr-263:hover{background-position:-15780px top !important}li.shr-265{background-position:-15900px bottom !important}li.shr-265:hover{background-position:-15900px top !important}li.shr-266{background-position:-15960px bottom !important}li.shr-266:hover{background-position:-15960px top !important}li.shr-267{background-position:-16020px bottom !important}li.shr-267:hover{background-position:-16020px top !important}li.shr-268{background-position:-16080px bottom !important}li.shr-268:hover{background-position:-16080px top !important}li.shr-269{background-position:-16140px bottom !important}li.shr-269:hover{background-position:-16140px top !important}li.shr-278{background-position:-16680px bottom !important}li.shr-278:hover{background-position:-16680px top !important}li.shr-279{background-position:-16740px bottom !important}li.shr-279:hover{background-position:-16740px top !important}li.shr-280{background-position:-16800px bottom !important}li.shr-280:hover{background-position:-16800px top !important}li.shr-281{background-position:-16860px bottom !important}li.shr-281:hover{background-position:-16860px top !important}li.shr-282{background-position:-16920px bottom !important}li.shr-282:hover{background-position:-16920px top !important}li.shr-283{background-position:-16980px bottom !important}li.shr-283:hover{background-position:-16980px top !important}li.shr-284{background-position:-17040px bottom !important}li.shr-284:hover{background-position:-17040px top !important}li.shr-285{background-position:-17100px bottom !important}li.shr-285:hover{background-position:-17100px top !important}li.shr-286{background-position:-17160px bottom !important}li.shr-286:hover{background-position:-17160px top !important}li.shr-288{background-position:-17280px bottom !important}li.shr-288:hover{background-position:-17280px top !important}li.shr-289{background-position:-17340px bottom !important}li.shr-289:hover{background-position:-17340px top !important}li.shr-290{background-position:-17400px bottom !important}li.shr-290:hover{background-position:-17400px top !important}li.shr-291{background-position:-17460px bottom !important}li.shr-291:hover{background-position:-17460px top !important}li.shr-292{background-position:-17520px bottom !important}li.shr-292:hover{background-position:-17520px top !important}li.shr-293{background-position:-17580px bottom !important}li.shr-293:hover{background-position:-17580px top !important}li.shr-294{background-position:-17640px bottom !important}li.shr-294:hover{background-position:-17640px top !important}li.shr-304{background-position:-18240px bottom !important}li.shr-304:hover{background-position:-18240px top !important}li.shr-309{background-position:-18540px bottom !important}li.shr-309:hover{background-position:-18540px top !important}li.shr-313{background-position:-18780px bottom !important}li.shr-313:hover{background-position:-18780px top !important}
|
1 |
+
div.shr-bookmarks{margin:20px 0 8px;clear:both !important;display:block !important}div.shr-bookmarks ul.shr-socials{width:100% !important;margin:0 !important;padding:0 !important;float:left !important}div.shr-bookmarks ul.shr-socials{background:transparent none !important;border:0 none !important;outline:0 none !important}div.shr-bookmarks ul.shr-socials li{display:inline !important;float:left !important;list-style-type:none !important;padding:0 !important;height:29px !important;width:60px !important;cursor:pointer !important;margin:3px 0 0 !important;background-color:transparent !important;border:0 none !important;outline:0 none !important;clear:none !important}div.shr-bookmarks ul.shr-socials li:before,div.shr-bookmarks ul.shr-socials li:after,div.shr-bookmarks ul.shr-socials li a:before,div.shr-bookmarks ul.shr-socials li a:after{content:'' !important;}div.shr-bookmarks ul.shr-socials a,div.shr-bookmarks ul.shr-socials a:hover{display:block !important;width:60px !important;height:29px !important;text-indent:-9999px !important;background-color:transparent !important;text-decoration:none !important;border:0 none !important}div.shr-bookmarks ul.shr-socials a:hover,div.shr-bookmarks ul.shr-socials li:hover{background-color:transparent !important;border:0 none !important;outline:0 none !important}.shareaholic-show-on-load{display: block !important;}div.shr-bookmarks div.shr-getshr{line-height:20px !important;padding-left:8px !important;float:left !important;}div.shr-bookmarks div.shr-getshr a{width:auto !important;font-size:10px !important; text-indent:0px !important;text-decoration:none !important;}div.shr-count{font:12px bold,arial !important;position: relative !important;}div.shr-count-outline{position: absolute !important;color: white !important;}div.shr-count-center{position: absolute !important;color: blue !important;}li.shr-1{background-position:-60px bottom !important}li.shr-1:hover{background-position:-60px top !important}li.shr-2{background-position:-120px bottom !important}li.shr-2:hover{background-position:-120px top !important}li.shr-3{background-position:-180px bottom !important}li.shr-3:hover{background-position:-180px top !important}li.shr-5{background-position:-300px bottom !important}li.shr-5:hover{background-position:-300px top !important}li.shr-6{background-position:-360px bottom !important}li.shr-6:hover{background-position:-360px top !important}li.shr-7{background-position:-420px bottom !important}li.shr-7:hover{background-position:-420px top !important}li.shr-10{background-position:-600px bottom !important}li.shr-10:hover{background-position:-600px top !important}li.shr-14{background-position:-840px bottom !important}li.shr-14:hover{background-position:-840px top !important}li.shr-20{background-position:-1200px bottom !important}li.shr-20:hover{background-position:-1200px top !important}li.shr-21{background-position:-1260px bottom !important}li.shr-21:hover{background-position:-1260px top !important}li.shr-24{background-position:-1440px bottom !important}li.shr-24:hover{background-position:-1440px top !important}li.shr-27{background-position:-1620px bottom !important}li.shr-27:hover{background-position:-1620px top !important}li.shr-33{background-position:-1980px bottom !important}li.shr-33:hover{background-position:-1980px top !important}li.shr-38{background-position:-2280px bottom !important}li.shr-38:hover{background-position:-2280px top !important}li.shr-39{background-position:-2340px bottom !important}li.shr-39:hover{background-position:-2340px top !important}li.shr-40{background-position:-2400px bottom !important}li.shr-40:hover{background-position:-2400px top !important}li.shr-41{background-position:-2460px bottom !important}li.shr-41:hover{background-position:-2460px top !important}li.shr-43{background-position:-2580px bottom !important}li.shr-43:hover{background-position:-2580px top !important}li.shr-44{background-position:-2640px bottom !important}li.shr-44:hover{background-position:-2640px top !important}li.shr-45{background-position:-2700px bottom !important}li.shr-45:hover{background-position:-2700px top !important}li.shr-48{background-position:-2880px bottom !important}li.shr-48:hover{background-position:-2880px top !important}li.shr-52{background-position:-3120px bottom !important}li.shr-52:hover{background-position:-3120px top !important}li.shr-53{background-position:-3180px bottom !important}li.shr-53:hover{background-position:-3180px top !important}li.shr-54{background-position:-3240px bottom !important}li.shr-54:hover{background-position:-3240px top !important}li.shr-59{background-position:-3540px bottom !important}li.shr-59:hover{background-position:-3540px top !important}li.shr-61{background-position:-3660px bottom !important}li.shr-61:hover{background-position:-3660px top !important}li.shr-74{background-position:-4440px bottom !important}li.shr-74:hover{background-position:-4440px top !important}li.shr-78{background-position:-4680px bottom !important}li.shr-78:hover{background-position:-4680px top !important}li.shr-80{background-position:-4800px bottom !important}li.shr-80:hover{background-position:-4800px top !important}li.shr-88{background-position:-5280px bottom !important}li.shr-88:hover{background-position:-5280px top !important}li.shr-89{background-position:-5340px bottom !important}li.shr-89:hover{background-position:-5340px top !important}li.shr-92{background-position:-5520px bottom !important}li.shr-92:hover{background-position:-5520px top !important}li.shr-98{background-position:-5880px bottom !important}li.shr-98:hover{background-position:-5880px top !important}li.shr-102{background-position:-6120px bottom !important}li.shr-102:hover{background-position:-6120px top !important}li.shr-105{background-position:-6300px bottom !important}li.shr-105:hover{background-position:-6300px top !important}li.shr-106{background-position:-6360px bottom !important}li.shr-106:hover{background-position:-6360px top !important}li.shr-191{background-position:-11460px bottom !important}li.shr-191:hover{background-position:-11460px top !important}li.shr-192{background-position:-11520px bottom !important}li.shr-192:hover{background-position:-11520px top !important}li.shr-195{background-position:-11700px bottom !important}li.shr-195:hover{background-position:-11700px top !important}li.shr-196{background-position:-11760px bottom !important}li.shr-196:hover{background-position:-11760px top !important}li.shr-201{background-position:-12060px bottom !important}li.shr-201:hover{background-position:-12060px top !important}li.shr-202{background-position:-12120px bottom !important}li.shr-202:hover{background-position:-12120px top !important}li.shr-204{background-position:-12240px bottom !important}li.shr-204:hover{background-position:-12240px top !important}li.shr-205{background-position:-12300px bottom !important}li.shr-205:hover{background-position:-12300px top !important}li.shr-218{background-position:-13080px bottom !important}li.shr-218:hover{background-position:-13080px top !important}li.shr-219{background-position:-13140px bottom !important}li.shr-219:hover{background-position:-13140px top !important}li.shr-236{background-position:-14160px bottom !important}li.shr-236:hover{background-position:-14160px top !important}li.shr-238{background-position:-14280px bottom !important}li.shr-238:hover{background-position:-14280px top !important}li.shr-240{background-position:-14400px bottom !important}li.shr-240:hover{background-position:-14400px top !important}li.shr-243{background-position:-14580px bottom !important}li.shr-243:hover{background-position:-14580px top !important}li.shr-246{background-position:-14760px bottom !important}li.shr-246:hover{background-position:-14760px top !important}li.shr-247{background-position:-14820px bottom !important}li.shr-247:hover{background-position:-14820px top !important}li.shr-263{background-position:-15780px bottom !important}li.shr-263:hover{background-position:-15780px top !important}li.shr-264{background-position:-15840px bottom !important}li.shr-264:hover{background-position:-15840px top !important}li.shr-265{background-position:-15900px bottom !important}li.shr-265:hover{background-position:-15900px top !important}li.shr-266{background-position:-15960px bottom !important}li.shr-266:hover{background-position:-15960px top !important}li.shr-267{background-position:-16020px bottom !important}li.shr-267:hover{background-position:-16020px top !important}li.shr-268{background-position:-16080px bottom !important}li.shr-268:hover{background-position:-16080px top !important}li.shr-269{background-position:-16140px bottom !important}li.shr-269:hover{background-position:-16140px top !important}li.shr-277{background-position:-16620px bottom !important}li.shr-277:hover{background-position:-16620px top !important}li.shr-278{background-position:-16680px bottom !important}li.shr-278:hover{background-position:-16680px top !important}li.shr-279{background-position:-16740px bottom !important}li.shr-279:hover{background-position:-16740px top !important}li.shr-280{background-position:-16800px bottom !important}li.shr-280:hover{background-position:-16800px top !important}li.shr-281{background-position:-16860px bottom !important}li.shr-281:hover{background-position:-16860px top !important}li.shr-282{background-position:-16920px bottom !important}li.shr-282:hover{background-position:-16920px top !important}li.shr-283{background-position:-16980px bottom !important}li.shr-283:hover{background-position:-16980px top !important}li.shr-284{background-position:-17040px bottom !important}li.shr-284:hover{background-position:-17040px top !important}li.shr-285{background-position:-17100px bottom !important}li.shr-285:hover{background-position:-17100px top !important}li.shr-286{background-position:-17160px bottom !important}li.shr-286:hover{background-position:-17160px top !important}li.shr-287{background-position:-17220px bottom !important}li.shr-287:hover{background-position:-17220px top !important}li.shr-288{background-position:-17280px bottom !important}li.shr-288:hover{background-position:-17280px top !important}li.shr-289{background-position:-17340px bottom !important}li.shr-289:hover{background-position:-17340px top !important}li.shr-290{background-position:-17400px bottom !important}li.shr-290:hover{background-position:-17400px top !important}li.shr-291{background-position:-17460px bottom !important}li.shr-291:hover{background-position:-17460px top !important}li.shr-292{background-position:-17520px bottom !important}li.shr-292:hover{background-position:-17520px top !important}li.shr-293{background-position:-17580px bottom !important}li.shr-293:hover{background-position:-17580px top !important}li.shr-294{background-position:-17640px bottom !important}li.shr-294:hover{background-position:-17640px top !important}li.shr-304{background-position:-18240px bottom !important}li.shr-304:hover{background-position:-18240px top !important}li.shr-309{background-position:-18540px bottom !important}li.shr-309:hover{background-position:-18540px top !important}li.shr-313{background-position:-18780px bottom !important}li.shr-313:hover{background-position:-18780px top !important}
|
spritegen_default/sprite.png
CHANGED
Binary file
|