Version Description
- Initial release of the plugin
=
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- admin/class-sassy-social-share-admin.php +407 -0
- admin/css/index.php +1 -0
- admin/css/sassy-social-share-admin.css +3 -0
- admin/css/sassy-social-share-default-svg-horizontal.css +1 -0
- admin/css/sassy-social-share-default-svg-vertical.css +1 -0
- admin/css/sassy-social-share-hover-svg-horizontal.css +1 -0
- admin/css/sassy-social-share-hover-svg-vertical.css +1 -0
- admin/css/sassy-social-share-svg.css +8 -0
- admin/index.php +1 -0
- admin/js/index.php +1 -0
- admin/js/sassy-social-share-admin.js +19 -0
- admin/js/sassy-social-share-fb-sdk.js +1 -0
- admin/js/sassy-social-share-options.js +258 -0
- admin/partials/index.php +1 -0
- admin/partials/sassy-social-share-about.php +76 -0
- admin/partials/sassy-social-share-options-page.php +1722 -0
- images/close.png +0 -0
- images/index.php +1 -0
- images/info.png +0 -0
- images/logo.png +0 -0
- images/sharing/buffer_share.png +0 -0
- images/sharing/facebook_like.png +0 -0
- images/sharing/facebook_recommend.png +0 -0
- images/sharing/google_plus_share.png +0 -0
- images/sharing/google_plusone.png +0 -0
- images/sharing/index.php +1 -0
- images/sharing/linkedin_share.png +0 -0
- images/sharing/pinterest_pin.png +0 -0
- images/sharing/reddit_badge.png +0 -0
- images/sharing/stumbleupon_badge.png +0 -0
- images/sharing/twitter_tweet.png +0 -0
- images/sharing/xing_share.png +0 -0
- images/sharing/yummly_share.png +0 -0
- images/snaps/index.php +1 -0
- images/snaps/sss_bitly_apikey.png +0 -0
- images/snaps/sss_bitly_username.png +0 -0
- images/snaps/sss_horizontal_sharing.png +0 -0
- images/snaps/sss_horizontal_total_shares.png +0 -0
- images/snaps/sss_mobile_sharing.png +0 -0
- images/snaps/sss_share_count.png +0 -0
- images/snaps/sss_twitter_username.png +0 -0
- images/snaps/sss_vertical_sharing.png +0 -0
- images/snaps/sss_vertical_sharing_count.png +0 -0
- images/snaps/sss_vertical_total_shares.png +0 -0
- images/social_icons.png +0 -0
- images/star.png +0 -0
- images/transparent_bg.png +0 -0
- includes/class-sassy-social-share-sharing-networks.php +152 -0
- includes/class-sassy-social-share-shortcodes.php +122 -0
- includes/class-sassy-social-share-widgets.php +400 -0
- includes/class-sassy-social-share.php +245 -0
- includes/index.php +1 -0
- index.php +1 -0
- languages/index.php +1 -0
- languages/sassy-social-share.pot +859 -0
- public/class-sassy-social-share-public.php +828 -0
- public/css/index.php +1 -0
- public/css/sassy-social-share-public.css +2 -0
- public/index.php +1 -0
- public/js/index.php +1 -0
- public/js/sassy-social-share-public.js +686 -0
- readme.txt +124 -0
- sassy-social-share.php +127 -0
- uninstall.php +64 -0
admin/class-sassy-social-share-admin.php
ADDED
@@ -0,0 +1,407 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Contains functions responsible for functionality at admin side
|
5 |
+
*
|
6 |
+
* @since 1.0.0
|
7 |
+
*
|
8 |
+
*/
|
9 |
+
|
10 |
+
/**
|
11 |
+
* This class defines all code necessary for functionality at admin side
|
12 |
+
*
|
13 |
+
* @since 1.0.0
|
14 |
+
*
|
15 |
+
*/
|
16 |
+
class Sassy_Social_Share_Admin {
|
17 |
+
|
18 |
+
/**
|
19 |
+
* Options saved in database.
|
20 |
+
*
|
21 |
+
* @since 1.0.0
|
22 |
+
*/
|
23 |
+
private $options;
|
24 |
+
|
25 |
+
/**
|
26 |
+
* Current version of the plugin.
|
27 |
+
*
|
28 |
+
* @since 1.0.0
|
29 |
+
*/
|
30 |
+
private $version;
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Flag to check if BuddyPress is active.
|
34 |
+
*
|
35 |
+
* @since 1.0.0
|
36 |
+
*/
|
37 |
+
private $is_bp_active = false;
|
38 |
+
|
39 |
+
/**
|
40 |
+
* Get saved options.
|
41 |
+
*
|
42 |
+
* @since 1.0.0
|
43 |
+
* @param array $options Plugin options saved in database
|
44 |
+
*/
|
45 |
+
public function __construct( $options, $version ) {
|
46 |
+
|
47 |
+
$this->options = $options;
|
48 |
+
$this->version = $version;
|
49 |
+
|
50 |
+
}
|
51 |
+
|
52 |
+
/**
|
53 |
+
* Creates plugin menu in admin area
|
54 |
+
*
|
55 |
+
* @since 1.0.0
|
56 |
+
*/
|
57 |
+
public function create_admin_menu() {
|
58 |
+
|
59 |
+
$page = add_menu_page( __( 'Sassy Social Share by Heateor', 'sassy-social-share' ), 'Sassy Social Share', 'manage_options', 'heateor-sss-options', array( $this, 'options_page' ), plugins_url( '../images/logo.png', __FILE__ ) );
|
60 |
+
// options
|
61 |
+
$options_page = add_submenu_page( 'heateor-sss-options', __( "Sassy Social Share - General Options", 'sassy-social-share' ), __( "Sassy Social Share", 'sassy-social-share' ), 'manage_options', 'heateor-sss-options', array( $this, 'options_page' ) );
|
62 |
+
// What's new (keep it for next release)
|
63 |
+
//$whats_new_page = add_submenu_page( 'heateor-sss-options', __( "Sassy Social Share - What's New", 'sassy-social-share' ), __( "What's New", 'sassy-social-share' ), 'manage_options', 'heateor-sss-whats-new', array( $this, 'whats_new_page' ) );
|
64 |
+
add_action( 'admin_print_scripts-' . $page, array( $this, 'admin_scripts' ) );
|
65 |
+
add_action( 'admin_print_scripts-' . $page, array( $this, 'admin_style' ) );
|
66 |
+
add_action( 'admin_print_scripts-' . $page, array( $this, 'fb_sdk_script' ) );
|
67 |
+
add_action( 'admin_print_scripts-' . $options_page, array( $this, 'admin_scripts' ) );
|
68 |
+
add_action( 'admin_print_scripts-' . $options_page, array( $this, 'fb_sdk_script' ) );
|
69 |
+
add_action( 'admin_print_styles-' . $options_page, array( $this, 'admin_style' ) );
|
70 |
+
add_action( 'admin_print_scripts-' . $options_page, array( $this, 'admin_options_scripts' ) );
|
71 |
+
add_action( 'admin_print_styles-' . $options_page, array( $this, 'admin_options_style' ) );
|
72 |
+
|
73 |
+
}
|
74 |
+
|
75 |
+
/**
|
76 |
+
* Register plugin settings and its sanitization callback.
|
77 |
+
*
|
78 |
+
* @since 1.0.0
|
79 |
+
*/
|
80 |
+
public function options_init() {
|
81 |
+
|
82 |
+
register_setting( 'heateor_sss_options', 'heateor_sss', array( $this, 'validate_options' ) );
|
83 |
+
|
84 |
+
// show option to disable sharing on particular page/post
|
85 |
+
$post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
|
86 |
+
$post_types = array_unique( array_merge( $post_types, array( 'post', 'page' ) ) );
|
87 |
+
foreach ( $post_types as $type ) {
|
88 |
+
add_meta_box( 'heateor_sss_meta', 'Sassy Social Share', array( $this, 'sharing_meta_setup' ), $type );
|
89 |
+
}
|
90 |
+
// save sharing meta on post/page save
|
91 |
+
add_action( 'save_post', array( $this, 'save_sharing_meta' ) );
|
92 |
+
|
93 |
+
}
|
94 |
+
|
95 |
+
/**
|
96 |
+
* Update options in all the old blogs.
|
97 |
+
*
|
98 |
+
* @since 1.0.0
|
99 |
+
*/
|
100 |
+
public function update_old_blogs( $old_config ) {
|
101 |
+
|
102 |
+
$option_parts = explode( '_', current_filter() );
|
103 |
+
$option = $option_parts[2] . '_' . $option_parts[3] . '_' . $option_parts[4];
|
104 |
+
$new_config = get_option( $option );
|
105 |
+
if ( isset( $new_config['config_multisite'] ) && $new_config['config_multisite'] == 1 ) {
|
106 |
+
$blogs = get_blog_list( 0, 'all' );
|
107 |
+
foreach ( $blogs as $blog ) {
|
108 |
+
update_blog_option( $blog['blog_id'], $option, $new_config );
|
109 |
+
}
|
110 |
+
}
|
111 |
+
|
112 |
+
}
|
113 |
+
|
114 |
+
/**
|
115 |
+
* Replicate the options to the new blog created.
|
116 |
+
*
|
117 |
+
* @since 1.0.0
|
118 |
+
*/
|
119 |
+
public function replicate_settings( $blog_id ) {
|
120 |
+
|
121 |
+
add_blog_option( $blog_id, 'heateor_sss', $this->options );
|
122 |
+
|
123 |
+
}
|
124 |
+
|
125 |
+
/**
|
126 |
+
* Show sharing meta options
|
127 |
+
*
|
128 |
+
* @since 1.0.0
|
129 |
+
*/
|
130 |
+
public function sharing_meta_setup() {
|
131 |
+
|
132 |
+
global $post;
|
133 |
+
$postType = $post->post_type;
|
134 |
+
$sharing_meta = get_post_meta( $post->ID, '_heateor_sss_meta', true );
|
135 |
+
?>
|
136 |
+
<p>
|
137 |
+
<label for="heateor_sss_sharing">
|
138 |
+
<input type="checkbox" name="_heateor_sss_meta[sharing]" id="heateor_sss_sharing" value="1" <?php checked( '1', @$sharing_meta['sharing'] ); ?> />
|
139 |
+
<?php _e( 'Disable Standard Sharing interface on this ' . $postType, 'sassy-social-share' ) ?>
|
140 |
+
</label>
|
141 |
+
<br/>
|
142 |
+
<label for="heateor_sss_vertical_sharing">
|
143 |
+
<input type="checkbox" name="_heateor_sss_meta[vertical_sharing]" id="heateor_sss_vertical_sharing" value="1" <?php checked( '1', @$sharing_meta['vertical_sharing'] ); ?> />
|
144 |
+
<?php _e( 'Disable Floating Sharing interface on this ' . $postType, 'sassy-social-share' ) ?>
|
145 |
+
</label>
|
146 |
+
<?php
|
147 |
+
$valid_networks = array( 'facebook', 'linkedin', 'google_plus', 'delicious', 'buffer', 'reddit', 'pinterest', 'stumbleupon', 'vkontakte' );
|
148 |
+
if ( isset( $this->options['hor_enable'] ) && isset( $this->options['horizontal_counts'] ) && isset( $this->options['horizontal_re_providers'] ) && count( $this->options['horizontal_re_providers'] ) > 0 ) {
|
149 |
+
?>
|
150 |
+
<p>
|
151 |
+
<strong><?php _e( 'Standard sharing', 'sassy-social-share' ) ?></strong>
|
152 |
+
<?php
|
153 |
+
foreach ( array_intersect( $this->options['horizontal_re_providers'], $valid_networks ) as $network ) {
|
154 |
+
?>
|
155 |
+
<br/>
|
156 |
+
<label for="heateor_sss_<?php echo $network ?>_horizontal_sharing_count">
|
157 |
+
<span style="width: 242px; float:left"><?php _e( 'Starting share count for ' . ucfirst( str_replace ( '_', ' ', $network ) ), 'sassy-social-share' ) ?></span>
|
158 |
+
<input type="text" name="_heateor_sss_meta[<?php echo $network ?>_horizontal_count]" id="heateor_sss_<?php echo $network ?>_horizontal_sharing_count" value="<?php echo isset( $sharing_meta[$network . '_horizontal_count'] ) ? $sharing_meta[$network . '_horizontal_count'] : '' ?>" />
|
159 |
+
</label>
|
160 |
+
<?php
|
161 |
+
}
|
162 |
+
?>
|
163 |
+
</p>
|
164 |
+
<?php
|
165 |
+
}
|
166 |
+
|
167 |
+
if ( isset( $this->options['vertical_enable'] ) && isset( $this->options['vertical_counts'] ) && isset( $this->options['vertical_re_providers'] ) && count( $this->options['vertical_re_providers'] ) > 0 ) {
|
168 |
+
?>
|
169 |
+
<p>
|
170 |
+
<strong><?php _e( 'Floating sharing', 'sassy-social-share' ) ?></strong>
|
171 |
+
<?php
|
172 |
+
foreach ( array_intersect( $this->options['vertical_re_providers'], $valid_networks ) as $network ) {
|
173 |
+
?>
|
174 |
+
<br/>
|
175 |
+
<label for="heateor_sss_<?php echo $network ?>_vertical_sharing_count">
|
176 |
+
<span style="width: 242px; float:left"><?php _e( 'Starting share count for ' . ucfirst( str_replace ( '_', ' ', $network ) ), 'sassy-social-share' ) ?></span>
|
177 |
+
<input type="text" name="_heateor_sss_meta[<?php echo $network ?>_vertical_count]" id="heateor_sss_<?php echo $network ?>_vertical_sharing_count" value="<?php echo isset( $sharing_meta[$network . '_vertical_count'] ) ? $sharing_meta[$network . '_vertical_count'] : '' ?>" />
|
178 |
+
</label>
|
179 |
+
<?php
|
180 |
+
}
|
181 |
+
?>
|
182 |
+
</p>
|
183 |
+
<?php
|
184 |
+
}
|
185 |
+
?>
|
186 |
+
</p>
|
187 |
+
<?php
|
188 |
+
echo '<input type="hidden" name="heateor_sss_meta_nonce" value="' . wp_create_nonce( __FILE__ ) . '" />';
|
189 |
+
|
190 |
+
}
|
191 |
+
|
192 |
+
/**
|
193 |
+
* Save sharing meta fields.
|
194 |
+
*
|
195 |
+
* @since 1.0.0
|
196 |
+
*/
|
197 |
+
public function save_sharing_meta( $post_id ) {
|
198 |
+
|
199 |
+
// make sure data came from our meta box
|
200 |
+
if ( ! isset( $_POST['heateor_sss_meta_nonce'] ) || ! wp_verify_nonce( $_POST['heateor_sss_meta_nonce'], __FILE__ ) ) {
|
201 |
+
return $post_id;
|
202 |
+
}
|
203 |
+
// check user permissions
|
204 |
+
if ( $_POST['post_type'] == 'page' ) {
|
205 |
+
if ( ! current_user_can( 'edit_page', $post_id ) ) {
|
206 |
+
return $post_id;
|
207 |
+
}
|
208 |
+
} else {
|
209 |
+
if ( ! current_user_can( 'edit_post', $post_id ) ) {
|
210 |
+
return $post_id;
|
211 |
+
}
|
212 |
+
}
|
213 |
+
if ( isset( $_POST['_heateor_sss_meta'] ) ) {
|
214 |
+
$newData = $_POST['_heateor_sss_meta'];
|
215 |
+
} else {
|
216 |
+
$newData = array( 'sharing' => 0, 'vertical_sharing' => 0 );
|
217 |
+
}
|
218 |
+
update_post_meta( $post_id, '_heateor_sss_meta', $newData );
|
219 |
+
return $post_id;
|
220 |
+
|
221 |
+
}
|
222 |
+
|
223 |
+
/**
|
224 |
+
* Sanitization callback for plugin options.
|
225 |
+
*
|
226 |
+
* IMPROVEMENT: complexity can be reduced (this function is called on each option page validation and "if($k == 'providers'){"
|
227 |
+
* condition is being checked every time)
|
228 |
+
* @since 1.0.0
|
229 |
+
*/
|
230 |
+
public function validate_options( $heateorSssOptions ) {
|
231 |
+
|
232 |
+
foreach ( $heateorSssOptions as $k => $v ) {
|
233 |
+
if ( is_array( $v ) ) {
|
234 |
+
$heateorSssOptions[$k] = $heateorSssOptions[$k];
|
235 |
+
} else {
|
236 |
+
$heateorSssOptions[$k] = esc_attr( trim( $v ) );
|
237 |
+
}
|
238 |
+
}
|
239 |
+
return $heateorSssOptions;
|
240 |
+
|
241 |
+
}
|
242 |
+
|
243 |
+
/**
|
244 |
+
* "Whats's New" page.
|
245 |
+
*
|
246 |
+
* @since 1.0.0
|
247 |
+
*/
|
248 |
+
public function whats_new_page() {
|
249 |
+
|
250 |
+
//wp_enqueue_script( 'heateor_sss_fb_sdk_script', plugins_url( '../admin/js/fb_sdk.js', __FILE__ ), false, $this->version );
|
251 |
+
|
252 |
+
}
|
253 |
+
|
254 |
+
/**
|
255 |
+
* Include Javascript at plugin options page in admin area.
|
256 |
+
*
|
257 |
+
* @since 1.0.0
|
258 |
+
*/
|
259 |
+
public function admin_options_scripts() {
|
260 |
+
|
261 |
+
wp_enqueue_script( 'heateor_sss_admin_options_script', plugins_url( 'js/sassy-social-share-options.js', __FILE__ ), array( 'jquery', 'jquery-ui-sortable' ), $this->version );
|
262 |
+
|
263 |
+
}
|
264 |
+
|
265 |
+
/**
|
266 |
+
* Include Javascript SDK in admin.
|
267 |
+
*
|
268 |
+
* @since 1.0.0
|
269 |
+
*/
|
270 |
+
public function fb_sdk_script() {
|
271 |
+
|
272 |
+
wp_enqueue_script( 'heateor_sss_fb_sdk_script', plugins_url( 'js/sassy-social-share-fb-sdk.js', __FILE__ ), false, $this->version );
|
273 |
+
|
274 |
+
}
|
275 |
+
|
276 |
+
/**
|
277 |
+
* Include CSS files in admin.
|
278 |
+
*
|
279 |
+
* @since 1.0.0
|
280 |
+
*/
|
281 |
+
public function admin_style() {
|
282 |
+
|
283 |
+
wp_enqueue_style( 'heateor_sss_admin_style', plugins_url( 'css/sassy-social-share-admin.css', __FILE__ ), false, $this->version );
|
284 |
+
|
285 |
+
}
|
286 |
+
|
287 |
+
/**
|
288 |
+
* Include CSS files at plugin options page in admin area.
|
289 |
+
*
|
290 |
+
* @since 1.0.0
|
291 |
+
*/
|
292 |
+
public function admin_options_style() {
|
293 |
+
|
294 |
+
wp_enqueue_style( 'heateor_sss_admin_svg', plugins_url( 'css/sassy-social-share-svg.css', __FILE__ ), false, $this->version );
|
295 |
+
if( $this->options['horizontal_font_color_default'] != '' ) {
|
296 |
+
$updated = $this->update_css( 'horizontal_sharing_replace_color', 'horizontal_font_color_default', 'sassy-social-share-default-svg-horizontal' );
|
297 |
+
wp_enqueue_style( 'heateor_sss_admin_svg_horizontal', plugins_url( 'css/sassy-social-share-default-svg-horizontal.css', __FILE__ ), false, ( $updated === true ? rand() : $this->version ) );
|
298 |
+
}
|
299 |
+
if( $this->options['horizontal_font_color_hover'] != '' ) {
|
300 |
+
$updated = $this->update_css( 'horizontal_sharing_replace_color_hover', 'horizontal_font_color_hover', 'sassy-social-share-hover-svg-horizontal' );
|
301 |
+
wp_enqueue_style( 'heateor_sss_admin_svg_horizontal_hover', plugins_url( 'css/sassy-social-share-hover-svg-horizontal.css', __FILE__ ), false, ( $updated === true ? rand() : $this->version ) );
|
302 |
+
}
|
303 |
+
if( $this->options['vertical_font_color_default'] != '' ) {
|
304 |
+
$updated = $this->update_css( 'vertical_sharing_replace_color', 'vertical_font_color_default', 'sassy-social-share-default-svg-vertical' );
|
305 |
+
wp_enqueue_style( 'heateor_sss_admin_svg_vertical', plugins_url( 'css/sassy-social-share-default-svg-vertical.css', __FILE__ ), false, ( $updated === true ? rand() : $this->version ) );
|
306 |
+
}
|
307 |
+
if( $this->options['vertical_font_color_hover'] != '' ) {
|
308 |
+
$updated = $this->update_css( 'vertical_sharing_replace_color_hover', 'vertical_font_color_hover', 'sassy-social-share-hover-svg-vertical' );
|
309 |
+
wp_enqueue_style( 'heateor_sss_admin_svg_vertical_hover', plugins_url( 'css/sassy-social-share-hover-svg-vertical.css', __FILE__ ), false, ( $updated === true ? rand() : $this->version ) );
|
310 |
+
}
|
311 |
+
|
312 |
+
}
|
313 |
+
|
314 |
+
/**
|
315 |
+
* Update CSS file
|
316 |
+
*
|
317 |
+
* @since 1.0.0
|
318 |
+
*/
|
319 |
+
private function update_css( $replace_color_option, $logo_color_option, $css_file ) {
|
320 |
+
|
321 |
+
if ( $this->options[$replace_color_option] != $this->options[$logo_color_option] ) {
|
322 |
+
$path = plugin_dir_url( __FILE__ ) . 'css/' . $css_file . '.css';
|
323 |
+
$content = file( $path );
|
324 |
+
if ( $content !== false ) {
|
325 |
+
$handle = fopen( dirname( __FILE__ ) . '/css/' . $css_file . '.css','w' );
|
326 |
+
if ( $handle !== false ) {
|
327 |
+
foreach ( $content as $value ) {
|
328 |
+
fwrite( $handle, str_replace( str_replace( '#', '%23', $this->options[$replace_color_option] ), str_replace( '#', '%23', $this->options[$logo_color_option] ), $value ) );
|
329 |
+
}
|
330 |
+
fclose( $handle );
|
331 |
+
$this->options[$replace_color_option] = $this->options[$logo_color_option];
|
332 |
+
update_option( 'heateor_sss_sharing', $this->options );
|
333 |
+
return true;
|
334 |
+
}
|
335 |
+
}
|
336 |
+
}
|
337 |
+
return false;
|
338 |
+
|
339 |
+
}
|
340 |
+
|
341 |
+
/**
|
342 |
+
* Include javascript files in admin.
|
343 |
+
*
|
344 |
+
* @since 1.0.0
|
345 |
+
*/
|
346 |
+
public function admin_scripts() {
|
347 |
+
|
348 |
+
?>
|
349 |
+
<script type="text/javascript">var heateorSssWebsiteUrl = '<?php echo site_url() ?>', heateorSssHelpBubbleTitle = "<?php echo __('Click to show help', 'sassy-social-share' ) ?>", heateorSssHelpBubbleCollapseTitle = "<?php echo __('Click to hide help', 'sassy-social-share' ) ?>"</script>
|
350 |
+
<?php
|
351 |
+
wp_enqueue_script( 'heateor_sss_admin_script', plugins_url( 'js/sassy-social-share-admin.js', __FILE__ ), array( 'jquery', 'jquery-ui-tabs' ), $this->version );
|
352 |
+
|
353 |
+
}
|
354 |
+
|
355 |
+
/**
|
356 |
+
* Renders options page
|
357 |
+
*
|
358 |
+
* @since 1.0.0
|
359 |
+
*/
|
360 |
+
public function options_page() {
|
361 |
+
|
362 |
+
// message on saving options
|
363 |
+
echo $this->settings_saved_notification();
|
364 |
+
$options = $this->options;
|
365 |
+
/**
|
366 |
+
* The file rendering options page
|
367 |
+
*/
|
368 |
+
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/partials/sassy-social-share-options-page.php';
|
369 |
+
|
370 |
+
}
|
371 |
+
|
372 |
+
/**
|
373 |
+
* Display notification message when plugin options are saved
|
374 |
+
*
|
375 |
+
* @since 1.0.0
|
376 |
+
* @return string Notification after saving options
|
377 |
+
*/
|
378 |
+
private function settings_saved_notification() {
|
379 |
+
|
380 |
+
if ( isset( $_GET['settings-updated'] ) && $_GET['settings-updated'] == 'true' ) {
|
381 |
+
return '<div id="setting-error-settings_updated" class="updated settings-error notice is-dismissible below-h2">
|
382 |
+
<p><strong>' . __( 'Settings saved', 'sassy-social-share' ) . '</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">' . __( 'Dismiss this notice', 'sassy-social-share' ) . '</span></button></div>';
|
383 |
+
}
|
384 |
+
|
385 |
+
}
|
386 |
+
|
387 |
+
/**
|
388 |
+
* Check if WooCommerce is active
|
389 |
+
*
|
390 |
+
* @since 1.0.0
|
391 |
+
*/
|
392 |
+
private function is_woocommerce_active(){
|
393 |
+
return in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
|
394 |
+
}
|
395 |
+
|
396 |
+
/**
|
397 |
+
* Set BuddyPress active flag to true
|
398 |
+
*
|
399 |
+
* @since 1.0.0
|
400 |
+
*/
|
401 |
+
public function is_bp_loaded() {
|
402 |
+
|
403 |
+
$this->is_bp_active = true;
|
404 |
+
|
405 |
+
}
|
406 |
+
|
407 |
+
}
|
admin/css/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
admin/css/sassy-social-share-admin.css
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
@charset "utf-8";.clr,.heateor_sss_clear{clear:both}#heateor_sss_sl_curl{color:#900}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.heateorSssHorizontalSharingProviderContainer input,.heateorSssVerticalSharingProviderContainer input{margin-top: 0;float: left;}.heateorSssHorizontalSharingProviderContainer label,.heateorSssVerticalSharingProviderContainer label{float: left;margin:0 1px;}.heateorSssHorizontalSharingProviderContainer,.heateorSssVerticalSharingProviderContainer{font-size:11px;width:158px;float:left;margin-bottom: 4px}.heateor_sss_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.heateor_sss_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.heateor_sss_help_bubble{cursor:pointer;vertical-align:middle}#heateor_sss_rearrange li,#heateor_sss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#heateor_sss_sc_rearrange,#heateor_sss_sc_vertical_rearrange,#heateor_sss_rearrange,#heateor_sss_vertical_rearrange{margin:0}#heateor_sss_sc_rearrange li,#heateor_sss_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#heateor_sss_sc_rearrange label,#heateor_sss_sc_vertical_rearrange label{cursor:move}.heateor_sss_left_column{float:left;width:75%!important}.heateor_sss_right_column{float:left;width:23.5%;margin-left:10px}.heateor_sss_right_column a:focus{outline:0!important;border:none!important}.heateor_sss_right_column td{display:block;width:120px!important;margin:0}.heateor_sss_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.heateorSssLoginButton{background:url(../../images/social_icons.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.heateorSssGoogleButton{background-position:-32px 0;width:32px;height:32px}.heateorSssFacebookButton{background-position:0 0;width:32px;height:32px}.heateorSssWordpressButton{background-position:0 -96px;width:32px;height:32px}.heateorSssLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.heateorSssTwitterButton{background-position:0 -64px;width:32px;height:32px}.heateorSssSharingButton{display:block;background:url(../../images/sharing/sharing.png) no-repeat}.heateorSssHorizontalSharingButton,.heateorSssVerticalSharingButton{display:block}.heateorSssSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.heateorSssSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.heateorSssSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.heateorSssSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.heateorSssSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.heateorSssSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.heateorSssSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.heateorSssSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.heateorSssSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.heateorSssSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.heateorSssSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.heateorSssSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.heateorSssSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.heateorSssSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.heateorSssSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.heateorSssSharingXingButton{background-position:0 -128px;width:32px;height:32px}.heateorSssSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#heateor_sss_troubleshoot_notification{color:red}.heateorSssYummlyBackground{background-color:#E16120}.heateorSssFacebookBackground{background-color:#3C589A}.heateorSssBufferBackground{background-color:#000}.heateorSssDiggBackground{background-color:#006094}.heateorSssEmailBackground{background-color:#649A3F}.heateorSssFloatitBackground{background-color:#53BEEE}.heateorSssGoogleplusBackground{background-color:#dd4b39}.heateorSssLinkedinBackground{background-color:#2886EF}.heateorSssMoreBackground{background-color:#EE8E2D}.heateorSssPinterestBackground{background-color:#CC2329}.heateorSssPrintBackground{background-color:#FD6500}.heateorSssRedditBackground{background-color:#247CED}.heateorSssStumbleuponBackground{background-color:#EA4823}.heateorSssTumblrBackground{background-color:#29435D}.heateorSssTwitterBackground{background-color:#14B2C8}.heateorSssVkontakteBackground{background-color:#5E84AC}.heateorSssYahooBackground{background-color:#8F03CC}.heateorSssXingBackground{background-color:#00797D}.heateorSssDeliciousBackground{background-color:#53BEEE}.heateorSssWhatsappBackground{background-color:#55EB4C}.heateorSssLinkedinshareBackground{width:66px!important;}.heateorSssFacebookrecommendBackground{width:95px!important;}.heateorSssFacebooklikeBackground{width:50px!important;}.heateorSssTwittertweetBackground{width:57px!important;}.heateorSssGoogleplusoneBackground{width:35px!important;}.heateorSssGoogleplusshareBackground{width:57px!important;}.heateorSssPinterestpinBackground{width:44px!important;}.heateorSssBuffershareBackground{width:58px!important;}.heateorSssXingshareBackground{width:63px!important;}.heateorSssRedditbadgeBackground{width:124px!important;}.heateorSssStumbleuponbadgeBackground{width:79px!important;}.heateorSssSharingSvg{width:100%;height:100%}.ss_demo{background-color:#1D9AFC;padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer}.ss_demo:hover{background-color:#5BACEC}.heateorSssLinkedinshareSvg{background:url(../../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.heateorSssFacebooklikeSvg{background:url(../../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.heateorSssStumbleuponbadgeSvg{background:url(../../images/sharing/stumbleupon_badge.png) left no-repeat;border-radius: 0!important}.heateorSssRedditbadgeSvg{background:url(../../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.heateorSssYummlyshareSvg{background:url(../../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.heateorSssBuffershareSvg{background:url(../../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.heateorSssXingshareSvg{background:url(../../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.heateorSssPinterestpinSvg{background:url(../../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.heateorSssGoogleplusshareSvg{background:url(../../images/sharing/google_plus_share.png) left no-repeat;border-radius: 0!important}.heateorSssGoogleplusoneSvg{background:url(../../images/sharing/google_plusone.png) left no-repeat;border-radius: 0!important}.heateorSssTwittertweetSvg{background:url(../../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.heateorSssFacebookrecommendSvg{background:url(../../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
|
2 |
+
.heateorSssAIMBackground{background-color: #fff}.heateorSssAmazonWishListBackground{background-color: #fff}.heateorSssAOLMailBackground{background-color: #2A2A2A}.heateorSssAppnetBackground{background-color: #5D5D5D}.heateorSssBaiduBackground{background-color: #fff}.heateorSssBalatarinBackground{background-color: #fff}.heateorSssBibSonomyBackground{background-color: #fff}.heateorSssBittyBrowserBackground{background-color: #EFEFEF}.heateorSssBlinklistBackground{background-color: #3D3C3B}.heateorSssBloggerPostBackground{background-color: #FDA352}.heateorSssBlogMarksBackground{background-color: #535353}.heateorSssBookmarksfrBackground{background-color: #E8EAD4}.heateorSssBoxnetBackground{background-color: #1A74B0}.heateorSssBuddyMarksBackground{background-color: #fff}.heateorSssCare2NewsBackground{background-color: #6EB43F}.heateorSssCiteULikeBackground{background-color: #2781CD}.heateorSssDiaryRuBackground{background-color: #E8D8C6}.heateorSssDiasporaBackground{background-color: #2E3436}.heateorSssDiHITTBackground{background-color: #FF6300}.heateorSssDiigoBackground{background-color: #4A8BCA}.heateorSssDZoneBackground{background-color: #fff}.heateorSssEvernoteBackground{background-color: #8BE056}.heateorSssFarkBackground{background-color: #555}
|
3 |
+
.heateorSssFlipboardBackground{background-color: #CC0000}.heateorSssFolkdBackground{background-color: #fff}.heateorSssGoogleBookmarksBackground{background-color: #CB0909}.heateorSssGoogleGmailBackground{background-color: #E5E5E5}.heateorSssHackerNewsBackground{background-color: #F60}.heateorSssHatenaBackground{background-color: #00A6DB}.heateorSssInstapaperBackground{background-color: #EDEDED}.heateorSssJamespotBackground{background-color: #FF9E2C}.heateorSssKakaoBackground{background-color: #FCB700}.heateorSssKindleItBackground{background-color: #2A2A2A}.heateorSssKnownBackground{background-color: #FFF}.heateorSssLineBackground{background-color: #00C300}.heateorSssLiveJournalBackground{background-color: #EDEDED}.heateorSssMailRuBackground{background-color: #356FAC}.heateorSssMendeleyBackground{background-color: #A70805}.heateorSssMeneameBackground{background-color: #FF7D12}.heateorSssMixiBackground{background-color: #EDEDED}.heateorSssMySpaceBackground{background-color: #2A2A2A}.heateorSssNetlogBackground{background-color: #2A2A2A}.heateorSssNetvouzBackground{background-color: #fff}.heateorSssNewsVineBackground{background-color: #055D00}.heateorSssNUjijBackground{background-color: #D40000}.heateorSssOdnoklassnikiBackground{background-color: #F2720C}.heateorSssOknotizieBackground{background-color: #fff}.heateorSssOutlookcomBackground{background-color: #fff}.heateorSssPinboardBackground{background-color: #1341DE}.heateorSssPlurkBackground{background-color: #CF682F}.heateorSssPocketBackground{background-color: #fff}.heateorSssPrintFriendlyBackground{background-color: #61D1D5}.heateorSssProtopageBookmarksBackground{background-color: #413FFF}.heateorSssPushaBackground{background-color: #0072B8}.heateorSssQzoneBackground{background-color: #2B82D9}.heateorSssRediffMyPageBackground{background-color: #D20000}.heateorSssRenrenBackground{background-color: #005EAC}.heateorSssSegnaloBackground{background-color: #fff}.heateorSssSinaWeiboBackground{background-color: #fff}.heateorSssSiteJotBackground{background-color: #fff}.heateorSssSlashdotBackground{background-color: #004242}.heateorSssStumpediaBackground{background-color: #EDEDED}.heateorSssSvejoBackground{background-color: #FAFAFA}.heateorSssSymbalooFeedsBackground{background-color: #6DA8F7}.heateorSssTuentiBackground{background-color: #0075C9}.heateorSssTwiddlaBackground{background-color: #EDEDED}.heateorSssTypePadPostBackground{background-color: #2A2A2A}.heateorSssViadeoBackground{background-color: #2A2A2A}.heateorSssWaneloBackground{background-color: #fff}.heateorSssWebnewsBackground{background-color: #CC2512}.heateorSssWordPressBackground{background-color: #464646}.heateorSssWykopBackground{background-color: #367DA9}.heateorSssYahooMailBackground{background-color: #400090}.heateorSssYahooMessengerBackground{background-color: #400090}.heateorSssYoolinkBackground{background-color: #A2C538}.heateorSssYouMobBackground{background-color: #3B599D}.heateorSssYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.heateorSssCounterPreviewLeft,.heateorSssCounterVerticalPreviewLeft,.heateorSssCounterVerticalPreviewRight,.heateorSssCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.heateorSssCounterVerticalPreviewTop,.heateorSssCounterVerticalPreviewBottom,.heateorSssCounterPreviewTop,.heateorSssCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.heateorSssCounterVerticalPreviewInnerleft,.heateorSssCounterVerticalPreviewInnerright,.heateorSssCounterPreviewInnerleft,.heateorSssCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.heateorSssCounterVerticalPreviewInnertop,.heateorSssCounterVerticalPreviewInnerbottom,.heateorSssCounterPreviewInnertop,.heateorSssCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}
|
admin/css/sassy-social-share-default-svg-horizontal.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@charset "utf-8";.heateor_sss_horizontal_sharing .heateorSssYummlySvg,#heateor_sss_rearrange .heateorSssYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBufferSvg,#heateor_sss_rearrange .heateorSssBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFacebookSvg,#heateor_sss_rearrange .heateorSssFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M14%2025%20v%20-13%20Q%2013%206%2021%207.5%20M%2010%2014%20L%2020%2014%22%20stroke-width%3D%224%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDeliciousSvg,#heateor_sss_rearrange .heateorSssDeliciousSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiggSvg,#heateor_sss_rearrange .heateorSssDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssEmailSvg,#heateor_sss_rearrange .heateorSssEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFloatitSvg,#heateor_sss_rearrange .heateorSssFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2210%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%205%2015%20h%205%20M%2015%205%20v%205%20M%2025%2015%20h%20-5%20M%2015%2025%20v%20-5%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssGoogleplusSvg,#heateor_sss_rearrange .heateorSssGoogleplusSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2065%2049%20h%2018%20m%20-9%20-9%20v%2018%22%20stroke%3D%22%23fff%22%20stroke-width%3D%225%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssLinkedinSvg,#heateor_sss_rearrange .heateorSssLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%0A%3Cpath%20d%3D%22M%2010%2011%20v%2011%20m%205%200%20v%20-11%20m%200%203%20q%206%20-3%207%200%20v%208%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMoreSvg,#heateor_sss_rearrange .heateorSssMoreSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPinterestSvg,#heateor_sss_rearrange .heateorSssPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6.5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M%206%2020%20c%20-3%20-4%20-2%20-10%203%20-13.5%20c%204%20-3%2011%20-3%2015%203%20c%203%205%202%2013%20-6%2015%20q%20-4%201%20-6%20-3%20l%20-2%206%20l%20-1.2%202%20l%20-0.8%20-2%20l%202.5%20-11%20c%20-2%20-4%201%20-8%204%20-6%20q%200%205%20-1.4%208.5%20c%203%208%2010%200%209.5%20-4%20c%200%20-9%20-11%20-11%20-14.5%20-4%20c%200%200%20-3%205%200%208%20l%20-1%202%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPrintSvg,#heateor_sss_rearrange .heateorSssPrintSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssRedditSvg,#heateor_sss_rearrange .heateorSssRedditSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%3Cellipse%20cx%3D%2215%22%20cy%3D%2219%22%20rx%3D%229%22%20ry%3D%227%22%20style%3D%22stroke%3A%23fff%3Bstroke-width%3A2%22%20fill%3D%22none%22%3E%3C%2Fellipse%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%227%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2022%20q%205%203%2010%200%20M%2015%2012%20l%201%20-6%20l%206%201%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssStumbleuponSvg,#heateor_sss_rearrange .heateorSssStumbleuponSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20d%3D%22M%206.6%2015%20v%201%20c%20-1%207%206.5%207%205.5%200%20v%20-4%20c%20-1%20-7%206%20-7%206%20-2%20v%202.5%20m%200%202.5%20v%201%20c%20-1%207%206.5%207%205.5%200%20v%20-1%22%20stroke-width%3D%223.5%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTumblrSvg,#heateor_sss_rearrange .heateorSssTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Cpath%20d%3D%22M%2014%207%20v%2014%20q%203%202%206%200%20M%2014%207.5%20q%200%205.5%20-4%205.5%20h%209%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTwitterSvg,#heateor_sss_rearrange .heateorSssTwitterSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%0A%3Cpath%20d%3D%22M%2038%2019%20q%202%20-1%204%20-5%20q%20-1.5%202%20-4%202%20q%201.5%20-1%203.5%20-5%20q%20-1.5%202%20-5%202%20c%20-5%20-5%20-13%20-2%20-12%206%20q%20-7%201%20-15%20-8%20q%20-2%204%201%209%20q%20-1%200%20-3%20-1%20q%200%205%205%207%20q%20-1%20.5%20-3%200%20q%201%204%208%206%20q%20-5%203%20-11%203%20c%2014%208%2030%200%2031.5%20-14%22%20stroke-width%3D%220.3%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssVkontakteSvg,#heateor_sss_rearrange .heateorSssVkontakteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%0A%3Cpath%20d%3D%22M%202.5%209%20h%204.5%20l%205%207%20v%20-7%20h%204.5%20v%207%20l%205%20-7%20h%205%20l%20-5%207%20l%205%207%20h%20-5%20l%20-5%20-7%20v%207%20h%20-4.5%20q%20-2%200%20-5%20-6%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYahooSvg,#heateor_sss_rearrange .heateorSssYahooSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Cpath%20d%3D%22M%208%2010%20l%207%207%20l%205%20-5%20m%20-4.7%205%20v%203%20h%20-0.5%20v%20-3%20m%208%20-4%20v%205%20m%200%201%20v%201%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%206%2010%20h%206%20m%205%202%20h%206%20m%20-11%209.5%20h%206%22%20stroke-width%3D%221.4%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssXingSvg,#heateor_sss_rearrange .heateorSssXingSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWhatsappSvg,#heateor_sss_rearrange .heateorSssWhatsappSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssAIMSvg,#heateor_sss_rearrange .heateorSssAIMSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssAmazonWishListSvg,#heateor_sss_rearrange .heateorSssAmazonWishListSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssAOLMailSvg,#heateor_sss_rearrange .heateorSssAOLMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssAppnetSvg,#heateor_sss_rearrange .heateorSssAppnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBaiduSvg,#heateor_sss_rearrange .heateorSssBaiduSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.68%2016.617c2.485-.534%202.145-3.51%202.073-4.16-.123-1.002-1.3-2.752-2.9-2.612-2.013.18-2.307%203.087-2.307%203.087-.273%201.346.65%204.22%203.133%203.685m4.614-4.986c1.373%200%202.482-1.58%202.482-3.533s-1.11-3.533-2.482-3.533-2.485%201.58-2.485%203.533%201.112%203.536%202.485%203.536m5.918.233c1.837.24%203.015-1.72%203.25-3.205.24-1.482-.946-3.207-2.244-3.503-1.305-.3-2.93%201.787-3.08%203.148-.177%201.666.237%203.326%202.073%203.56m7.276%202.496c0-.71-.59-2.85-2.78-2.85-2.193%200-2.483%202.02-2.483%203.447%200%201.362.113%203.263%202.84%203.204%202.72-.06%202.422-3.084%202.422-3.8m-2.78%206.237s-2.84-2.197-4.497-4.572c-2.25-3.503-5.445-2.076-6.513-.298-1.062%201.783-2.717%202.91-2.954%203.21-.24.292-3.43%202.017-2.723%205.165.71%203.146%203.2%203.087%203.2%203.087s1.833.18%203.96-.298c2.132-.475%203.966.116%203.966.116s4.97%201.667%206.33-1.54c1.36-3.207-.768-4.872-.768-4.872%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBalatarinSvg,#heateor_sss_rearrange .heateorSssBalatarinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2022h8v2h-8z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBibSonomySvg,#heateor_sss_rearrange .heateorSssBibSonomySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBittyBrowserSvg,#heateor_sss_rearrange .heateorSssBittyBrowserSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBlinklistSvg,#heateor_sss_rearrange .heateorSssBlinklistSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBloggerPostSvg,#heateor_sss_rearrange .heateorSssBloggerPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBlogMarksSvg,#heateor_sss_rearrange .heateorSssBlogMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBoxnetSvg,#heateor_sss_rearrange .heateorSssBoxnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBookmarksfrSvg,#heateor_sss_rearrange .heateorSssBookmarksfrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBuddyMarksSvg,#heateor_sss_rearrange .heateorSssBuddyMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssCare2NewsSvg,#heateor_sss_rearrange .heateorSssCare2NewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssCiteULikeSvg,#heateor_sss_rearrange .heateorSssCiteULikeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8%2024h16v2H8zm0-6h16v2H8zm0-6h16v2H8zm0-6h16v2H8z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiaryRuSvg,#heateor_sss_rearrange .heateorSssDiaryRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiasporaSvg,#heateor_sss_rearrange .heateorSssDiasporaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiHITTSvg,#heateor_sss_rearrange .heateorSssDiHITTSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.668%2026.125H19.01l.014-2.145h-.09c-.88%201.558-2.582%202.47-4.345%202.47-3.794%200-6.26-3.643-6.26-8.522%200-5.608%203.055-8.665%206.49-8.665%201.764%200%203.027.705%203.584%201.705h.09V5.552h5.17m-5.17%2010.79c0-2.29-1.353-2.966-2.232-2.966-1.88%200-2.73%202.055-2.73%204.552%200%202.852%201.113%204.35%202.7%204.35.97%200%202.262-.618%202.262-2.88v-3.055z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiigoSvg,#heateor_sss_rearrange .heateorSssDiigoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDZoneSvg,#heateor_sss_rearrange .heateorSssDZoneSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.957%2021.422l8.6-10.75h-7.972V9.008H28v1.628l-8.65%2010.69H28v1.667H16.957v-1.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%209.007h5.59c1.898%200%203.37.683%204.416%202.047.933%201.23%201.4%202.81%201.4%204.73%200%201.486-.277%202.83-.828%204.028-.97%202.12-2.64%203.18-5.007%203.18H4V9.007zm5.22%2012.367c.626%200%201.14-.066%201.544-.2.72-.247%201.31-.724%201.768-1.428.367-.565.63-1.29.792-2.17.094-.527.14-1.016.14-1.466%200-1.732-.336-3.078-1.01-4.037-.674-.958-1.758-1.438-3.254-1.438H5.913v10.74H9.22z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssEvernoteSvg,#heateor_sss_rearrange .heateorSssEvernoteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFarkSvg,#heateor_sss_rearrange .heateorSssFarkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFlipboardSvg,#heateor_sss_rearrange .heateorSssFlipboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2019H7V7h12v12z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%2013H7V7h18v6z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2025H7V7h6v18z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFolkdSvg,#heateor_sss_rearrange .heateorSssFolkdSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssGoogleBookmarksSvg,#heateor_sss_rearrange .heateorSssGoogleBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssGoogleGmailSvg,#heateor_sss_rearrange .heateorSssGoogleGmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssHackerNewsSvg,#heateor_sss_rearrange .heateorSssHackerNewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssHatenaSvg,#heateor_sss_rearrange .heateorSssHatenaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssInstapaperSvg,#heateor_sss_rearrange .heateorSssInstapaperSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssJamespotSvg,#heateor_sss_rearrange .heateorSssJamespotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssKakaoSvg,#heateor_sss_rearrange .heateorSssKakaoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssKindleItSvg,#heateor_sss_rearrange .heateorSssKindleItSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssKnownSvg,#heateor_sss_rearrange .heateorSssKnownSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssLineSvg,#heateor_sss_rearrange .heateorSssLineSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssLiveJournalSvg,#heateor_sss_rearrange .heateorSssLiveJournalSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMailRuSvg,#heateor_sss_rearrange .heateorSssMailRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMendeleySvg,#heateor_sss_rearrange .heateorSssMendeleySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMeneameSvg,#heateor_sss_rearrange .heateorSssMeneameSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMixiSvg,#heateor_sss_rearrange .heateorSssMixiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMySpaceSvg,#heateor_sss_rearrange .heateorSssMySpaceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssNetlogSvg,#heateor_sss_rearrange .heateorSssNetlogSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M9.05%2026.276c1.658-2.12%204.19-3.48%207.03-3.48%202.807%200%205.314%201.324%206.975%203.404%202.678-2.098%204.404-5.353%204.404-9.018%200-6.328-5.13-11.46-11.46-11.46S4.54%2010.855%204.54%2017.182c0%203.713%201.772%207.004%204.51%209.095z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.051%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssNetvouzSvg,#heateor_sss_rearrange .heateorSssNetvouzSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssNewsVineSvg,#heateor_sss_rearrange .heateorSssNewsVineSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.828%2019.498l2.875-2.084c.264.166.572.264.906.264.936%200%201.695-.76%201.695-1.7s-.76-1.7-1.697-1.7c-.94%200-1.702.76-1.702%201.7%200%20.07.006.14.014.21l-2.094%201.516v-4.73l2.896-2.1c.26.158.56.25.885.25.937%200%201.696-.76%201.696-1.7%200-.937-.76-1.7-1.697-1.7-.94%200-1.702.763-1.702%201.7%200%20.08.006.16.018.235l-2.098%201.52V4h-1.656v3.79l-2.11-1.528c.02-.102.032-.205.032-.313%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.936.76%201.7%201.7%201.7.296%200%20.573-.078.815-.21l2.962%202.143v4.73L13.06%2012.79c.017-.094.028-.19.028-.286%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.938.76%201.7%201.7%201.7.304%200%20.59-.083.84-.224l2.938%202.13v5.044L13.07%2019.63c.014-.092.023-.185.023-.28%200-.938-.76-1.7-1.7-1.7-.938%200-1.697.762-1.697%201.7%200%20.94.76%201.7%201.697%201.7.31%200%20.598-.084.846-.226l2.935%202.124V28h1.655v-1.665l2.87-2.077c.263.166.573.266.91.266.937%200%201.698-.76%201.698-1.7%200-.938-.762-1.698-1.7-1.698s-1.698.76-1.698%201.7c0%20.067.004.134.012.2l-2.092%201.517v-5.045z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssNUjijSvg,#heateor_sss_rearrange .heateorSssNUjijSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8.223%204h4v4h-4zm0%206.223h4V28h-4zM19.777%204h4v4h-4zm0%206.223h4V28h-4zM14%204h4v4h-4zm0%206.223h4v11.11h-4z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssOdnoklassnikiSvg,#heateor_sss_rearrange .heateorSssOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssOknotizieSvg,#heateor_sss_rearrange .heateorSssOknotizieSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M14.613%2027.342H13.37l-4.796-7.3v7.3h-1.15v-9.25H8.66l4.8%207.3v-7.3h1.154v9.25zm6.015-9.408c1.282%200%202.332.438%203.147%201.312.817.875%201.225%202.03%201.225%203.47%200%201.44-.408%202.597-1.225%203.472-.815.874-1.865%201.312-3.147%201.312-1.286%200-2.34-.44-3.16-1.316-.82-.877-1.23-2.033-1.23-3.467%200-1.44.41-2.596%201.23-3.47.82-.876%201.874-1.313%203.16-1.313zm-.013%208.52c.916%200%201.667-.33%202.252-.985.585-.66.877-1.576.877-2.754s-.29-2.096-.874-2.752c-.583-.656-1.326-.984-2.23-.984-.92%200-1.674.33-2.263.985-.59.656-.884%201.574-.884%202.752%200%201.174.293%202.09.88%202.748.587.658%201.335.988%202.242.988z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.39%204.5c1.283%200%202.333.438%203.15%201.312.815.875%201.224%202.032%201.224%203.47%200%201.44-.408%202.597-1.225%203.472-.817.875-1.867%201.312-3.15%201.312-1.286%200-2.34-.438-3.16-1.314C7.41%2011.874%207%2010.72%207%209.282c0-1.438.41-2.595%201.23-3.47S10.105%204.5%2011.39%204.5zm-.012%208.52c.916%200%201.667-.33%202.252-.985.585-.656.877-1.574.877-2.752s-.29-2.095-.874-2.752c-.583-.654-1.326-.982-2.23-.982-.92%200-1.674.328-2.264.984-.59.658-.885%201.576-.885%202.753%200%201.174.293%202.09.88%202.75.587.656%201.335.986%202.242.986zm11.317.89H21.29l-2.154-3.402-.737.738v2.663h-1.183V4.656h1.18V9.9l2.556-2.69h1.486l-2.51%202.495%202.764%204.203z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssOutlookcomSvg,#heateor_sss_rearrange .heateorSssOutlookcomSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPinboardSvg,#heateor_sss_rearrange .heateorSssPinboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPlurkSvg,#heateor_sss_rearrange .heateorSssPlurkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPocketSvg,#heateor_sss_rearrange .heateorSssPocketSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPrintFriendlySvg,#heateor_sss_rearrange .heateorSssPrintFriendlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssProtopageBookmarksSvg,#heateor_sss_rearrange .heateorSssProtopageBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPushaSvg,#heateor_sss_rearrange .heateorSssPushaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssQzoneSvg,#heateor_sss_rearrange .heateorSssQzoneSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssRediffMyPageSvg,#heateor_sss_rearrange .heateorSssRediffMyPageSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssRenrenSvg,#heateor_sss_rearrange .heateorSssRenrenSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSegnaloSvg,#heateor_sss_rearrange .heateorSssSegnaloSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.65%2011.186c-3.252-1.153-6.64-.972-9.263%201.434-2.76%202.53-3.165%207.208-1.02%2010.172%201.948%202.695%206.138%203.82%209.284%203.58.79-.062%205.125-1.776%204.16-2.845-.174-.192-.41-.29-.454-.31-.042-.017-.104-.032-.136-.038-.03-.007-.264-.05-.522-.076-1.88-.21-3.745.424-5.64-.325-.825-.328-1.674-.668-2.207-1.41-.375-.524-1.086-2.715.16-2.31l7.453%202.404c1.705.55%202.792.625%203.288-1.405.978-3.978-1.35-7.545-5.1-8.875zm-.09%206.423c-.93.046-3.202-.94-3.617-1.076-1.11-.358-2.117-.922-.537-2.053%201.9-1.36%204.214.538%204.51%202.45.038.26-.1.665-.357.678z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.33%206.97c-1.732.556-3.154%201.852-4.18%203.317-.01.012-.006.018-.012.03-.006.01-.018.02-.02.03-.664%202.168%204.32.844%205.263.54.75-.242%204.84-1.912%204.61-3.078-.362-1.837-4.385-1.247-5.66-.84zm-4.032%202.375C17.42%208.2%2017.02%207.21%2016.12%206.488c-.645-.518-2.716-1.49-3.358-.383-.317.55.01%201.31.195%201.862.233.696.612%201.322%201.137%201.835.764.747%202.385.972%203.01.01.142-.218.186-.44.19-.448%200-.008.004-.013.004-.02z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSinaWeiboSvg,#heateor_sss_rearrange .heateorSssSinaWeiboSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSiteJotSvg,#heateor_sss_rearrange .heateorSssSiteJotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSlashdotSvg,#heateor_sss_rearrange .heateorSssSlashdotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssStumpediaSvg,#heateor_sss_rearrange .heateorSssStumpediaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.1%206.875s-.13.717-.293.912c-.163.197-.62.166-1.045%200-.427-.162-.85-.195-1.274-.03-.425.162-.784.134-.717-.356.065-.49.328-.98.688-1.014.36-.03%201.11-.163%201.207-.36.1-.194-.07-.456-.23-.718-.16-.26-.455-.652-.585-.555-.13.1-.49-.13-.62.262-.132.393-.85%201.403-1.373%201.958-.524.557-1.21%201.602-.85%202.253.36.654.947.688%201.733.688h1.165s.273.23.238.523c-.032.293.263%202.71.263%203.527s-.033.85.195.85h.394s-.163.652-.654%202.284c-.49%201.634-.88%202.876-1.144%203.203-.26.326-.424.588-.424%201.01%200%20.428-.13%201.08-.326%201.44-.196.36-.262.883-.523%201.145-.26.262-.26.328-.358.72-.1.392-.526.882-.655%201.075-.127.197-1.817%201.486-1.915%201.848-.098.358%201.577.53%202.31.44.88-.11%201.135-.007%201.388-.436.273-.462.876-1.51%201.192-2.308.18-.457-.1-.816.294-1.34.39-.522%201.01-1.403%201.433-1.895.425-.49.425-1.078.784-1.8.36-.716.785-1.565%201.11-1.5.327.065.75.456%201.34%201.076.588.62.523.947.62%201.534.1.59.228%201.34.523%201.864.295.524.458%201.014.523%201.47.065.458-.1.88%200%201.405.098.52.556.943.816%201.37.26.42%201.272.39%202.12.42.85.035%201.635.167%201.404-.226-.232-.392-1.045-.916-1.275-1.045-.23-.13-.36-.13-.555-.818-.197-.685-.85-3.722-1.047-4.8-.195-1.078-.652-2.385-1.046-3.104-.39-.718-1.6-2.874-1.6-2.874l-.1-.293h.393s-.163-.687-.262-.85c-.098-.163-.49-1.44-.556-2.09-.065-.653-.197-1.077.13-1.044.327.03%201.568%200%202.32-.197.75-.195.686-.26.717-.88.033-.62%200-1.798-.03-2.58-.034-.784-.296-1.015-.49-1.11-.195-.1-.817.13-.914.326-.1.193-.49.488-.132.75.36.262.425.393.62.457.197.066.197.196.197.36%200%20.163.13.913-.196%201.044-.324.132-1.274.034-1.664-.064-.394-.097-1.176-.815-1.502-.782-.325.033-.62-.294-.653-.72-.03-.424.59-.16.687-.814.1-.652.59-2.103-.814-2.45-.784-.192-1.373.425-1.57%201.372-.148.698-.002%201.007.587%201.465z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.688%206.736c-.183.46-1.135%202.4-1.135%202.4s-1.28-.712-3.423-.712c-1.877%200-3%20.924-3.324%201.962-.176.562-.552%202.19%201.475%203.18%201.418.69%203.29%201.465%204.755%202.45%201.906%201.276%202.81%203.327%202.454%205.87-.41%202.92-2.444%205.56-5.473%205.822-2.403.208-6-.536-6.91-1.314.275-.816.56-1.975.78-2.634%201.005.493%202.72.936%204.185%201.11%202.758.326%204.152-.908%204.554-2.44.284-1.087.332-2.204-.12-3.013-1.093-1.96-3.375-2.244-5.392-3.24-3.016-1.492-3.69-3.54-3.308-5.774.437-2.546%201.918-3.803%204.18-4.356%202.128-.52%204.59-.305%206.704.69z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSvejoSvg,#heateor_sss_rearrange .heateorSssSvejoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSymbalooFeedsSvg,#heateor_sss_rearrange .heateorSssSymbalooFeedsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTuentiSvg,#heateor_sss_rearrange .heateorSssTuentiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTwiddlaSvg,#heateor_sss_rearrange .heateorSssTwiddlaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssViadeoSvg,#heateor_sss_rearrange .heateorSssViadeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTypePadPostSvg,#heateor_sss_rearrange .heateorSssTypePadPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWaneloSvg,#heateor_sss_rearrange .heateorSssWaneloSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2022h10v10H10zM0%2022h10v10H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2012h12v10H20z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2012h10v10H10z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2012h10v10H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%200h12v12H20z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%200h10v12H10z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h10v12H0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWebnewsSvg,#heateor_sss_rearrange .heateorSssWebnewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWordPressSvg,#heateor_sss_rearrange .heateorSssWordPressSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Cg%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWykopSvg,#heateor_sss_rearrange .heateorSssWykopSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M28.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYahooMailSvg,#heateor_sss_rearrange .heateorSssYahooMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYahooMessengerSvg,#heateor_sss_rearrange .heateorSssYahooMessengerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027c6.074%200%2011-4.926%2011-11%200-6.075-4.926-11-11-11S5%209.925%205%2016c0%206.074%204.926%2011%2011%2011zm2.808-17.016c.792%200%201.434.64%201.434%201.432%200%20.79-.642%201.432-1.434%201.432-.79%200-1.432-.64-1.432-1.432%200-.79.642-1.432%201.432-1.432zm-5.443%200c.79%200%201.433.64%201.433%201.432%200%20.79-.642%201.432-1.433%201.432s-1.433-.64-1.433-1.432c0-.79.642-1.432%201.433-1.432zm-5.1%204.583h15.47v2.866h-.032c-.32%203.975-3.644%207.103-7.702%207.103-4.06%200-7.38-3.128-7.7-7.103h-.033v-2.866zm14.42%202.56H9.13v-1.764h13.554v1.764z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYoolinkSvg,#heateor_sss_rearrange .heateorSssYoolinkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYouMobSvg,#heateor_sss_rearrange .heateorSssYouMobSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M4%209.498h1.82l2.7%2010.754%202.677-10.754h1.81v12.72h-1.213V14.71c0-.26.003-.69.01-1.29.012-.6.015-1.244.015-1.93L9.14%2022.216H7.88L5.173%2011.49v.39c0%20.31.008.786.02%201.423.013.64.02%201.108.02%201.407v7.507H4V9.497zm15.735%204.372c.604.795.907%201.966.907%203.51%200%201.495-.267%202.73-.8%203.704-.534.975-1.36%201.46-2.48%201.46-.934%200-1.677-.43-2.228-1.292-.55-.86-.825-2.02-.825-3.473%200-1.56.29-2.8.87-3.723.576-.922%201.356-1.383%202.333-1.383.877%200%201.616.4%202.22%201.194zm-.714%206.16c.28-.78.423-1.65.423-2.607%200-.863-.102-1.568-.304-2.11-.323-.853-.875-1.278-1.656-1.278-.695%200-1.2.36-1.518%201.088-.314.727-.474%201.604-.474%202.63%200%20.985.16%201.808.475%202.466.316.654.817.982%201.503.982.755%200%201.27-.39%201.553-1.172zm2.937-10.575h1.118v4.615c.253-.445.554-.785.905-1.02.35-.232.73-.35%201.142-.35.854%200%201.547.397%202.08%201.19.53.796.798%201.966.798%203.512%200%201.467-.26%202.684-.788%203.654-.524.97-1.253%201.454-2.186%201.454-.52%200-.964-.17-1.323-.51-.213-.202-.44-.526-.687-.972v1.188h-1.06V9.456zm4.398%2010.675c.31-.67.463-1.552.463-2.65%200-.974-.154-1.782-.463-2.423-.312-.64-.768-.96-1.368-.96-.527%200-.988.262-1.382.786-.397.525-.595%201.392-.595%202.598%200%20.873.083%201.58.245%202.123.304%201.02.868%201.532%201.7%201.532.622%200%201.088-.334%201.4-1.004z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
admin/css/sassy-social-share-default-svg-vertical.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@charset "utf-8";.heateor_sss_vertical_sharing .heateorSssYummlySvg,#heateor_sss_vertical_rearrange .heateorSssYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBufferSvg,#heateor_sss_vertical_rearrange .heateorSssBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFacebookSvg,#heateor_sss_vertical_rearrange .heateorSssFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M14%2025%20v%20-13%20Q%2013%206%2021%207.5%20M%2010%2014%20L%2020%2014%22%20stroke-width%3D%224%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDeliciousSvg,#heateor_sss_vertical_rearrange .heateorSssDeliciousSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiggSvg,#heateor_sss_vertical_rearrange .heateorSssDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssEmailSvg,#heateor_sss_vertical_rearrange .heateorSssEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFloatitSvg,#heateor_sss_vertical_rearrange .heateorSssFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2210%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%205%2015%20h%205%20M%2015%205%20v%205%20M%2025%2015%20h%20-5%20M%2015%2025%20v%20-5%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssGoogleplusSvg,#heateor_sss_vertical_rearrange .heateorSssGoogleplusSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2065%2049%20h%2018%20m%20-9%20-9%20v%2018%22%20stroke%3D%22%23fff%22%20stroke-width%3D%225%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssLinkedinSvg,#heateor_sss_vertical_rearrange .heateorSssLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%0A%3Cpath%20d%3D%22M%2010%2011%20v%2011%20m%205%200%20v%20-11%20m%200%203%20q%206%20-3%207%200%20v%208%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMoreSvg,#heateor_sss_vertical_rearrange .heateorSssMoreSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPinterestSvg,#heateor_sss_vertical_rearrange .heateorSssPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6.5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M%206%2020%20c%20-3%20-4%20-2%20-10%203%20-13.5%20c%204%20-3%2011%20-3%2015%203%20c%203%205%202%2013%20-6%2015%20q%20-4%201%20-6%20-3%20l%20-2%206%20l%20-1.2%202%20l%20-0.8%20-2%20l%202.5%20-11%20c%20-2%20-4%201%20-8%204%20-6%20q%200%205%20-1.4%208.5%20c%203%208%2010%200%209.5%20-4%20c%200%20-9%20-11%20-11%20-14.5%20-4%20c%200%200%20-3%205%200%208%20l%20-1%202%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPrintSvg,#heateor_sss_vertical_rearrange .heateorSssPrintSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssRedditSvg,#heateor_sss_vertical_rearrange .heateorSssRedditSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%3Cellipse%20cx%3D%2215%22%20cy%3D%2219%22%20rx%3D%229%22%20ry%3D%227%22%20style%3D%22stroke%3A%23fff%3Bstroke-width%3A2%22%20fill%3D%22none%22%3E%3C%2Fellipse%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%227%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2022%20q%205%203%2010%200%20M%2015%2012%20l%201%20-6%20l%206%201%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssStumbleuponSvg,#heateor_sss_vertical_rearrange .heateorSssStumbleuponSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20d%3D%22M%206.6%2015%20v%201%20c%20-1%207%206.5%207%205.5%200%20v%20-4%20c%20-1%20-7%206%20-7%206%20-2%20v%202.5%20m%200%202.5%20v%201%20c%20-1%207%206.5%207%205.5%200%20v%20-1%22%20stroke-width%3D%223.5%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTumblrSvg,#heateor_sss_vertical_rearrange .heateorSssTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Cpath%20d%3D%22M%2014%207%20v%2014%20q%203%202%206%200%20M%2014%207.5%20q%200%205.5%20-4%205.5%20h%209%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTwitterSvg,#heateor_sss_vertical_rearrange .heateorSssTwitterSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%0A%3Cpath%20d%3D%22M%2038%2019%20q%202%20-1%204%20-5%20q%20-1.5%202%20-4%202%20q%201.5%20-1%203.5%20-5%20q%20-1.5%202%20-5%202%20c%20-5%20-5%20-13%20-2%20-12%206%20q%20-7%201%20-15%20-8%20q%20-2%204%201%209%20q%20-1%200%20-3%20-1%20q%200%205%205%207%20q%20-1%20.5%20-3%200%20q%201%204%208%206%20q%20-5%203%20-11%203%20c%2014%208%2030%200%2031.5%20-14%22%20stroke-width%3D%220.3%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssVkontakteSvg,#heateor_sss_vertical_rearrange .heateorSssVkontakteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%0A%3Cpath%20d%3D%22M%202.5%209%20h%204.5%20l%205%207%20v%20-7%20h%204.5%20v%207%20l%205%20-7%20h%205%20l%20-5%207%20l%205%207%20h%20-5%20l%20-5%20-7%20v%207%20h%20-4.5%20q%20-2%200%20-5%20-6%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYahooSvg,#heateor_sss_vertical_rearrange .heateorSssYahooSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Cpath%20d%3D%22M%208%2010%20l%207%207%20l%205%20-5%20m%20-4.7%205%20v%203%20h%20-0.5%20v%20-3%20m%208%20-4%20v%205%20m%200%201%20v%201%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%206%2010%20h%206%20m%205%202%20h%206%20m%20-11%209.5%20h%206%22%20stroke-width%3D%221.4%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssXingSvg,#heateor_sss_vertical_rearrange .heateorSssXingSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWhatsappSvg,#heateor_sss_vertical_rearrange .heateorSssWhatsappSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssAIMSvg,#heateor_sss_vertical_rearrange .heateorSssAIMSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssAmazonWishListSvg,#heateor_sss_vertical_rearrange .heateorSssAmazonWishListSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssAOLMailSvg,#heateor_sss_vertical_rearrange .heateorSssAOLMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssAppnetSvg,#heateor_sss_vertical_rearrange .heateorSssAppnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBaiduSvg,#heateor_sss_vertical_rearrange .heateorSssBaiduSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.68%2016.617c2.485-.534%202.145-3.51%202.073-4.16-.123-1.002-1.3-2.752-2.9-2.612-2.013.18-2.307%203.087-2.307%203.087-.273%201.346.65%204.22%203.133%203.685m4.614-4.986c1.373%200%202.482-1.58%202.482-3.533s-1.11-3.533-2.482-3.533-2.485%201.58-2.485%203.533%201.112%203.536%202.485%203.536m5.918.233c1.837.24%203.015-1.72%203.25-3.205.24-1.482-.946-3.207-2.244-3.503-1.305-.3-2.93%201.787-3.08%203.148-.177%201.666.237%203.326%202.073%203.56m7.276%202.496c0-.71-.59-2.85-2.78-2.85-2.193%200-2.483%202.02-2.483%203.447%200%201.362.113%203.263%202.84%203.204%202.72-.06%202.422-3.084%202.422-3.8m-2.78%206.237s-2.84-2.197-4.497-4.572c-2.25-3.503-5.445-2.076-6.513-.298-1.062%201.783-2.717%202.91-2.954%203.21-.24.292-3.43%202.017-2.723%205.165.71%203.146%203.2%203.087%203.2%203.087s1.833.18%203.96-.298c2.132-.475%203.966.116%203.966.116s4.97%201.667%206.33-1.54c1.36-3.207-.768-4.872-.768-4.872%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBalatarinSvg,#heateor_sss_vertical_rearrange .heateorSssBalatarinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2022h8v2h-8z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBibSonomySvg,#heateor_sss_vertical_rearrange .heateorSssBibSonomySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBittyBrowserSvg,#heateor_sss_vertical_rearrange .heateorSssBittyBrowserSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBlinklistSvg,#heateor_sss_vertical_rearrange .heateorSssBlinklistSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBloggerPostSvg,#heateor_sss_vertical_rearrange .heateorSssBloggerPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBlogMarksSvg,#heateor_sss_vertical_rearrange .heateorSssBlogMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBoxnetSvg,#heateor_sss_vertical_rearrange .heateorSssBoxnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBookmarksfrSvg,#heateor_sss_vertical_rearrange .heateorSssBookmarksfrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBuddyMarksSvg,#heateor_sss_vertical_rearrange .heateorSssBuddyMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssCare2NewsSvg,#heateor_sss_vertical_rearrange .heateorSssCare2NewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssCiteULikeSvg,#heateor_sss_vertical_rearrange .heateorSssCiteULikeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8%2024h16v2H8zm0-6h16v2H8zm0-6h16v2H8zm0-6h16v2H8z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiaryRuSvg,#heateor_sss_vertical_rearrange .heateorSssDiaryRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiasporaSvg,#heateor_sss_vertical_rearrange .heateorSssDiasporaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiHITTSvg,#heateor_sss_vertical_rearrange .heateorSssDiHITTSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.668%2026.125H19.01l.014-2.145h-.09c-.88%201.558-2.582%202.47-4.345%202.47-3.794%200-6.26-3.643-6.26-8.522%200-5.608%203.055-8.665%206.49-8.665%201.764%200%203.027.705%203.584%201.705h.09V5.552h5.17m-5.17%2010.79c0-2.29-1.353-2.966-2.232-2.966-1.88%200-2.73%202.055-2.73%204.552%200%202.852%201.113%204.35%202.7%204.35.97%200%202.262-.618%202.262-2.88v-3.055z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiigoSvg,#heateor_sss_vertical_rearrange .heateorSssDiigoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDZoneSvg,#heateor_sss_vertical_rearrange .heateorSssDZoneSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.957%2021.422l8.6-10.75h-7.972V9.008H28v1.628l-8.65%2010.69H28v1.667H16.957v-1.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%209.007h5.59c1.898%200%203.37.683%204.416%202.047.933%201.23%201.4%202.81%201.4%204.73%200%201.486-.277%202.83-.828%204.028-.97%202.12-2.64%203.18-5.007%203.18H4V9.007zm5.22%2012.367c.626%200%201.14-.066%201.544-.2.72-.247%201.31-.724%201.768-1.428.367-.565.63-1.29.792-2.17.094-.527.14-1.016.14-1.466%200-1.732-.336-3.078-1.01-4.037-.674-.958-1.758-1.438-3.254-1.438H5.913v10.74H9.22z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssEvernoteSvg,#heateor_sss_vertical_rearrange .heateorSssEvernoteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFarkSvg,#heateor_sss_vertical_rearrange .heateorSssFarkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFlipboardSvg,#heateor_sss_vertical_rearrange .heateorSssFlipboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2019H7V7h12v12z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%2013H7V7h18v6z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2025H7V7h6v18z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFolkdSvg,#heateor_sss_vertical_rearrange .heateorSssFolkdSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssGoogleBookmarksSvg,#heateor_sss_vertical_rearrange .heateorSssGoogleBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssGoogleGmailSvg,#heateor_sss_vertical_rearrange .heateorSssGoogleGmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssHackerNewsSvg,#heateor_sss_vertical_rearrange .heateorSssHackerNewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssHatenaSvg,#heateor_sss_vertical_rearrange .heateorSssHatenaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssInstapaperSvg,#heateor_sss_vertical_rearrange .heateorSssInstapaperSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssJamespotSvg,#heateor_sss_vertical_rearrange .heateorSssJamespotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssKakaoSvg,#heateor_sss_vertical_rearrange .heateorSssKakaoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssKindleItSvg,#heateor_sss_vertical_rearrange .heateorSssKindleItSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssKnownSvg,#heateor_sss_vertical_rearrange .heateorSssKnownSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssLineSvg,#heateor_sss_vertical_rearrange .heateorSssLineSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssLiveJournalSvg,#heateor_sss_vertical_rearrange .heateorSssLiveJournalSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMailRuSvg,#heateor_sss_vertical_rearrange .heateorSssMailRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYahooMessengerSvg,#heateor_sss_vertical_rearrange .heateorSssYahooMessengerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027c6.074%200%2011-4.926%2011-11%200-6.075-4.926-11-11-11S5%209.925%205%2016c0%206.074%204.926%2011%2011%2011zm2.808-17.016c.792%200%201.434.64%201.434%201.432%200%20.79-.642%201.432-1.434%201.432-.79%200-1.432-.64-1.432-1.432%200-.79.642-1.432%201.432-1.432zm-5.443%200c.79%200%201.433.64%201.433%201.432%200%20.79-.642%201.432-1.433%201.432s-1.433-.64-1.433-1.432c0-.79.642-1.432%201.433-1.432zm-5.1%204.583h15.47v2.866h-.032c-.32%203.975-3.644%207.103-7.702%207.103-4.06%200-7.38-3.128-7.7-7.103h-.033v-2.866zm14.42%202.56H9.13v-1.764h13.554v1.764z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMendeleySvg,#heateor_sss_vertical_rearrange .heateorSssMendeleySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMeneameSvg,#heateor_sss_vertical_rearrange .heateorSssMeneameSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMixiSvg,#heateor_sss_vertical_rearrange .heateorSssMixiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMySpaceSvg,#heateor_sss_vertical_rearrange .heateorSssMySpaceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssNetlogSvg,#heateor_sss_vertical_rearrange .heateorSssNetlogSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M9.05%2026.276c1.658-2.12%204.19-3.48%207.03-3.48%202.807%200%205.314%201.324%206.975%203.404%202.678-2.098%204.404-5.353%204.404-9.018%200-6.328-5.13-11.46-11.46-11.46S4.54%2010.855%204.54%2017.182c0%203.713%201.772%207.004%204.51%209.095z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.051%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssNetvouzSvg,#heateor_sss_vertical_rearrange .heateorSssNetvouzSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssNewsVineSvg,#heateor_sss_vertical_rearrange .heateorSssNewsVineSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.828%2019.498l2.875-2.084c.264.166.572.264.906.264.936%200%201.695-.76%201.695-1.7s-.76-1.7-1.697-1.7c-.94%200-1.702.76-1.702%201.7%200%20.07.006.14.014.21l-2.094%201.516v-4.73l2.896-2.1c.26.158.56.25.885.25.937%200%201.696-.76%201.696-1.7%200-.937-.76-1.7-1.697-1.7-.94%200-1.702.763-1.702%201.7%200%20.08.006.16.018.235l-2.098%201.52V4h-1.656v3.79l-2.11-1.528c.02-.102.032-.205.032-.313%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.936.76%201.7%201.7%201.7.296%200%20.573-.078.815-.21l2.962%202.143v4.73L13.06%2012.79c.017-.094.028-.19.028-.286%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.938.76%201.7%201.7%201.7.304%200%20.59-.083.84-.224l2.938%202.13v5.044L13.07%2019.63c.014-.092.023-.185.023-.28%200-.938-.76-1.7-1.7-1.7-.938%200-1.697.762-1.697%201.7%200%20.94.76%201.7%201.697%201.7.31%200%20.598-.084.846-.226l2.935%202.124V28h1.655v-1.665l2.87-2.077c.263.166.573.266.91.266.937%200%201.698-.76%201.698-1.7%200-.938-.762-1.698-1.7-1.698s-1.698.76-1.698%201.7c0%20.067.004.134.012.2l-2.092%201.517v-5.045z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssNUjijSvg,#heateor_sss_vertical_rearrange .heateorSssNUjijSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8.223%204h4v4h-4zm0%206.223h4V28h-4zM19.777%204h4v4h-4zm0%206.223h4V28h-4zM14%204h4v4h-4zm0%206.223h4v11.11h-4z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssOdnoklassnikiSvg,#heateor_sss_vertical_rearrange .heateorSssOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssOknotizieSvg,#heateor_sss_vertical_rearrange .heateorSssOknotizieSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M14.613%2027.342H13.37l-4.796-7.3v7.3h-1.15v-9.25H8.66l4.8%207.3v-7.3h1.154v9.25zm6.015-9.408c1.282%200%202.332.438%203.147%201.312.817.875%201.225%202.03%201.225%203.47%200%201.44-.408%202.597-1.225%203.472-.815.874-1.865%201.312-3.147%201.312-1.286%200-2.34-.44-3.16-1.316-.82-.877-1.23-2.033-1.23-3.467%200-1.44.41-2.596%201.23-3.47.82-.876%201.874-1.313%203.16-1.313zm-.013%208.52c.916%200%201.667-.33%202.252-.985.585-.66.877-1.576.877-2.754s-.29-2.096-.874-2.752c-.583-.656-1.326-.984-2.23-.984-.92%200-1.674.33-2.263.985-.59.656-.884%201.574-.884%202.752%200%201.174.293%202.09.88%202.748.587.658%201.335.988%202.242.988z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.39%204.5c1.283%200%202.333.438%203.15%201.312.815.875%201.224%202.032%201.224%203.47%200%201.44-.408%202.597-1.225%203.472-.817.875-1.867%201.312-3.15%201.312-1.286%200-2.34-.438-3.16-1.314C7.41%2011.874%207%2010.72%207%209.282c0-1.438.41-2.595%201.23-3.47S10.105%204.5%2011.39%204.5zm-.012%208.52c.916%200%201.667-.33%202.252-.985.585-.656.877-1.574.877-2.752s-.29-2.095-.874-2.752c-.583-.654-1.326-.982-2.23-.982-.92%200-1.674.328-2.264.984-.59.658-.885%201.576-.885%202.753%200%201.174.293%202.09.88%202.75.587.656%201.335.986%202.242.986zm11.317.89H21.29l-2.154-3.402-.737.738v2.663h-1.183V4.656h1.18V9.9l2.556-2.69h1.486l-2.51%202.495%202.764%204.203z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssOutlookcomSvg,#heateor_sss_vertical_rearrange .heateorSssOutlookcomSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPinboardSvg,#heateor_sss_vertical_rearrange .heateorSssPinboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPlurkSvg,#heateor_sss_vertical_rearrange .heateorSssPlurkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPocketSvg,#heateor_sss_vertical_rearrange .heateorSssPocketSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPrintFriendlySvg,#heateor_sss_vertical_rearrange .heateorSssPrintFriendlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssProtopageBookmarksSvg,#heateor_sss_vertical_rearrange .heateorSssProtopageBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPushaSvg,#heateor_sss_vertical_rearrange .heateorSssPushaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssQzoneSvg,#heateor_sss_vertical_rearrange .heateorSssQzoneSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssRediffMyPageSvg,#heateor_sss_vertical_rearrange .heateorSssRediffMyPageSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssRenrenSvg,#heateor_sss_vertical_rearrange .heateorSssRenrenSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSegnaloSvg,#heateor_sss_vertical_rearrange .heateorSssSegnaloSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.65%2011.186c-3.252-1.153-6.64-.972-9.263%201.434-2.76%202.53-3.165%207.208-1.02%2010.172%201.948%202.695%206.138%203.82%209.284%203.58.79-.062%205.125-1.776%204.16-2.845-.174-.192-.41-.29-.454-.31-.042-.017-.104-.032-.136-.038-.03-.007-.264-.05-.522-.076-1.88-.21-3.745.424-5.64-.325-.825-.328-1.674-.668-2.207-1.41-.375-.524-1.086-2.715.16-2.31l7.453%202.404c1.705.55%202.792.625%203.288-1.405.978-3.978-1.35-7.545-5.1-8.875zm-.09%206.423c-.93.046-3.202-.94-3.617-1.076-1.11-.358-2.117-.922-.537-2.053%201.9-1.36%204.214.538%204.51%202.45.038.26-.1.665-.357.678z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.33%206.97c-1.732.556-3.154%201.852-4.18%203.317-.01.012-.006.018-.012.03-.006.01-.018.02-.02.03-.664%202.168%204.32.844%205.263.54.75-.242%204.84-1.912%204.61-3.078-.362-1.837-4.385-1.247-5.66-.84zm-4.032%202.375C17.42%208.2%2017.02%207.21%2016.12%206.488c-.645-.518-2.716-1.49-3.358-.383-.317.55.01%201.31.195%201.862.233.696.612%201.322%201.137%201.835.764.747%202.385.972%203.01.01.142-.218.186-.44.19-.448%200-.008.004-.013.004-.02z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSinaWeiboSvg,#heateor_sss_vertical_rearrange .heateorSssSinaWeiboSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSiteJotSvg,#heateor_sss_vertical_rearrange .heateorSssSiteJotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSlashdotSvg,#heateor_sss_vertical_rearrange .heateorSssSlashdotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssStumpediaSvg,#heateor_sss_vertical_rearrange .heateorSssStumpediaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.1%206.875s-.13.717-.293.912c-.163.197-.62.166-1.045%200-.427-.162-.85-.195-1.274-.03-.425.162-.784.134-.717-.356.065-.49.328-.98.688-1.014.36-.03%201.11-.163%201.207-.36.1-.194-.07-.456-.23-.718-.16-.26-.455-.652-.585-.555-.13.1-.49-.13-.62.262-.132.393-.85%201.403-1.373%201.958-.524.557-1.21%201.602-.85%202.253.36.654.947.688%201.733.688h1.165s.273.23.238.523c-.032.293.263%202.71.263%203.527s-.033.85.195.85h.394s-.163.652-.654%202.284c-.49%201.634-.88%202.876-1.144%203.203-.26.326-.424.588-.424%201.01%200%20.428-.13%201.08-.326%201.44-.196.36-.262.883-.523%201.145-.26.262-.26.328-.358.72-.1.392-.526.882-.655%201.075-.127.197-1.817%201.486-1.915%201.848-.098.358%201.577.53%202.31.44.88-.11%201.135-.007%201.388-.436.273-.462.876-1.51%201.192-2.308.18-.457-.1-.816.294-1.34.39-.522%201.01-1.403%201.433-1.895.425-.49.425-1.078.784-1.8.36-.716.785-1.565%201.11-1.5.327.065.75.456%201.34%201.076.588.62.523.947.62%201.534.1.59.228%201.34.523%201.864.295.524.458%201.014.523%201.47.065.458-.1.88%200%201.405.098.52.556.943.816%201.37.26.42%201.272.39%202.12.42.85.035%201.635.167%201.404-.226-.232-.392-1.045-.916-1.275-1.045-.23-.13-.36-.13-.555-.818-.197-.685-.85-3.722-1.047-4.8-.195-1.078-.652-2.385-1.046-3.104-.39-.718-1.6-2.874-1.6-2.874l-.1-.293h.393s-.163-.687-.262-.85c-.098-.163-.49-1.44-.556-2.09-.065-.653-.197-1.077.13-1.044.327.03%201.568%200%202.32-.197.75-.195.686-.26.717-.88.033-.62%200-1.798-.03-2.58-.034-.784-.296-1.015-.49-1.11-.195-.1-.817.13-.914.326-.1.193-.49.488-.132.75.36.262.425.393.62.457.197.066.197.196.197.36%200%20.163.13.913-.196%201.044-.324.132-1.274.034-1.664-.064-.394-.097-1.176-.815-1.502-.782-.325.033-.62-.294-.653-.72-.03-.424.59-.16.687-.814.1-.652.59-2.103-.814-2.45-.784-.192-1.373.425-1.57%201.372-.148.698-.002%201.007.587%201.465z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.688%206.736c-.183.46-1.135%202.4-1.135%202.4s-1.28-.712-3.423-.712c-1.877%200-3%20.924-3.324%201.962-.176.562-.552%202.19%201.475%203.18%201.418.69%203.29%201.465%204.755%202.45%201.906%201.276%202.81%203.327%202.454%205.87-.41%202.92-2.444%205.56-5.473%205.822-2.403.208-6-.536-6.91-1.314.275-.816.56-1.975.78-2.634%201.005.493%202.72.936%204.185%201.11%202.758.326%204.152-.908%204.554-2.44.284-1.087.332-2.204-.12-3.013-1.093-1.96-3.375-2.244-5.392-3.24-3.016-1.492-3.69-3.54-3.308-5.774.437-2.546%201.918-3.803%204.18-4.356%202.128-.52%204.59-.305%206.704.69z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSvejoSvg,#heateor_sss_vertical_rearrange .heateorSssSvejoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSymbalooFeedsSvg,#heateor_sss_vertical_rearrange .heateorSssSymbalooFeedsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTuentiSvg,#heateor_sss_vertical_rearrange .heateorSssTuentiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTwiddlaSvg,#heateor_sss_vertical_rearrange .heateorSssTwiddlaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssViadeoSvg,#heateor_sss_vertical_rearrange .heateorSssViadeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTypePadPostSvg,#heateor_sss_vertical_rearrange .heateorSssTypePadPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWaneloSvg,#heateor_sss_vertical_rearrange .heateorSssWaneloSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2022h10v10H10zM0%2022h10v10H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2012h12v10H20z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2012h10v10H10z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2012h10v10H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%200h12v12H20z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%200h10v12H10z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h10v12H0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWebnewsSvg,#heateor_sss_vertical_rearrange .heateorSssWebnewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWordPressSvg,#heateor_sss_vertical_rearrange .heateorSssWordPressSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Cg%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWykopSvg,#heateor_sss_vertical_rearrange .heateorSssWykopSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M28.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYahooMailSvg,#heateor_sss_vertical_rearrange .heateorSssYahooMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYahooMessengerSvg,#heateor_sss_vertical_rearrange .heateorSssYahooMessengerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027c6.074%200%2011-4.926%2011-11%200-6.075-4.926-11-11-11S5%209.925%205%2016c0%206.074%204.926%2011%2011%2011zm2.808-17.016c.792%200%201.434.64%201.434%201.432%200%20.79-.642%201.432-1.434%201.432-.79%200-1.432-.64-1.432-1.432%200-.79.642-1.432%201.432-1.432zm-5.443%200c.79%200%201.433.64%201.433%201.432%200%20.79-.642%201.432-1.433%201.432s-1.433-.64-1.433-1.432c0-.79.642-1.432%201.433-1.432zm-5.1%204.583h15.47v2.866h-.032c-.32%203.975-3.644%207.103-7.702%207.103-4.06%200-7.38-3.128-7.7-7.103h-.033v-2.866zm14.42%202.56H9.13v-1.764h13.554v1.764z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYoolinkSvg,#heateor_sss_vertical_rearrange .heateorSssYoolinkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYouMobSvg,#heateor_sss_vertical_rearrange .heateorSssYouMobSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M4%209.498h1.82l2.7%2010.754%202.677-10.754h1.81v12.72h-1.213V14.71c0-.26.003-.69.01-1.29.012-.6.015-1.244.015-1.93L9.14%2022.216H7.88L5.173%2011.49v.39c0%20.31.008.786.02%201.423.013.64.02%201.108.02%201.407v7.507H4V9.497zm15.735%204.372c.604.795.907%201.966.907%203.51%200%201.495-.267%202.73-.8%203.704-.534.975-1.36%201.46-2.48%201.46-.934%200-1.677-.43-2.228-1.292-.55-.86-.825-2.02-.825-3.473%200-1.56.29-2.8.87-3.723.576-.922%201.356-1.383%202.333-1.383.877%200%201.616.4%202.22%201.194zm-.714%206.16c.28-.78.423-1.65.423-2.607%200-.863-.102-1.568-.304-2.11-.323-.853-.875-1.278-1.656-1.278-.695%200-1.2.36-1.518%201.088-.314.727-.474%201.604-.474%202.63%200%20.985.16%201.808.475%202.466.316.654.817.982%201.503.982.755%200%201.27-.39%201.553-1.172zm2.937-10.575h1.118v4.615c.253-.445.554-.785.905-1.02.35-.232.73-.35%201.142-.35.854%200%201.547.397%202.08%201.19.53.796.798%201.966.798%203.512%200%201.467-.26%202.684-.788%203.654-.524.97-1.253%201.454-2.186%201.454-.52%200-.964-.17-1.323-.51-.213-.202-.44-.526-.687-.972v1.188h-1.06V9.456zm4.398%2010.675c.31-.67.463-1.552.463-2.65%200-.974-.154-1.782-.463-2.423-.312-.64-.768-.96-1.368-.96-.527%200-.988.262-1.382.786-.397.525-.595%201.392-.595%202.598%200%20.873.083%201.58.245%202.123.304%201.02.868%201.532%201.7%201.532.622%200%201.088-.334%201.4-1.004z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
admin/css/sassy-social-share-hover-svg-horizontal.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@charset "utf-8";.heateor_sss_horizontal_sharing .heateorSssYummlySvg:hover,#heateor_sss_rearrange .heateorSssYummlySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBufferSvg:hover,#heateor_sss_rearrange .heateorSssBufferSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFacebookSvg:hover,#heateor_sss_rearrange .heateorSssFacebookSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M14%2025%20v%20-13%20Q%2013%206%2021%207.5%20M%2010%2014%20L%2020%2014%22%20stroke-width%3D%224%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDeliciousSvg:hover,#heateor_sss_rearrange .heateorSssDeliciousSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiggSvg:hover,#heateor_sss_rearrange .heateorSssDiggSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssEmailSvg:hover,#heateor_sss_rearrange .heateorSssEmailSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFloatitSvg:hover,#heateor_sss_rearrange .heateorSssFloatitSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2210%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%205%2015%20h%205%20M%2015%205%20v%205%20M%2025%2015%20h%20-5%20M%2015%2025%20v%20-5%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssGoogleplusSvg:hover,#heateor_sss_rearrange .heateorSssGoogleplusSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2065%2049%20h%2018%20m%20-9%20-9%20v%2018%22%20stroke%3D%22%23fff%22%20stroke-width%3D%225%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssLinkedinSvg:hover,#heateor_sss_rearrange .heateorSssLinkedinSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%0A%3Cpath%20d%3D%22M%2010%2011%20v%2011%20m%205%200%20v%20-11%20m%200%203%20q%206%20-3%207%200%20v%208%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMoreSvg:hover,#heateor_sss_rearrange .heateorSssMoreSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPinterestSvg:hover,#heateor_sss_rearrange .heateorSssPinterestSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6.5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M%206%2020%20c%20-3%20-4%20-2%20-10%203%20-13.5%20c%204%20-3%2011%20-3%2015%203%20c%203%205%202%2013%20-6%2015%20q%20-4%201%20-6%20-3%20l%20-2%206%20l%20-1.2%202%20l%20-0.8%20-2%20l%202.5%20-11%20c%20-2%20-4%201%20-8%204%20-6%20q%200%205%20-1.4%208.5%20c%203%208%2010%200%209.5%20-4%20c%200%20-9%20-11%20-11%20-14.5%20-4%20c%200%200%20-3%205%200%208%20l%20-1%202%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPrintSvg:hover,#heateor_sss_rearrange .heateorSssPrintSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssRedditSvg:hover,#heateor_sss_rearrange .heateorSssRedditSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%3Cellipse%20cx%3D%2215%22%20cy%3D%2219%22%20rx%3D%229%22%20ry%3D%227%22%20style%3D%22stroke%3A%23fff%3Bstroke-width%3A2%22%20fill%3D%22none%22%3E%3C%2Fellipse%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%227%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2022%20q%205%203%2010%200%20M%2015%2012%20l%201%20-6%20l%206%201%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssStumbleuponSvg:hover,#heateor_sss_rearrange .heateorSssStumbleuponSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20d%3D%22M%206.6%2015%20v%201%20c%20-1%207%206.5%207%205.5%200%20v%20-4%20c%20-1%20-7%206%20-7%206%20-2%20v%202.5%20m%200%202.5%20v%201%20c%20-1%207%206.5%207%205.5%200%20v%20-1%22%20stroke-width%3D%223.5%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTumblrSvg:hover,#heateor_sss_rearrange .heateorSssTumblrSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Cpath%20d%3D%22M%2014%207%20v%2014%20q%203%202%206%200%20M%2014%207.5%20q%200%205.5%20-4%205.5%20h%209%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTwitterSvg:hover,#heateor_sss_rearrange .heateorSssTwitterSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%0A%3Cpath%20d%3D%22M%2038%2019%20q%202%20-1%204%20-5%20q%20-1.5%202%20-4%202%20q%201.5%20-1%203.5%20-5%20q%20-1.5%202%20-5%202%20c%20-5%20-5%20-13%20-2%20-12%206%20q%20-7%201%20-15%20-8%20q%20-2%204%201%209%20q%20-1%200%20-3%20-1%20q%200%205%205%207%20q%20-1%20.5%20-3%200%20q%201%204%208%206%20q%20-5%203%20-11%203%20c%2014%208%2030%200%2031.5%20-14%22%20stroke-width%3D%220.3%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssVkontakteSvg:hover,#heateor_sss_rearrange .heateorSssVkontakteSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%0A%3Cpath%20d%3D%22M%202.5%209%20h%204.5%20l%205%207%20v%20-7%20h%204.5%20v%207%20l%205%20-7%20h%205%20l%20-5%207%20l%205%207%20h%20-5%20l%20-5%20-7%20v%207%20h%20-4.5%20q%20-2%200%20-5%20-6%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYahooSvg:hover,#heateor_sss_rearrange .heateorSssYahooSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Cpath%20d%3D%22M%208%2010%20l%207%207%20l%205%20-5%20m%20-4.7%205%20v%203%20h%20-0.5%20v%20-3%20m%208%20-4%20v%205%20m%200%201%20v%201%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%206%2010%20h%206%20m%205%202%20h%206%20m%20-11%209.5%20h%206%22%20stroke-width%3D%221.4%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssXingSvg:hover,#heateor_sss_rearrange .heateorSssXingSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWhatsappSvg:hover,#heateor_sss_rearrange .heateorSssWhatsappSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssAIMSvg:hover,#heateor_sss_rearrange .heateorSssAIMSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssAmazonWishListSvg:hover,#heateor_sss_rearrange .heateorSssAmazonWishListSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssAOLMailSvg:hover,#heateor_sss_rearrange .heateorSssAOLMailSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssAppnetSvg:hover,#heateor_sss_rearrange .heateorSssAppnetSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBaiduSvg:hover,#heateor_sss_rearrange .heateorSssBaiduSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.68%2016.617c2.485-.534%202.145-3.51%202.073-4.16-.123-1.002-1.3-2.752-2.9-2.612-2.013.18-2.307%203.087-2.307%203.087-.273%201.346.65%204.22%203.133%203.685m4.614-4.986c1.373%200%202.482-1.58%202.482-3.533s-1.11-3.533-2.482-3.533-2.485%201.58-2.485%203.533%201.112%203.536%202.485%203.536m5.918.233c1.837.24%203.015-1.72%203.25-3.205.24-1.482-.946-3.207-2.244-3.503-1.305-.3-2.93%201.787-3.08%203.148-.177%201.666.237%203.326%202.073%203.56m7.276%202.496c0-.71-.59-2.85-2.78-2.85-2.193%200-2.483%202.02-2.483%203.447%200%201.362.113%203.263%202.84%203.204%202.72-.06%202.422-3.084%202.422-3.8m-2.78%206.237s-2.84-2.197-4.497-4.572c-2.25-3.503-5.445-2.076-6.513-.298-1.062%201.783-2.717%202.91-2.954%203.21-.24.292-3.43%202.017-2.723%205.165.71%203.146%203.2%203.087%203.2%203.087s1.833.18%203.96-.298c2.132-.475%203.966.116%203.966.116s4.97%201.667%206.33-1.54c1.36-3.207-.768-4.872-.768-4.872%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBalatarinSvg:hover,#heateor_sss_rearrange .heateorSssBalatarinSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2022h8v2h-8z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBibSonomySvg:hover,#heateor_sss_rearrange .heateorSssBibSonomySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBittyBrowserSvg:hover,#heateor_sss_rearrange .heateorSssBittyBrowserSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBlinklistSvg:hover,#heateor_sss_rearrange .heateorSssBlinklistSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBloggerPostSvg:hover,#heateor_sss_rearrange .heateorSssBloggerPostSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBlogMarksSvg:hover,#heateor_sss_rearrange .heateorSssBlogMarksSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBoxnetSvg:hover,#heateor_sss_rearrange .heateorSssBoxnetSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBookmarksfrSvg:hover,#heateor_sss_rearrange .heateorSssBookmarksfrSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssBuddyMarksSvg:hover,#heateor_sss_rearrange .heateorSssBuddyMarksSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssCare2NewsSvg:hover,#heateor_sss_rearrange .heateorSssCare2NewsSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssCiteULikeSvg:hover,#heateor_sss_rearrange .heateorSssCiteULikeSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8%2024h16v2H8zm0-6h16v2H8zm0-6h16v2H8zm0-6h16v2H8z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiaryRuSvg:hover,#heateor_sss_rearrange .heateorSssDiaryRuSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiasporaSvg:hover,#heateor_sss_rearrange .heateorSssDiasporaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiHITTSvg:hover,#heateor_sss_rearrange .heateorSssDiHITTSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.668%2026.125H19.01l.014-2.145h-.09c-.88%201.558-2.582%202.47-4.345%202.47-3.794%200-6.26-3.643-6.26-8.522%200-5.608%203.055-8.665%206.49-8.665%201.764%200%203.027.705%203.584%201.705h.09V5.552h5.17m-5.17%2010.79c0-2.29-1.353-2.966-2.232-2.966-1.88%200-2.73%202.055-2.73%204.552%200%202.852%201.113%204.35%202.7%204.35.97%200%202.262-.618%202.262-2.88v-3.055z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDiigoSvg:hover,#heateor_sss_rearrange .heateorSssDiigoSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssDZoneSvg:hover,#heateor_sss_rearrange .heateorSssDZoneSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.957%2021.422l8.6-10.75h-7.972V9.008H28v1.628l-8.65%2010.69H28v1.667H16.957v-1.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%209.007h5.59c1.898%200%203.37.683%204.416%202.047.933%201.23%201.4%202.81%201.4%204.73%200%201.486-.277%202.83-.828%204.028-.97%202.12-2.64%203.18-5.007%203.18H4V9.007zm5.22%2012.367c.626%200%201.14-.066%201.544-.2.72-.247%201.31-.724%201.768-1.428.367-.565.63-1.29.792-2.17.094-.527.14-1.016.14-1.466%200-1.732-.336-3.078-1.01-4.037-.674-.958-1.758-1.438-3.254-1.438H5.913v10.74H9.22z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssEvernoteSvg:hover,#heateor_sss_rearrange .heateorSssEvernoteSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFarkSvg:hover,#heateor_sss_rearrange .heateorSssFarkSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFlipboardSvg:hover,#heateor_sss_rearrange .heateorSssFlipboardSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2019H7V7h12v12z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%2013H7V7h18v6z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2025H7V7h6v18z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssFolkdSvg:hover,#heateor_sss_rearrange .heateorSssFolkdSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssGoogleBookmarksSvg:hover,#heateor_sss_rearrange .heateorSssGoogleBookmarksSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssGoogleGmailSvg:hover,#heateor_sss_rearrange .heateorSssGoogleGmailSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssHackerNewsSvg:hover,#heateor_sss_rearrange .heateorSssHackerNewsSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssHatenaSvg:hover,#heateor_sss_rearrange .heateorSssHatenaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssInstapaperSvg:hover,#heateor_sss_rearrange .heateorSssInstapaperSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssJamespotSvg:hover,#heateor_sss_rearrange .heateorSssJamespotSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssKakaoSvg:hover,#heateor_sss_rearrange .heateorSssKakaoSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssKindleItSvg:hover,#heateor_sss_rearrange .heateorSssKindleItSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssKnownSvg:hover,#heateor_sss_rearrange .heateorSssKnownSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssLineSvg:hover,#heateor_sss_rearrange .heateorSssLineSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssLiveJournalSvg:hover,#heateor_sss_rearrange .heateorSssLiveJournalSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMailRuSvg:hover,#heateor_sss_rearrange .heateorSssMailRuSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMendeleySvg:hover,#heateor_sss_rearrange .heateorSssMendeleySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMeneameSvg:hover,#heateor_sss_rearrange .heateorSssMeneameSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMixiSvg:hover,#heateor_sss_rearrange .heateorSssMixiSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssMySpaceSvg:hover,#heateor_sss_rearrange .heateorSssMySpaceSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssNetlogSvg:hover,#heateor_sss_rearrange .heateorSssNetlogSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M9.05%2026.276c1.658-2.12%204.19-3.48%207.03-3.48%202.807%200%205.314%201.324%206.975%203.404%202.678-2.098%204.404-5.353%204.404-9.018%200-6.328-5.13-11.46-11.46-11.46S4.54%2010.855%204.54%2017.182c0%203.713%201.772%207.004%204.51%209.095z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.051%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssNetvouzSvg:hover,#heateor_sss_rearrange .heateorSssNetvouzSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssNewsVineSvg:hover,#heateor_sss_rearrange .heateorSssNewsVineSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.828%2019.498l2.875-2.084c.264.166.572.264.906.264.936%200%201.695-.76%201.695-1.7s-.76-1.7-1.697-1.7c-.94%200-1.702.76-1.702%201.7%200%20.07.006.14.014.21l-2.094%201.516v-4.73l2.896-2.1c.26.158.56.25.885.25.937%200%201.696-.76%201.696-1.7%200-.937-.76-1.7-1.697-1.7-.94%200-1.702.763-1.702%201.7%200%20.08.006.16.018.235l-2.098%201.52V4h-1.656v3.79l-2.11-1.528c.02-.102.032-.205.032-.313%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.936.76%201.7%201.7%201.7.296%200%20.573-.078.815-.21l2.962%202.143v4.73L13.06%2012.79c.017-.094.028-.19.028-.286%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.938.76%201.7%201.7%201.7.304%200%20.59-.083.84-.224l2.938%202.13v5.044L13.07%2019.63c.014-.092.023-.185.023-.28%200-.938-.76-1.7-1.7-1.7-.938%200-1.697.762-1.697%201.7%200%20.94.76%201.7%201.697%201.7.31%200%20.598-.084.846-.226l2.935%202.124V28h1.655v-1.665l2.87-2.077c.263.166.573.266.91.266.937%200%201.698-.76%201.698-1.7%200-.938-.762-1.698-1.7-1.698s-1.698.76-1.698%201.7c0%20.067.004.134.012.2l-2.092%201.517v-5.045z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssNUjijSvg:hover,#heateor_sss_rearrange .heateorSssNUjijSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8.223%204h4v4h-4zm0%206.223h4V28h-4zM19.777%204h4v4h-4zm0%206.223h4V28h-4zM14%204h4v4h-4zm0%206.223h4v11.11h-4z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssOdnoklassnikiSvg:hover,#heateor_sss_rearrange .heateorSssOdnoklassnikiSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssOknotizieSvg:hover,#heateor_sss_rearrange .heateorSssOknotizieSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M14.613%2027.342H13.37l-4.796-7.3v7.3h-1.15v-9.25H8.66l4.8%207.3v-7.3h1.154v9.25zm6.015-9.408c1.282%200%202.332.438%203.147%201.312.817.875%201.225%202.03%201.225%203.47%200%201.44-.408%202.597-1.225%203.472-.815.874-1.865%201.312-3.147%201.312-1.286%200-2.34-.44-3.16-1.316-.82-.877-1.23-2.033-1.23-3.467%200-1.44.41-2.596%201.23-3.47.82-.876%201.874-1.313%203.16-1.313zm-.013%208.52c.916%200%201.667-.33%202.252-.985.585-.66.877-1.576.877-2.754s-.29-2.096-.874-2.752c-.583-.656-1.326-.984-2.23-.984-.92%200-1.674.33-2.263.985-.59.656-.884%201.574-.884%202.752%200%201.174.293%202.09.88%202.748.587.658%201.335.988%202.242.988z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.39%204.5c1.283%200%202.333.438%203.15%201.312.815.875%201.224%202.032%201.224%203.47%200%201.44-.408%202.597-1.225%203.472-.817.875-1.867%201.312-3.15%201.312-1.286%200-2.34-.438-3.16-1.314C7.41%2011.874%207%2010.72%207%209.282c0-1.438.41-2.595%201.23-3.47S10.105%204.5%2011.39%204.5zm-.012%208.52c.916%200%201.667-.33%202.252-.985.585-.656.877-1.574.877-2.752s-.29-2.095-.874-2.752c-.583-.654-1.326-.982-2.23-.982-.92%200-1.674.328-2.264.984-.59.658-.885%201.576-.885%202.753%200%201.174.293%202.09.88%202.75.587.656%201.335.986%202.242.986zm11.317.89H21.29l-2.154-3.402-.737.738v2.663h-1.183V4.656h1.18V9.9l2.556-2.69h1.486l-2.51%202.495%202.764%204.203z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssOutlookcomSvg:hover,#heateor_sss_rearrange .heateorSssOutlookcomSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPinboardSvg:hover,#heateor_sss_rearrange .heateorSssPinboardSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPlurkSvg:hover,#heateor_sss_rearrange .heateorSssPlurkSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPocketSvg:hover,#heateor_sss_rearrange .heateorSssPocketSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPrintFriendlySvg:hover,#heateor_sss_rearrange .heateorSssPrintFriendlySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssProtopageBookmarksSvg:hover,#heateor_sss_rearrange .heateorSssProtopageBookmarksSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssPushaSvg:hover,#heateor_sss_rearrange .heateorSssPushaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssQzoneSvg:hover,#heateor_sss_rearrange .heateorSssQzoneSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssRediffMyPageSvg:hover,#heateor_sss_rearrange .heateorSssRediffMyPageSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssRenrenSvg:hover,#heateor_sss_rearrange .heateorSssRenrenSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSegnaloSvg:hover,#heateor_sss_rearrange .heateorSssSegnaloSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.65%2011.186c-3.252-1.153-6.64-.972-9.263%201.434-2.76%202.53-3.165%207.208-1.02%2010.172%201.948%202.695%206.138%203.82%209.284%203.58.79-.062%205.125-1.776%204.16-2.845-.174-.192-.41-.29-.454-.31-.042-.017-.104-.032-.136-.038-.03-.007-.264-.05-.522-.076-1.88-.21-3.745.424-5.64-.325-.825-.328-1.674-.668-2.207-1.41-.375-.524-1.086-2.715.16-2.31l7.453%202.404c1.705.55%202.792.625%203.288-1.405.978-3.978-1.35-7.545-5.1-8.875zm-.09%206.423c-.93.046-3.202-.94-3.617-1.076-1.11-.358-2.117-.922-.537-2.053%201.9-1.36%204.214.538%204.51%202.45.038.26-.1.665-.357.678z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.33%206.97c-1.732.556-3.154%201.852-4.18%203.317-.01.012-.006.018-.012.03-.006.01-.018.02-.02.03-.664%202.168%204.32.844%205.263.54.75-.242%204.84-1.912%204.61-3.078-.362-1.837-4.385-1.247-5.66-.84zm-4.032%202.375C17.42%208.2%2017.02%207.21%2016.12%206.488c-.645-.518-2.716-1.49-3.358-.383-.317.55.01%201.31.195%201.862.233.696.612%201.322%201.137%201.835.764.747%202.385.972%203.01.01.142-.218.186-.44.19-.448%200-.008.004-.013.004-.02z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSinaWeiboSvg:hover,#heateor_sss_rearrange .heateorSssSinaWeiboSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSiteJotSvg:hover,#heateor_sss_rearrange .heateorSssSiteJotSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSlashdotSvg:hover,#heateor_sss_rearrange .heateorSssSlashdotSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssStumpediaSvg:hover,#heateor_sss_rearrange .heateorSssStumpediaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.1%206.875s-.13.717-.293.912c-.163.197-.62.166-1.045%200-.427-.162-.85-.195-1.274-.03-.425.162-.784.134-.717-.356.065-.49.328-.98.688-1.014.36-.03%201.11-.163%201.207-.36.1-.194-.07-.456-.23-.718-.16-.26-.455-.652-.585-.555-.13.1-.49-.13-.62.262-.132.393-.85%201.403-1.373%201.958-.524.557-1.21%201.602-.85%202.253.36.654.947.688%201.733.688h1.165s.273.23.238.523c-.032.293.263%202.71.263%203.527s-.033.85.195.85h.394s-.163.652-.654%202.284c-.49%201.634-.88%202.876-1.144%203.203-.26.326-.424.588-.424%201.01%200%20.428-.13%201.08-.326%201.44-.196.36-.262.883-.523%201.145-.26.262-.26.328-.358.72-.1.392-.526.882-.655%201.075-.127.197-1.817%201.486-1.915%201.848-.098.358%201.577.53%202.31.44.88-.11%201.135-.007%201.388-.436.273-.462.876-1.51%201.192-2.308.18-.457-.1-.816.294-1.34.39-.522%201.01-1.403%201.433-1.895.425-.49.425-1.078.784-1.8.36-.716.785-1.565%201.11-1.5.327.065.75.456%201.34%201.076.588.62.523.947.62%201.534.1.59.228%201.34.523%201.864.295.524.458%201.014.523%201.47.065.458-.1.88%200%201.405.098.52.556.943.816%201.37.26.42%201.272.39%202.12.42.85.035%201.635.167%201.404-.226-.232-.392-1.045-.916-1.275-1.045-.23-.13-.36-.13-.555-.818-.197-.685-.85-3.722-1.047-4.8-.195-1.078-.652-2.385-1.046-3.104-.39-.718-1.6-2.874-1.6-2.874l-.1-.293h.393s-.163-.687-.262-.85c-.098-.163-.49-1.44-.556-2.09-.065-.653-.197-1.077.13-1.044.327.03%201.568%200%202.32-.197.75-.195.686-.26.717-.88.033-.62%200-1.798-.03-2.58-.034-.784-.296-1.015-.49-1.11-.195-.1-.817.13-.914.326-.1.193-.49.488-.132.75.36.262.425.393.62.457.197.066.197.196.197.36%200%20.163.13.913-.196%201.044-.324.132-1.274.034-1.664-.064-.394-.097-1.176-.815-1.502-.782-.325.033-.62-.294-.653-.72-.03-.424.59-.16.687-.814.1-.652.59-2.103-.814-2.45-.784-.192-1.373.425-1.57%201.372-.148.698-.002%201.007.587%201.465z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.688%206.736c-.183.46-1.135%202.4-1.135%202.4s-1.28-.712-3.423-.712c-1.877%200-3%20.924-3.324%201.962-.176.562-.552%202.19%201.475%203.18%201.418.69%203.29%201.465%204.755%202.45%201.906%201.276%202.81%203.327%202.454%205.87-.41%202.92-2.444%205.56-5.473%205.822-2.403.208-6-.536-6.91-1.314.275-.816.56-1.975.78-2.634%201.005.493%202.72.936%204.185%201.11%202.758.326%204.152-.908%204.554-2.44.284-1.087.332-2.204-.12-3.013-1.093-1.96-3.375-2.244-5.392-3.24-3.016-1.492-3.69-3.54-3.308-5.774.437-2.546%201.918-3.803%204.18-4.356%202.128-.52%204.59-.305%206.704.69z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSvejoSvg:hover,#heateor_sss_rearrange .heateorSssSvejoSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssSymbalooFeedsSvg:hover,#heateor_sss_rearrange .heateorSssSymbalooFeedsSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTuentiSvg:hover,#heateor_sss_rearrange .heateorSssTuentiSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTwiddlaSvg:hover,#heateor_sss_rearrange .heateorSssTwiddlaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssViadeoSvg:hover,#heateor_sss_rearrange .heateorSssViadeoSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssTypePadPostSvg:hover,#heateor_sss_rearrange .heateorSssTypePadPostSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWaneloSvg:hover,#heateor_sss_rearrange .heateorSssWaneloSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2022h10v10H10zM0%2022h10v10H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2012h12v10H20z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2012h10v10H10z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2012h10v10H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%200h12v12H20z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%200h10v12H10z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h10v12H0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWebnewsSvg:hover,#heateor_sss_rearrange .heateorSssWebnewsSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWordPressSvg:hover,#heateor_sss_rearrange .heateorSssWordPressSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Cg%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssWykopSvg:hover,#heateor_sss_rearrange .heateorSssWykopSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M28.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYahooMailSvg:hover,#heateor_sss_rearrange .heateorSssYahooMailSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYahooMessengerSvg:hover,#heateor_sss_rearrange .heateorSssYahooMessengerSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027c6.074%200%2011-4.926%2011-11%200-6.075-4.926-11-11-11S5%209.925%205%2016c0%206.074%204.926%2011%2011%2011zm2.808-17.016c.792%200%201.434.64%201.434%201.432%200%20.79-.642%201.432-1.434%201.432-.79%200-1.432-.64-1.432-1.432%200-.79.642-1.432%201.432-1.432zm-5.443%200c.79%200%201.433.64%201.433%201.432%200%20.79-.642%201.432-1.433%201.432s-1.433-.64-1.433-1.432c0-.79.642-1.432%201.433-1.432zm-5.1%204.583h15.47v2.866h-.032c-.32%203.975-3.644%207.103-7.702%207.103-4.06%200-7.38-3.128-7.7-7.103h-.033v-2.866zm14.42%202.56H9.13v-1.764h13.554v1.764z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYoolinkSvg:hover,#heateor_sss_rearrange .heateorSssYoolinkSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_horizontal_sharing .heateorSssYouMobSvg:hover,#heateor_sss_rearrange .heateorSssYouMobSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M4%209.498h1.82l2.7%2010.754%202.677-10.754h1.81v12.72h-1.213V14.71c0-.26.003-.69.01-1.29.012-.6.015-1.244.015-1.93L9.14%2022.216H7.88L5.173%2011.49v.39c0%20.31.008.786.02%201.423.013.64.02%201.108.02%201.407v7.507H4V9.497zm15.735%204.372c.604.795.907%201.966.907%203.51%200%201.495-.267%202.73-.8%203.704-.534.975-1.36%201.46-2.48%201.46-.934%200-1.677-.43-2.228-1.292-.55-.86-.825-2.02-.825-3.473%200-1.56.29-2.8.87-3.723.576-.922%201.356-1.383%202.333-1.383.877%200%201.616.4%202.22%201.194zm-.714%206.16c.28-.78.423-1.65.423-2.607%200-.863-.102-1.568-.304-2.11-.323-.853-.875-1.278-1.656-1.278-.695%200-1.2.36-1.518%201.088-.314.727-.474%201.604-.474%202.63%200%20.985.16%201.808.475%202.466.316.654.817.982%201.503.982.755%200%201.27-.39%201.553-1.172zm2.937-10.575h1.118v4.615c.253-.445.554-.785.905-1.02.35-.232.73-.35%201.142-.35.854%200%201.547.397%202.08%201.19.53.796.798%201.966.798%203.512%200%201.467-.26%202.684-.788%203.654-.524.97-1.253%201.454-2.186%201.454-.52%200-.964-.17-1.323-.51-.213-.202-.44-.526-.687-.972v1.188h-1.06V9.456zm4.398%2010.675c.31-.67.463-1.552.463-2.65%200-.974-.154-1.782-.463-2.423-.312-.64-.768-.96-1.368-.96-.527%200-.988.262-1.382.786-.397.525-.595%201.392-.595%202.598%200%20.873.083%201.58.245%202.123.304%201.02.868%201.532%201.7%201.532.622%200%201.088-.334%201.4-1.004z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
admin/css/sassy-social-share-hover-svg-vertical.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
@charset "utf-8";.heateor_sss_vertical_sharing .heateorSssYummlySvg:hover,#heateor_sss_vertical_rearrange .heateorSssYummlySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBufferSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBufferSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFacebookSvg:hover,#heateor_sss_vertical_rearrange .heateorSssFacebookSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M14%2025%20v%20-13%20Q%2013%206%2021%207.5%20M%2010%2014%20L%2020%2014%22%20stroke-width%3D%224%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDeliciousSvg:hover,#heateor_sss_vertical_rearrange .heateorSssDeliciousSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%0A%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiggSvg:hover,#heateor_sss_vertical_rearrange .heateorSssDiggSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssEmailSvg:hover,#heateor_sss_vertical_rearrange .heateorSssEmailSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFloatitSvg:hover,#heateor_sss_vertical_rearrange .heateorSssFloatitSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2210%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%205%2015%20h%205%20M%2015%205%20v%205%20M%2025%2015%20h%20-5%20M%2015%2025%20v%20-5%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssGoogleplusSvg:hover,#heateor_sss_vertical_rearrange .heateorSssGoogleplusSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2065%2049%20h%2018%20m%20-9%20-9%20v%2018%22%20stroke%3D%22%23fff%22%20stroke-width%3D%225%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssLinkedinSvg:hover,#heateor_sss_vertical_rearrange .heateorSssLinkedinSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%228%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%0A%3Cpath%20d%3D%22M%2010%2011%20v%2011%20m%205%200%20v%20-11%20m%200%203%20q%206%20-3%207%200%20v%208%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMoreSvg:hover,#heateor_sss_vertical_rearrange .heateorSssMoreSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPinterestSvg:hover,#heateor_sss_vertical_rearrange .heateorSssPinterestSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6.5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M%206%2020%20c%20-3%20-4%20-2%20-10%203%20-13.5%20c%204%20-3%2011%20-3%2015%203%20c%203%205%202%2013%20-6%2015%20q%20-4%201%20-6%20-3%20l%20-2%206%20l%20-1.2%202%20l%20-0.8%20-2%20l%202.5%20-11%20c%20-2%20-4%201%20-8%204%20-6%20q%200%205%20-1.4%208.5%20c%203%208%2010%200%209.5%20-4%20c%200%20-9%20-11%20-11%20-14.5%20-4%20c%200%200%20-3%205%200%208%20l%20-1%202%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPrintSvg:hover,#heateor_sss_vertical_rearrange .heateorSssPrintSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssRedditSvg:hover,#heateor_sss_vertical_rearrange .heateorSssRedditSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%3Cellipse%20cx%3D%2215%22%20cy%3D%2219%22%20rx%3D%229%22%20ry%3D%227%22%20style%3D%22stroke%3A%23fff%3Bstroke-width%3A2%22%20fill%3D%22none%22%3E%3C%2Fellipse%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%227%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2022%20q%205%203%2010%200%20M%2015%2012%20l%201%20-6%20l%206%201%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssStumbleuponSvg:hover,#heateor_sss_vertical_rearrange .heateorSssStumbleuponSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20d%3D%22M%206.6%2015%20v%201%20c%20-1%207%206.5%207%205.5%200%20v%20-4%20c%20-1%20-7%206%20-7%206%20-2%20v%202.5%20m%200%202.5%20v%201%20c%20-1%207%206.5%207%205.5%200%20v%20-1%22%20stroke-width%3D%223.5%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTumblrSvg:hover,#heateor_sss_vertical_rearrange .heateorSssTumblrSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Cpath%20d%3D%22M%2014%207%20v%2014%20q%203%202%206%200%20M%2014%207.5%20q%200%205.5%20-4%205.5%20h%209%22%20stroke-width%3D%223%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTwitterSvg:hover,#heateor_sss_vertical_rearrange .heateorSssTwitterSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%0A%3Cpath%20d%3D%22M%2038%2019%20q%202%20-1%204%20-5%20q%20-1.5%202%20-4%202%20q%201.5%20-1%203.5%20-5%20q%20-1.5%202%20-5%202%20c%20-5%20-5%20-13%20-2%20-12%206%20q%20-7%201%20-15%20-8%20q%20-2%204%201%209%20q%20-1%200%20-3%20-1%20q%200%205%205%207%20q%20-1%20.5%20-3%200%20q%201%204%208%206%20q%20-5%203%20-11%203%20c%2014%208%2030%200%2031.5%20-14%22%20stroke-width%3D%220.3%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssVkontakteSvg:hover,#heateor_sss_vertical_rearrange .heateorSssVkontakteSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%0A%3Cpath%20d%3D%22M%202.5%209%20h%204.5%20l%205%207%20v%20-7%20h%204.5%20v%207%20l%205%20-7%20h%205%20l%20-5%207%20l%205%207%20h%20-5%20l%20-5%20-7%20v%207%20h%20-4.5%20q%20-2%200%20-5%20-6%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYahooSvg:hover,#heateor_sss_vertical_rearrange .heateorSssYahooSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Cpath%20d%3D%22M%208%2010%20l%207%207%20l%205%20-5%20m%20-4.7%205%20v%203%20h%20-0.5%20v%20-3%20m%208%20-4%20v%205%20m%200%201%20v%201%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%206%2010%20h%206%20m%205%202%20h%206%20m%20-11%209.5%20h%206%22%20stroke-width%3D%221.4%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssXingSvg:hover,#heateor_sss_vertical_rearrange .heateorSssXingSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWhatsappSvg:hover,#heateor_sss_vertical_rearrange .heateorSssWhatsappSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssAIMSvg:hover,#heateor_sss_vertical_rearrange .heateorSssAIMSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssAmazonWishListSvg:hover,#heateor_sss_vertical_rearrange .heateorSssAmazonWishListSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssAOLMailSvg:hover,#heateor_sss_vertical_rearrange .heateorSssAOLMailSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssAppnetSvg:hover,#heateor_sss_vertical_rearrange .heateorSssAppnetSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBaiduSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBaiduSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.68%2016.617c2.485-.534%202.145-3.51%202.073-4.16-.123-1.002-1.3-2.752-2.9-2.612-2.013.18-2.307%203.087-2.307%203.087-.273%201.346.65%204.22%203.133%203.685m4.614-4.986c1.373%200%202.482-1.58%202.482-3.533s-1.11-3.533-2.482-3.533-2.485%201.58-2.485%203.533%201.112%203.536%202.485%203.536m5.918.233c1.837.24%203.015-1.72%203.25-3.205.24-1.482-.946-3.207-2.244-3.503-1.305-.3-2.93%201.787-3.08%203.148-.177%201.666.237%203.326%202.073%203.56m7.276%202.496c0-.71-.59-2.85-2.78-2.85-2.193%200-2.483%202.02-2.483%203.447%200%201.362.113%203.263%202.84%203.204%202.72-.06%202.422-3.084%202.422-3.8m-2.78%206.237s-2.84-2.197-4.497-4.572c-2.25-3.503-5.445-2.076-6.513-.298-1.062%201.783-2.717%202.91-2.954%203.21-.24.292-3.43%202.017-2.723%205.165.71%203.146%203.2%203.087%203.2%203.087s1.833.18%203.96-.298c2.132-.475%203.966.116%203.966.116s4.97%201.667%206.33-1.54c1.36-3.207-.768-4.872-.768-4.872%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBalatarinSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBalatarinSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2022h8v2h-8z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBibSonomySvg:hover,#heateor_sss_vertical_rearrange .heateorSssBibSonomySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBittyBrowserSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBittyBrowserSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBlinklistSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBlinklistSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBloggerPostSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBloggerPostSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBlogMarksSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBlogMarksSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBoxnetSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBoxnetSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBookmarksfrSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBookmarksfrSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssBuddyMarksSvg:hover,#heateor_sss_vertical_rearrange .heateorSssBuddyMarksSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssCare2NewsSvg:hover,#heateor_sss_vertical_rearrange .heateorSssCare2NewsSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssCiteULikeSvg:hover,#heateor_sss_vertical_rearrange .heateorSssCiteULikeSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8%2024h16v2H8zm0-6h16v2H8zm0-6h16v2H8zm0-6h16v2H8z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiaryRuSvg:hover,#heateor_sss_vertical_rearrange .heateorSssDiaryRuSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiasporaSvg:hover,#heateor_sss_vertical_rearrange .heateorSssDiasporaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiHITTSvg:hover,#heateor_sss_vertical_rearrange .heateorSssDiHITTSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.668%2026.125H19.01l.014-2.145h-.09c-.88%201.558-2.582%202.47-4.345%202.47-3.794%200-6.26-3.643-6.26-8.522%200-5.608%203.055-8.665%206.49-8.665%201.764%200%203.027.705%203.584%201.705h.09V5.552h5.17m-5.17%2010.79c0-2.29-1.353-2.966-2.232-2.966-1.88%200-2.73%202.055-2.73%204.552%200%202.852%201.113%204.35%202.7%204.35.97%200%202.262-.618%202.262-2.88v-3.055z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDiigoSvg:hover,#heateor_sss_vertical_rearrange .heateorSssDiigoSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssDZoneSvg:hover,#heateor_sss_vertical_rearrange .heateorSssDZoneSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.957%2021.422l8.6-10.75h-7.972V9.008H28v1.628l-8.65%2010.69H28v1.667H16.957v-1.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%209.007h5.59c1.898%200%203.37.683%204.416%202.047.933%201.23%201.4%202.81%201.4%204.73%200%201.486-.277%202.83-.828%204.028-.97%202.12-2.64%203.18-5.007%203.18H4V9.007zm5.22%2012.367c.626%200%201.14-.066%201.544-.2.72-.247%201.31-.724%201.768-1.428.367-.565.63-1.29.792-2.17.094-.527.14-1.016.14-1.466%200-1.732-.336-3.078-1.01-4.037-.674-.958-1.758-1.438-3.254-1.438H5.913v10.74H9.22z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssEvernoteSvg:hover,#heateor_sss_vertical_rearrange .heateorSssEvernoteSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFarkSvg:hover,#heateor_sss_vertical_rearrange .heateorSssFarkSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFlipboardSvg:hover,#heateor_sss_vertical_rearrange .heateorSssFlipboardSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2019H7V7h12v12z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25%2013H7V7h18v6z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2025H7V7h6v18z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssFolkdSvg:hover,#heateor_sss_vertical_rearrange .heateorSssFolkdSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssGoogleBookmarksSvg:hover,#heateor_sss_vertical_rearrange .heateorSssGoogleBookmarksSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssGoogleGmailSvg:hover,#heateor_sss_vertical_rearrange .heateorSssGoogleGmailSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssHackerNewsSvg:hover,#heateor_sss_vertical_rearrange .heateorSssHackerNewsSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssHatenaSvg:hover,#heateor_sss_vertical_rearrange .heateorSssHatenaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssInstapaperSvg:hover,#heateor_sss_vertical_rearrange .heateorSssInstapaperSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssJamespotSvg:hover,#heateor_sss_vertical_rearrange .heateorSssJamespotSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssKakaoSvg:hover,#heateor_sss_vertical_rearrange .heateorSssKakaoSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssKindleItSvg:hover,#heateor_sss_vertical_rearrange .heateorSssKindleItSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssKnownSvg:hover,#heateor_sss_vertical_rearrange .heateorSssKnownSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssLineSvg:hover,#heateor_sss_vertical_rearrange .heateorSssLineSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssLiveJournalSvg:hover,#heateor_sss_vertical_rearrange .heateorSssLiveJournalSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMailRuSvg:hover,#heateor_sss_vertical_rearrange .heateorSssMailRuSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMendeleySvg:hover,#heateor_sss_vertical_rearrange .heateorSssMendeleySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMeneameSvg:hover,#heateor_sss_vertical_rearrange .heateorSssMeneameSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMixiSvg:hover,#heateor_sss_vertical_rearrange .heateorSssMixiSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssMySpaceSvg:hover,#heateor_sss_vertical_rearrange .heateorSssMySpaceSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssNetlogSvg:hover,#heateor_sss_vertical_rearrange .heateorSssNetlogSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M9.05%2026.276c1.658-2.12%204.19-3.48%207.03-3.48%202.807%200%205.314%201.324%206.975%203.404%202.678-2.098%204.404-5.353%204.404-9.018%200-6.328-5.13-11.46-11.46-11.46S4.54%2010.855%204.54%2017.182c0%203.713%201.772%207.004%204.51%209.095z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.051%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssNetvouzSvg:hover,#heateor_sss_vertical_rearrange .heateorSssNetvouzSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssNewsVineSvg:hover,#heateor_sss_vertical_rearrange .heateorSssNewsVineSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.828%2019.498l2.875-2.084c.264.166.572.264.906.264.936%200%201.695-.76%201.695-1.7s-.76-1.7-1.697-1.7c-.94%200-1.702.76-1.702%201.7%200%20.07.006.14.014.21l-2.094%201.516v-4.73l2.896-2.1c.26.158.56.25.885.25.937%200%201.696-.76%201.696-1.7%200-.937-.76-1.7-1.697-1.7-.94%200-1.702.763-1.702%201.7%200%20.08.006.16.018.235l-2.098%201.52V4h-1.656v3.79l-2.11-1.528c.02-.102.032-.205.032-.313%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.936.76%201.7%201.7%201.7.296%200%20.573-.078.815-.21l2.962%202.143v4.73L13.06%2012.79c.017-.094.028-.19.028-.286%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.938.76%201.7%201.7%201.7.304%200%20.59-.083.84-.224l2.938%202.13v5.044L13.07%2019.63c.014-.092.023-.185.023-.28%200-.938-.76-1.7-1.7-1.7-.938%200-1.697.762-1.697%201.7%200%20.94.76%201.7%201.697%201.7.31%200%20.598-.084.846-.226l2.935%202.124V28h1.655v-1.665l2.87-2.077c.263.166.573.266.91.266.937%200%201.698-.76%201.698-1.7%200-.938-.762-1.698-1.7-1.698s-1.698.76-1.698%201.7c0%20.067.004.134.012.2l-2.092%201.517v-5.045z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssNUjijSvg:hover,#heateor_sss_vertical_rearrange .heateorSssNUjijSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8.223%204h4v4h-4zm0%206.223h4V28h-4zM19.777%204h4v4h-4zm0%206.223h4V28h-4zM14%204h4v4h-4zm0%206.223h4v11.11h-4z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssOdnoklassnikiSvg:hover,#heateor_sss_vertical_rearrange .heateorSssOdnoklassnikiSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssOknotizieSvg:hover,#heateor_sss_vertical_rearrange .heateorSssOknotizieSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M14.613%2027.342H13.37l-4.796-7.3v7.3h-1.15v-9.25H8.66l4.8%207.3v-7.3h1.154v9.25zm6.015-9.408c1.282%200%202.332.438%203.147%201.312.817.875%201.225%202.03%201.225%203.47%200%201.44-.408%202.597-1.225%203.472-.815.874-1.865%201.312-3.147%201.312-1.286%200-2.34-.44-3.16-1.316-.82-.877-1.23-2.033-1.23-3.467%200-1.44.41-2.596%201.23-3.47.82-.876%201.874-1.313%203.16-1.313zm-.013%208.52c.916%200%201.667-.33%202.252-.985.585-.66.877-1.576.877-2.754s-.29-2.096-.874-2.752c-.583-.656-1.326-.984-2.23-.984-.92%200-1.674.33-2.263.985-.59.656-.884%201.574-.884%202.752%200%201.174.293%202.09.88%202.748.587.658%201.335.988%202.242.988z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.39%204.5c1.283%200%202.333.438%203.15%201.312.815.875%201.224%202.032%201.224%203.47%200%201.44-.408%202.597-1.225%203.472-.817.875-1.867%201.312-3.15%201.312-1.286%200-2.34-.438-3.16-1.314C7.41%2011.874%207%2010.72%207%209.282c0-1.438.41-2.595%201.23-3.47S10.105%204.5%2011.39%204.5zm-.012%208.52c.916%200%201.667-.33%202.252-.985.585-.656.877-1.574.877-2.752s-.29-2.095-.874-2.752c-.583-.654-1.326-.982-2.23-.982-.92%200-1.674.328-2.264.984-.59.658-.885%201.576-.885%202.753%200%201.174.293%202.09.88%202.75.587.656%201.335.986%202.242.986zm11.317.89H21.29l-2.154-3.402-.737.738v2.663h-1.183V4.656h1.18V9.9l2.556-2.69h1.486l-2.51%202.495%202.764%204.203z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssOutlookcomSvg:hover,#heateor_sss_vertical_rearrange .heateorSssOutlookcomSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%3E%3C%2Fpath%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPinboardSvg:hover,#heateor_sss_vertical_rearrange .heateorSssPinboardSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPlurkSvg:hover,#heateor_sss_vertical_rearrange .heateorSssPlurkSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPocketSvg:hover,#heateor_sss_vertical_rearrange .heateorSssPocketSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPrintFriendlySvg:hover,#heateor_sss_vertical_rearrange .heateorSssPrintFriendlySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssProtopageBookmarksSvg:hover,#heateor_sss_vertical_rearrange .heateorSssProtopageBookmarksSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssPushaSvg:hover,#heateor_sss_vertical_rearrange .heateorSssPushaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssQzoneSvg:hover,#heateor_sss_vertical_rearrange .heateorSssQzoneSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssRediffMyPageSvg:hover,#heateor_sss_vertical_rearrange .heateorSssRediffMyPageSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssRenrenSvg:hover,#heateor_sss_vertical_rearrange .heateorSssRenrenSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSegnaloSvg:hover,#heateor_sss_vertical_rearrange .heateorSssSegnaloSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.65%2011.186c-3.252-1.153-6.64-.972-9.263%201.434-2.76%202.53-3.165%207.208-1.02%2010.172%201.948%202.695%206.138%203.82%209.284%203.58.79-.062%205.125-1.776%204.16-2.845-.174-.192-.41-.29-.454-.31-.042-.017-.104-.032-.136-.038-.03-.007-.264-.05-.522-.076-1.88-.21-3.745.424-5.64-.325-.825-.328-1.674-.668-2.207-1.41-.375-.524-1.086-2.715.16-2.31l7.453%202.404c1.705.55%202.792.625%203.288-1.405.978-3.978-1.35-7.545-5.1-8.875zm-.09%206.423c-.93.046-3.202-.94-3.617-1.076-1.11-.358-2.117-.922-.537-2.053%201.9-1.36%204.214.538%204.51%202.45.038.26-.1.665-.357.678z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.33%206.97c-1.732.556-3.154%201.852-4.18%203.317-.01.012-.006.018-.012.03-.006.01-.018.02-.02.03-.664%202.168%204.32.844%205.263.54.75-.242%204.84-1.912%204.61-3.078-.362-1.837-4.385-1.247-5.66-.84zm-4.032%202.375C17.42%208.2%2017.02%207.21%2016.12%206.488c-.645-.518-2.716-1.49-3.358-.383-.317.55.01%201.31.195%201.862.233.696.612%201.322%201.137%201.835.764.747%202.385.972%203.01.01.142-.218.186-.44.19-.448%200-.008.004-.013.004-.02z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSinaWeiboSvg:hover,#heateor_sss_vertical_rearrange .heateorSssSinaWeiboSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSiteJotSvg:hover,#heateor_sss_vertical_rearrange .heateorSssSiteJotSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSlashdotSvg:hover,#heateor_sss_vertical_rearrange .heateorSssSlashdotSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssStumpediaSvg:hover,#heateor_sss_vertical_rearrange .heateorSssStumpediaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.1%206.875s-.13.717-.293.912c-.163.197-.62.166-1.045%200-.427-.162-.85-.195-1.274-.03-.425.162-.784.134-.717-.356.065-.49.328-.98.688-1.014.36-.03%201.11-.163%201.207-.36.1-.194-.07-.456-.23-.718-.16-.26-.455-.652-.585-.555-.13.1-.49-.13-.62.262-.132.393-.85%201.403-1.373%201.958-.524.557-1.21%201.602-.85%202.253.36.654.947.688%201.733.688h1.165s.273.23.238.523c-.032.293.263%202.71.263%203.527s-.033.85.195.85h.394s-.163.652-.654%202.284c-.49%201.634-.88%202.876-1.144%203.203-.26.326-.424.588-.424%201.01%200%20.428-.13%201.08-.326%201.44-.196.36-.262.883-.523%201.145-.26.262-.26.328-.358.72-.1.392-.526.882-.655%201.075-.127.197-1.817%201.486-1.915%201.848-.098.358%201.577.53%202.31.44.88-.11%201.135-.007%201.388-.436.273-.462.876-1.51%201.192-2.308.18-.457-.1-.816.294-1.34.39-.522%201.01-1.403%201.433-1.895.425-.49.425-1.078.784-1.8.36-.716.785-1.565%201.11-1.5.327.065.75.456%201.34%201.076.588.62.523.947.62%201.534.1.59.228%201.34.523%201.864.295.524.458%201.014.523%201.47.065.458-.1.88%200%201.405.098.52.556.943.816%201.37.26.42%201.272.39%202.12.42.85.035%201.635.167%201.404-.226-.232-.392-1.045-.916-1.275-1.045-.23-.13-.36-.13-.555-.818-.197-.685-.85-3.722-1.047-4.8-.195-1.078-.652-2.385-1.046-3.104-.39-.718-1.6-2.874-1.6-2.874l-.1-.293h.393s-.163-.687-.262-.85c-.098-.163-.49-1.44-.556-2.09-.065-.653-.197-1.077.13-1.044.327.03%201.568%200%202.32-.197.75-.195.686-.26.717-.88.033-.62%200-1.798-.03-2.58-.034-.784-.296-1.015-.49-1.11-.195-.1-.817.13-.914.326-.1.193-.49.488-.132.75.36.262.425.393.62.457.197.066.197.196.197.36%200%20.163.13.913-.196%201.044-.324.132-1.274.034-1.664-.064-.394-.097-1.176-.815-1.502-.782-.325.033-.62-.294-.653-.72-.03-.424.59-.16.687-.814.1-.652.59-2.103-.814-2.45-.784-.192-1.373.425-1.57%201.372-.148.698-.002%201.007.587%201.465z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.688%206.736c-.183.46-1.135%202.4-1.135%202.4s-1.28-.712-3.423-.712c-1.877%200-3%20.924-3.324%201.962-.176.562-.552%202.19%201.475%203.18%201.418.69%203.29%201.465%204.755%202.45%201.906%201.276%202.81%203.327%202.454%205.87-.41%202.92-2.444%205.56-5.473%205.822-2.403.208-6-.536-6.91-1.314.275-.816.56-1.975.78-2.634%201.005.493%202.72.936%204.185%201.11%202.758.326%204.152-.908%204.554-2.44.284-1.087.332-2.204-.12-3.013-1.093-1.96-3.375-2.244-5.392-3.24-3.016-1.492-3.69-3.54-3.308-5.774.437-2.546%201.918-3.803%204.18-4.356%202.128-.52%204.59-.305%206.704.69z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSvejoSvg:hover,#heateor_sss_vertical_rearrange .heateorSssSvejoSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssSymbalooFeedsSvg:hover,#heateor_sss_vertical_rearrange .heateorSssSymbalooFeedsSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTuentiSvg:hover,#heateor_sss_vertical_rearrange .heateorSssTuentiSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTwiddlaSvg:hover,#heateor_sss_vertical_rearrange .heateorSssTwiddlaSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssViadeoSvg:hover,#heateor_sss_vertical_rearrange .heateorSssViadeoSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssTypePadPostSvg:hover,#heateor_sss_vertical_rearrange .heateorSssTypePadPostSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWaneloSvg:hover,#heateor_sss_vertical_rearrange .heateorSssWaneloSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2022h10v10H10zM0%2022h10v10H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2012h12v10H20z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2012h10v10H10z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2012h10v10H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%200h12v12H20z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%200h10v12H10z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h10v12H0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWebnewsSvg:hover,#heateor_sss_vertical_rearrange .heateorSssWebnewsSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWordPressSvg:hover,#heateor_sss_vertical_rearrange .heateorSssWordPressSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Cg%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssWykopSvg:hover,#heateor_sss_vertical_rearrange .heateorSssWykopSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M28.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYahooMailSvg:hover,#heateor_sss_vertical_rearrange .heateorSssYahooMailSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYahooMessengerSvg:hover,#heateor_sss_vertical_rearrange .heateorSssYahooMessengerSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027c6.074%200%2011-4.926%2011-11%200-6.075-4.926-11-11-11S5%209.925%205%2016c0%206.074%204.926%2011%2011%2011zm2.808-17.016c.792%200%201.434.64%201.434%201.432%200%20.79-.642%201.432-1.434%201.432-.79%200-1.432-.64-1.432-1.432%200-.79.642-1.432%201.432-1.432zm-5.443%200c.79%200%201.433.64%201.433%201.432%200%20.79-.642%201.432-1.433%201.432s-1.433-.64-1.433-1.432c0-.79.642-1.432%201.433-1.432zm-5.1%204.583h15.47v2.866h-.032c-.32%203.975-3.644%207.103-7.702%207.103-4.06%200-7.38-3.128-7.7-7.103h-.033v-2.866zm14.42%202.56H9.13v-1.764h13.554v1.764z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYoolinkSvg:hover,#heateor_sss_vertical_rearrange .heateorSssYoolinkSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_vertical_sharing .heateorSssYouMobSvg:hover,#heateor_sss_vertical_rearrange .heateorSssYouMobSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M4%209.498h1.82l2.7%2010.754%202.677-10.754h1.81v12.72h-1.213V14.71c0-.26.003-.69.01-1.29.012-.6.015-1.244.015-1.93L9.14%2022.216H7.88L5.173%2011.49v.39c0%20.31.008.786.02%201.423.013.64.02%201.108.02%201.407v7.507H4V9.497zm15.735%204.372c.604.795.907%201.966.907%203.51%200%201.495-.267%202.73-.8%203.704-.534.975-1.36%201.46-2.48%201.46-.934%200-1.677-.43-2.228-1.292-.55-.86-.825-2.02-.825-3.473%200-1.56.29-2.8.87-3.723.576-.922%201.356-1.383%202.333-1.383.877%200%201.616.4%202.22%201.194zm-.714%206.16c.28-.78.423-1.65.423-2.607%200-.863-.102-1.568-.304-2.11-.323-.853-.875-1.278-1.656-1.278-.695%200-1.2.36-1.518%201.088-.314.727-.474%201.604-.474%202.63%200%20.985.16%201.808.475%202.466.316.654.817.982%201.503.982.755%200%201.27-.39%201.553-1.172zm2.937-10.575h1.118v4.615c.253-.445.554-.785.905-1.02.35-.232.73-.35%201.142-.35.854%200%201.547.397%202.08%201.19.53.796.798%201.966.798%203.512%200%201.467-.26%202.684-.788%203.654-.524.97-1.253%201.454-2.186%201.454-.52%200-.964-.17-1.323-.51-.213-.202-.44-.526-.687-.972v1.188h-1.06V9.456zm4.398%2010.675c.31-.67.463-1.552.463-2.65%200-.974-.154-1.782-.463-2.423-.312-.64-.768-.96-1.368-.96-.527%200-.988.262-1.382.786-.397.525-.595%201.392-.595%202.598%200%20.873.083%201.58.245%202.123.304%201.02.868%201.532%201.7%201.532.622%200%201.088-.334%201.4-1.004z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
admin/css/sassy-social-share-svg.css
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@charset "utf-8";
|
2 |
+
.heateorSssYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) no-repeat center center}.heateorSssBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) no-repeat center center}.heateorSssFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) no-repeat center center}.heateorSssDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) no-repeat center center}.heateorSssDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) no-repeat center center}.heateorSssEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) no-repeat center center}.heateorSssFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) no-repeat center center}.heateorSssGoogleplusSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) no-repeat center center}.heateorSssLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) no-repeat center center}.heateorSssMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) no-repeat center center}.heateorSssPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) no-repeat center center}.heateorSssPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) no-repeat center center}.heateorSssRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) no-repeat center center}.heateorSssStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) no-repeat center center}.heateorSssTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) no-repeat center center}.heateorSssTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) no-repeat center center}.heateorSssVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) no-repeat center center}.heateorSssYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) no-repeat center center}.heateorSssXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) no-repeat center center}.heateorSssWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) no-repeat center center}.heateorSssAIMSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M1.162%2030.846V1.156h29.676v29.69H1.162zm12.684-19.672c-.535.77-1.14%201.483-1.572%202.29-.982%201.83-1.22%203.866-1.47%205.896-.06.483-.255.998-.53%201.397-.657.947-1.642%201.504-2.707%201.864-1.008.34-2.05.575-3.13.87l2.018%204.753c.43%201.015.425%201.005%201.503.656%202.952-.96%205.31-2.778%207.31-5.093.313-.36.56-.404.925-.166.57.374%201.205.67%201.7%201.12%201.177%201.08%202.285%202.233%203.468%203.403l4.73-2.706c-1.48-3.034-4.053-4.945-6.672-6.928.44-.075.765-.117%201.082-.187%201.59-.347%203.103-.852%204.243-2.1.155-.17.325-.535.248-.68-.686-1.255-1.43-2.482-2.152-3.718-2.687%201.55-3.703%201.74-4.356.852%203.384-1.397%204.755-4.144%203.427-6.874-1.26-2.588-4.257-3.56-6.755-2.22C12.93%204.8%2011.46%208.17%2013.85%2011.177z%22%2F%3E%3Cpath%20d%3D%22M13.846%2011.174c-2.388-3.007-.92-6.378%201.305-7.57%202.5-1.338%205.497-.367%206.755%202.22%201.328%202.73-.043%205.478-3.426%206.875.653.89%201.67.694%204.356-.855.725%201.235%201.467%202.463%202.154%203.72.077.143-.093.51-.25.678-1.14%201.247-2.653%201.753-4.243%202.1-.318.068-.64.11-1.082.185%202.62%201.98%205.195%203.894%206.674%206.93-1.66.95-3.25%201.855-4.73%202.704-1.184-1.17-2.29-2.322-3.47-3.402-.495-.453-1.13-.746-1.698-1.12-.365-.237-.61-.194-.926.165-2.002%202.315-4.356%204.133-7.31%205.094-1.078.35-1.073.356-1.503-.656-.674-1.587-1.348-3.172-2.018-4.753%201.08-.295%202.123-.527%203.13-.866%201.066-.36%202.05-.917%202.706-1.864.278-.4.476-.913.535-1.395.247-2.03.484-4.065%201.467-5.897.436-.813%201.04-1.528%201.576-2.296zm2.904%205.374c2.37.587%204.54.573%206.447-1.146l-1.072-1.483c-.61.223-1.154.48-1.727.626-1.5.376-3.102.18-3.58-1.63-.02-.074-.07-.153-.13-.2-.728-.607-1.962-.426-2.493.37-1.2%201.8-1.66%203.85-1.83%205.95-.094%201.142-.517%202.034-1.258%202.856-1.24%201.373-2.795%202.187-4.623%202.62.195.44.365.833.54%201.222.605%201.338.605%201.336%201.974.695%202.216-1.03%203.947-2.658%205.475-4.52.41-.497.807-.595%201.39-.41%201.397.437%202.508%201.326%203.555%202.283.768.702%201.424%201.522%202.13%202.29.813-.55%201.438-.97%202.112-1.43-2.138-2.7-4.86-4.58-7.615-6.45.24-.565.465-1.09.705-1.646zm.842-12.054c-1.834-.022-3.35%201.415-3.39%203.214-.043%201.814%201.46%203.38%203.284%203.418%201.705.038%203.293-1.512%203.326-3.246.034-1.815-1.44-3.364-3.22-3.386z%22%2F%3E%3Cpath%20fill%3D%22%23FDD500%22%20d%3D%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssAmazonWishListSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F90%22%20d%3D%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%2F%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssAOLMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssAppnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBaiduSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232319DC%22%20d%3D%22M8.68%2016.617c2.485-.534%202.145-3.51%202.073-4.16-.123-1.002-1.3-2.752-2.9-2.612-2.013.18-2.307%203.087-2.307%203.087-.273%201.346.65%204.22%203.133%203.685m4.614-4.986c1.373%200%202.482-1.58%202.482-3.533s-1.11-3.533-2.482-3.533-2.485%201.58-2.485%203.533%201.112%203.536%202.485%203.536m5.918.233c1.837.24%203.015-1.72%203.25-3.205.24-1.482-.946-3.207-2.244-3.503-1.305-.3-2.93%201.787-3.08%203.148-.177%201.666.237%203.326%202.073%203.56m7.276%202.496c0-.71-.59-2.85-2.78-2.85-2.193%200-2.483%202.02-2.483%203.447%200%201.362.113%203.263%202.84%203.204%202.72-.06%202.422-3.084%202.422-3.8m-2.78%206.237s-2.84-2.197-4.497-4.572c-2.25-3.503-5.445-2.076-6.513-.298-1.062%201.783-2.717%202.91-2.954%203.21-.24.292-3.43%202.017-2.723%205.165.71%203.146%203.2%203.087%203.2%203.087s1.833.18%203.96-.298c2.132-.475%203.966.116%203.966.116s4.97%201.667%206.33-1.54c1.36-3.207-.768-4.872-.768-4.872%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBalatarinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23B90E10%22%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2022h8v2h-8z%22%2F%3E%3Cpath%20fill%3D%22%23079948%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%2F%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBibSonomySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23A3003E%22%20stroke%3D%22%232A2A2A%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%228%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBittyBrowserSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBlinklistSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%2F%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%2F%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBloggerPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%2F%3E%3Cpath%20fill%3D%22%23F8A154%22%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBlogMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23A3DE38%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBoxnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBookmarksfrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBuddyMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%238B0102%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23BA3628%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssCare2NewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssCiteULikeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8%2024h16v2H8zm0-6h16v2H8zm0-6h16v2H8zm0-6h16v2H8z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssDiaryRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23912D31%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssDiasporaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssDiHITTSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M23.668%2026.125H19.01l.014-2.145h-.09c-.88%201.558-2.582%202.47-4.345%202.47-3.794%200-6.26-3.643-6.26-8.522%200-5.608%203.055-8.665%206.49-8.665%201.764%200%203.027.705%203.584%201.705h.09V5.552h5.17m-5.17%2010.79c0-2.29-1.353-2.966-2.232-2.966-1.88%200-2.73%202.055-2.73%204.552%200%202.852%201.113%204.35%202.7%204.35.97%200%202.262-.618%202.262-2.88v-3.055z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssDiigoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
3 |
+
.heateorSssDZoneSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A95CB%22%20d%3D%22M16.957%2021.422l8.6-10.75h-7.972V9.008H28v1.628l-8.65%2010.69H28v1.667H16.957v-1.57z%22%2F%3E%3Cpath%20fill%3D%22%2382C251%22%20d%3D%22M4%209.007h5.59c1.898%200%203.37.683%204.416%202.047.933%201.23%201.4%202.81%201.4%204.73%200%201.486-.277%202.83-.828%204.028-.97%202.12-2.64%203.18-5.007%203.18H4V9.007zm5.22%2012.367c.626%200%201.14-.066%201.544-.2.72-.247%201.31-.724%201.768-1.428.367-.565.63-1.29.792-2.17.094-.527.14-1.016.14-1.466%200-1.732-.336-3.078-1.01-4.037-.674-.958-1.758-1.438-3.254-1.438H5.913v10.74H9.22z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
4 |
+
.heateorSssEvernoteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
5 |
+
|
6 |
+
.heateorSssFarkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
7 |
+
|
8 |
+
.heateorSssFlipboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F5CCCC%22%20d%3D%22M19%2019H7V7h12v12z%22%2F%3E%3Cpath%20fill%3D%22%23FAE5E5%22%20d%3D%22M25%2013H7V7h18v6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13%2025H7V7h6v18z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssFolkdSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%230F70B2%22%20d%3D%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssGoogleBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssGoogleGmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2.902%206.223h26.195v19.554H2.902z%22%2F%3E%3Cpath%20fill%3D%22%23E14C41%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssHackerNewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssHatenaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssInstapaperSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssJamespotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssKakaoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssKindleItSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFA036%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssKnownSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff101%22%20d%3D%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff101%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssLineSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssLiveJournalSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%2F%3E%3Cpath%20fill%3D%22%23FFC805%22%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%2F%3E%3Cpath%20fill%3D%22%239291AD%22%20d%3D%22M13.285%2010.666c-1.22.873-2.197%201.915-2.84%202.987l-1.898-2.735c.557-1.043%201.654-2.108%202.875-2.944l1.863%202.692z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.215%2010.283c1.35-3.24%204.182-4.8%207.568-5.527l.55-.026.38.397.314.322%201.14%201.817-1.835.243h-.012c-.242.038-.512.108-.8.212h-.003c-.3.1-.613.238-.957.406-1.69.837-3.4%202.216-3.898%203.306l-.928%201.746-1.252-1.66-.166-.285-.25-.453.15-.5z%22%2F%3E%3Cpath%20fill%3D%22%23F5A8AA%22%20d%3D%22M8.33%2010.597c.95-2.725%203.1-4.214%206.504-4.615l.314.322c-2.3.35-5.756%202.777-6.598%204.62l-.22-.327z%22%2F%3E%3Cpath%20fill%3D%22%23485E85%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M16.41%2021.274c.053-.062.113-.133.176-.197.635-.712%201.287-1.447%201.43-2.695l-4.875-7.02c-.436.35-.832.706-1.176%201.062-.363.382-.674.775-.924%201.168l5.37%207.682zm.93.483c-.203.222-.398.445-.572.665l-.416.54-.402-.566-5.94-8.49-.183-.265.166-.282c.318-.558.73-1.097%201.236-1.63.494-.526%201.076-1.027%201.726-1.5l.424-.305.296.425%205.27%207.6.103.15-.014.17c-.113%201.718-.92%202.615-1.697%203.49z%22%2F%3E%3Cpath%20fill%3D%22%236A9AC2%22%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M22.125%2017.31c-.09.026-.168.062-.248.093-.89.35-1.81.71-3.027.396l-4.87-7.02c.48-.29.95-.53%201.405-.73.486-.208.96-.36%201.42-.464l5.32%207.724zm.12%201.037c.28-.11.563-.22.823-.294l.658-.21-.39-.568-5.888-8.532-.18-.267-.32.052c-.635.105-1.287.3-1.967.59-.66.286-1.67.887-2.342%201.33l5.893%208.313c1.647.49%202.627.014%203.717-.412z%22%2F%3E%3Cpath%20fill%3D%22%23A1BBD6%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssMailRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssMendeleySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M26.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssMeneameSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssMixiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D1AD5A%22%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssMySpaceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssNetlogSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9.05%2026.276c1.658-2.12%204.19-3.48%207.03-3.48%202.807%200%205.314%201.324%206.975%203.404%202.678-2.098%204.404-5.353%204.404-9.018%200-6.328-5.13-11.46-11.46-11.46S4.54%2010.855%204.54%2017.182c0%203.713%201.772%207.004%204.51%209.095z%22%2F%3E%3Ccircle%20fill%3D%22%232A2A2A%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%224.051%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssNetvouzSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%236C3%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%2F%3E%3Cpath%20fill%3D%22%2309C%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssNewsVineSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16.828%2019.498l2.875-2.084c.264.166.572.264.906.264.936%200%201.695-.76%201.695-1.7s-.76-1.7-1.697-1.7c-.94%200-1.702.76-1.702%201.7%200%20.07.006.14.014.21l-2.094%201.516v-4.73l2.896-2.1c.26.158.56.25.885.25.937%200%201.696-.76%201.696-1.7%200-.937-.76-1.7-1.697-1.7-.94%200-1.702.763-1.702%201.7%200%20.08.006.16.018.235l-2.098%201.52V4h-1.656v3.79l-2.11-1.528c.02-.102.032-.205.032-.313%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.936.76%201.7%201.7%201.7.296%200%20.573-.078.815-.21l2.962%202.143v4.73L13.06%2012.79c.017-.094.028-.19.028-.286%200-.94-.764-1.7-1.7-1.7-.94%200-1.7.76-1.7%201.7%200%20.938.76%201.7%201.7%201.7.304%200%20.59-.083.84-.224l2.938%202.13v5.044L13.07%2019.63c.014-.092.023-.185.023-.28%200-.938-.76-1.7-1.7-1.7-.938%200-1.697.762-1.697%201.7%200%20.94.76%201.7%201.697%201.7.31%200%20.598-.084.846-.226l2.935%202.124V28h1.655v-1.665l2.87-2.077c.263.166.573.266.91.266.937%200%201.698-.76%201.698-1.7%200-.938-.762-1.698-1.7-1.698s-1.698.76-1.698%201.7c0%20.067.004.134.012.2l-2.092%201.517v-5.045z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssNUjijSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M8.223%204h4v4h-4zm0%206.223h4V28h-4zM19.777%204h4v4h-4zm0%206.223h4V28h-4zM14%204h4v4h-4zm0%206.223h4v11.11h-4z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssOknotizieSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M14.613%2027.342H13.37l-4.796-7.3v7.3h-1.15v-9.25H8.66l4.8%207.3v-7.3h1.154v9.25zm6.015-9.408c1.282%200%202.332.438%203.147%201.312.817.875%201.225%202.03%201.225%203.47%200%201.44-.408%202.597-1.225%203.472-.815.874-1.865%201.312-3.147%201.312-1.286%200-2.34-.44-3.16-1.316-.82-.877-1.23-2.033-1.23-3.467%200-1.44.41-2.596%201.23-3.47.82-.876%201.874-1.313%203.16-1.313zm-.013%208.52c.916%200%201.667-.33%202.252-.985.585-.66.877-1.576.877-2.754s-.29-2.096-.874-2.752c-.583-.656-1.326-.984-2.23-.984-.92%200-1.674.33-2.263.985-.59.656-.884%201.574-.884%202.752%200%201.174.293%202.09.88%202.748.587.658%201.335.988%202.242.988z%22%20fill%3D%22%23FE5000%22%2F%3E%3Cpath%20d%3D%22M11.39%204.5c1.283%200%202.333.438%203.15%201.312.815.875%201.224%202.032%201.224%203.47%200%201.44-.408%202.597-1.225%203.472-.817.875-1.867%201.312-3.15%201.312-1.286%200-2.34-.438-3.16-1.314C7.41%2011.874%207%2010.72%207%209.282c0-1.438.41-2.595%201.23-3.47S10.105%204.5%2011.39%204.5zm-.012%208.52c.916%200%201.667-.33%202.252-.985.585-.656.877-1.574.877-2.752s-.29-2.095-.874-2.752c-.583-.654-1.326-.982-2.23-.982-.92%200-1.674.328-2.264.984-.59.658-.885%201.576-.885%202.753%200%201.174.293%202.09.88%202.75.587.656%201.335.986%202.242.986zm11.317.89H21.29l-2.154-3.402-.737.738v2.663h-1.183V4.656h1.18V9.9l2.556-2.69h1.486l-2.51%202.495%202.764%204.203z%22%20fill%3D%22%2388D32D%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssOutlookcomSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%230072C6%22%20d%3D%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%2F%3E%3Cpath%20fill%3D%22%230072C6%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%2F%3E%3Cg%20fill%3D%22%230072C6%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%2F%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssPinboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssPlurkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssPocketSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23EE4056%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssPrintFriendlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23A9A9A9%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%2F%3E%3Cpath%20fill%3D%22%23DCDCDC%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%2F%3E%3Cpath%20d%3D%22M9.19%208.118h13.467v6.106H9.19z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssProtopageBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssPushaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssQzoneSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFC820%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssRediffMyPageSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssRenrenSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssSegnaloSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FF6500%22%20d%3D%22M16.65%2011.186c-3.252-1.153-6.64-.972-9.263%201.434-2.76%202.53-3.165%207.208-1.02%2010.172%201.948%202.695%206.138%203.82%209.284%203.58.79-.062%205.125-1.776%204.16-2.845-.174-.192-.41-.29-.454-.31-.042-.017-.104-.032-.136-.038-.03-.007-.264-.05-.522-.076-1.88-.21-3.745.424-5.64-.325-.825-.328-1.674-.668-2.207-1.41-.375-.524-1.086-2.715.16-2.31l7.453%202.404c1.705.55%202.792.625%203.288-1.405.978-3.978-1.35-7.545-5.1-8.875zm-.09%206.423c-.93.046-3.202-.94-3.617-1.076-1.11-.358-2.117-.922-.537-2.053%201.9-1.36%204.214.538%204.51%202.45.038.26-.1.665-.357.678z%22%2F%3E%3Cpath%20fill%3D%22%2303AE00%22%20d%3D%22M21.33%206.97c-1.732.556-3.154%201.852-4.18%203.317-.01.012-.006.018-.012.03-.006.01-.018.02-.02.03-.664%202.168%204.32.844%205.263.54.75-.242%204.84-1.912%204.61-3.078-.362-1.837-4.385-1.247-5.66-.84zm-4.032%202.375C17.42%208.2%2017.02%207.21%2016.12%206.488c-.645-.518-2.716-1.49-3.358-.383-.317.55.01%201.31.195%201.862.233.696.612%201.322%201.137%201.835.764.747%202.385.972%203.01.01.142-.218.186-.44.19-.448%200-.008.004-.013.004-.02z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssSinaWeiboSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%2F%3E%3Cpath%20fill%3D%22%23E6162D%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%2F%3E%3Cpath%20fill%3D%22%23F93%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%2F%3E%3Cpath%20d%3D%22M14.16%2019.87c-.15.26-.484.383-.746.275-.256-.104-.335-.393-.19-.646.15-.253.47-.376.725-.274.26.094.35.386.21.644m-1.373%201.762c-.417.665-1.308.956-1.98.65-.66-.303-.855-1.073-.44-1.722.413-.644%201.274-.932%201.94-.652.673.287.888%201.054.48%201.724m1.564-4.7c-2.046-.533-4.363.488-5.253%202.293-.904%201.84-.028%203.884%202.04%204.552%202.144.69%204.67-.368%205.55-2.354.865-1.944-.216-3.944-2.336-4.49%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssSiteJotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23CA0805%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssSlashdotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssStumpediaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFC808%22%20d%3D%22M19.1%206.875s-.13.717-.293.912c-.163.197-.62.166-1.045%200-.427-.162-.85-.195-1.274-.03-.425.162-.784.134-.717-.356.065-.49.328-.98.688-1.014.36-.03%201.11-.163%201.207-.36.1-.194-.07-.456-.23-.718-.16-.26-.455-.652-.585-.555-.13.1-.49-.13-.62.262-.132.393-.85%201.403-1.373%201.958-.524.557-1.21%201.602-.85%202.253.36.654.947.688%201.733.688h1.165s.273.23.238.523c-.032.293.263%202.71.263%203.527s-.033.85.195.85h.394s-.163.652-.654%202.284c-.49%201.634-.88%202.876-1.144%203.203-.26.326-.424.588-.424%201.01%200%20.428-.13%201.08-.326%201.44-.196.36-.262.883-.523%201.145-.26.262-.26.328-.358.72-.1.392-.526.882-.655%201.075-.127.197-1.817%201.486-1.915%201.848-.098.358%201.577.53%202.31.44.88-.11%201.135-.007%201.388-.436.273-.462.876-1.51%201.192-2.308.18-.457-.1-.816.294-1.34.39-.522%201.01-1.403%201.433-1.895.425-.49.425-1.078.784-1.8.36-.716.785-1.565%201.11-1.5.327.065.75.456%201.34%201.076.588.62.523.947.62%201.534.1.59.228%201.34.523%201.864.295.524.458%201.014.523%201.47.065.458-.1.88%200%201.405.098.52.556.943.816%201.37.26.42%201.272.39%202.12.42.85.035%201.635.167%201.404-.226-.232-.392-1.045-.916-1.275-1.045-.23-.13-.36-.13-.555-.818-.197-.685-.85-3.722-1.047-4.8-.195-1.078-.652-2.385-1.046-3.104-.39-.718-1.6-2.874-1.6-2.874l-.1-.293h.393s-.163-.687-.262-.85c-.098-.163-.49-1.44-.556-2.09-.065-.653-.197-1.077.13-1.044.327.03%201.568%200%202.32-.197.75-.195.686-.26.717-.88.033-.62%200-1.798-.03-2.58-.034-.784-.296-1.015-.49-1.11-.195-.1-.817.13-.914.326-.1.193-.49.488-.132.75.36.262.425.393.62.457.197.066.197.196.197.36%200%20.163.13.913-.196%201.044-.324.132-1.274.034-1.664-.064-.394-.097-1.176-.815-1.502-.782-.325.033-.62-.294-.653-.72-.03-.424.59-.16.687-.814.1-.652.59-2.103-.814-2.45-.784-.192-1.373.425-1.57%201.372-.148.698-.002%201.007.587%201.465z%22%2F%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M15.688%206.736c-.183.46-1.135%202.4-1.135%202.4s-1.28-.712-3.423-.712c-1.877%200-3%20.924-3.324%201.962-.176.562-.552%202.19%201.475%203.18%201.418.69%203.29%201.465%204.755%202.45%201.906%201.276%202.81%203.327%202.454%205.87-.41%202.92-2.444%205.56-5.473%205.822-2.403.208-6-.536-6.91-1.314.275-.816.56-1.975.78-2.634%201.005.493%202.72.936%204.185%201.11%202.758.326%204.152-.908%204.554-2.44.284-1.087.332-2.204-.12-3.013-1.093-1.96-3.375-2.244-5.392-3.24-3.016-1.492-3.69-3.54-3.308-5.774.437-2.546%201.918-3.803%204.18-4.356%202.128-.52%204.59-.305%206.704.69z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssSvejoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%235BD428%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%2F%3E%3Cpath%20fill%3D%22%2337AD29%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%2F%3E%3Cpath%20fill%3D%22%23FDAA09%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%2F%3E%3Cpath%20fill%3D%22%23FEE70A%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssSymbalooFeedsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssTuentiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssTwiddlaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssViadeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23F79A30%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssTypePadPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D2DE61%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssWaneloSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F6E38E%22%20d%3D%22M10%2022h10v10H10zM0%2022h10v10H0z%22%2F%3E%3Cpath%20fill%3D%22%2381C1E1%22%20d%3D%22M20%2012h12v10H20z%22%2F%3E%3Cpath%20fill%3D%22%2381B58A%22%20d%3D%22M10%2012h10v10H10z%22%2F%3E%3Cpath%20fill%3D%22%23F6E38E%22%20d%3D%22M0%2012h10v10H0z%22%2F%3E%3Cpath%20fill%3D%22%231997D4%22%20d%3D%22M20%200h12v12H20z%22%2F%3E%3Cpath%20fill%3D%22%2319802A%22%20d%3D%22M10%200h10v12H10z%22%2F%3E%3Cpath%20fill%3D%22%23FDD932%22%20d%3D%22M0%200h10v12H0z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssWebnewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssWordPressSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssWykopSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%2F%3E%3Cpath%20fill%3D%22%23F58237%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssYahooMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssYahooMessengerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%2027c6.074%200%2011-4.926%2011-11%200-6.075-4.926-11-11-11S5%209.925%205%2016c0%206.074%204.926%2011%2011%2011zm2.808-17.016c.792%200%201.434.64%201.434%201.432%200%20.79-.642%201.432-1.434%201.432-.79%200-1.432-.64-1.432-1.432%200-.79.642-1.432%201.432-1.432zm-5.443%200c.79%200%201.433.64%201.433%201.432%200%20.79-.642%201.432-1.433%201.432s-1.433-.64-1.433-1.432c0-.79.642-1.432%201.433-1.432zm-5.1%204.583h15.47v2.866h-.032c-.32%203.975-3.644%207.103-7.702%207.103-4.06%200-7.38-3.128-7.7-7.103h-.033v-2.866zm14.42%202.56H9.13v-1.764h13.554v1.764z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssYoolinkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%232E6EB5%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssYouMobSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M4%209.498h1.82l2.7%2010.754%202.677-10.754h1.81v12.72h-1.213V14.71c0-.26.003-.69.01-1.29.012-.6.015-1.244.015-1.93L9.14%2022.216H7.88L5.173%2011.49v.39c0%20.31.008.786.02%201.423.013.64.02%201.108.02%201.407v7.507H4V9.497zm15.735%204.372c.604.795.907%201.966.907%203.51%200%201.495-.267%202.73-.8%203.704-.534.975-1.36%201.46-2.48%201.46-.934%200-1.677-.43-2.228-1.292-.55-.86-.825-2.02-.825-3.473%200-1.56.29-2.8.87-3.723.576-.922%201.356-1.383%202.333-1.383.877%200%201.616.4%202.22%201.194zm-.714%206.16c.28-.78.423-1.65.423-2.607%200-.863-.102-1.568-.304-2.11-.323-.853-.875-1.278-1.656-1.278-.695%200-1.2.36-1.518%201.088-.314.727-.474%201.604-.474%202.63%200%20.985.16%201.808.475%202.466.316.654.817.982%201.503.982.755%200%201.27-.39%201.553-1.172zm2.937-10.575h1.118v4.615c.253-.445.554-.785.905-1.02.35-.232.73-.35%201.142-.35.854%200%201.547.397%202.08%201.19.53.796.798%201.966.798%203.512%200%201.467-.26%202.684-.788%203.654-.524.97-1.253%201.454-2.186%201.454-.52%200-.964-.17-1.323-.51-.213-.202-.44-.526-.687-.972v1.188h-1.06V9.456zm4.398%2010.675c.31-.67.463-1.552.463-2.65%200-.974-.154-1.782-.463-2.423-.312-.64-.768-.96-1.368-.96-.527%200-.988.262-1.382.786-.397.525-.595%201.392-.595%202.598%200%20.873.083%201.58.245%202.123.304%201.02.868%201.532%201.7%201.532.622%200%201.088-.334%201.4-1.004z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
|
admin/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
admin/js/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
admin/js/sassy-social-share-admin.js
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var heateorSsReferrer = null, heateorSsReferrerVal = '', heateorSsReferrerTabId = '';
|
2 |
+
jQuery(document).ready(function() {
|
3 |
+
heateorSsReferrer = jQuery('input[name=_wp_http_referer]'), heateorSsReferrerVal = jQuery('input[name=_wp_http_referer]').val(), heateorSsReferrerTabId = location.href.indexOf('#') > 0 ? location.href.substring(location.href.indexOf('#'), location.href.length) : '';
|
4 |
+
if(heateorSsReferrerTabId){heateorSsSetReferrer(heateorSsReferrerTabId) }
|
5 |
+
jQuery("#tabs").tabs(), jQuery("#heateor_sss_login_redirection_column").find("input[type=radio]").click(function() {
|
6 |
+
jQuery(this).attr("id") && "heateor_sss_login_redirection_custom" == jQuery(this).attr("id") ? jQuery("#heateor_sss_login_redirection_url").css("display", "block") : jQuery("#heateor_sss_login_redirection_url").css("display", "none")
|
7 |
+
}), jQuery(".heateor_sss_help_bubble").attr("title", heateorSssHelpBubbleTitle), jQuery(".heateor_sss_help_bubble").toggle(function() {
|
8 |
+
jQuery("#" + jQuery(this).attr("id") + "_cont").show(), jQuery(this).attr("title", heateorSssHelpBubbleCollapseTitle)
|
9 |
+
}, function() {
|
10 |
+
jQuery("#" + jQuery(this).attr("id") + "_cont").hide(), jQuery(this).attr("title", heateorSssHelpBubbleTitle)
|
11 |
+
})
|
12 |
+
jQuery('#tabs ul a').click(function(){
|
13 |
+
heateorSsSetReferrer(jQuery(this).attr('href'));
|
14 |
+
});
|
15 |
+
});
|
16 |
+
function heateorSsSetReferrer(href){
|
17 |
+
jQuery(heateorSsReferrer).val( heateorSsReferrerVal.substring(0, heateorSsReferrerVal.indexOf('#') > 0 ? heateorSsReferrerVal.indexOf('#') : heateorSsReferrerVal.length) + href );
|
18 |
+
}
|
19 |
+
jQuery("html, body").animate({ scrollTop: 0 });
|
admin/js/sassy-social-share-fb-sdk.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
!function(e,n,t){var o,c=e.getElementsByTagName(n)[0];e.getElementById(t)||(o=e.createElement(n),o.id=t,o.src="//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=901329766553912",c.parentNode.insertBefore(o,c))}(document,"script","facebook-jssdk");
|
admin/js/sassy-social-share-options.js
ADDED
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"function" != typeof String.prototype.trim && (String.prototype.trim = function() {
|
2 |
+
return this.replace(/^\s+|\s+$/g, "")
|
3 |
+
})
|
4 |
+
|
5 |
+
function heateorSssCapitaliseFirstLetter(e) {
|
6 |
+
return e.charAt(0).toUpperCase() + e.slice(1)
|
7 |
+
}
|
8 |
+
|
9 |
+
function heateorSssUpdateSharingPreview(e, property, defaultVal, targetId) {
|
10 |
+
if(!e){
|
11 |
+
e = defaultVal;
|
12 |
+
}
|
13 |
+
jQuery('#' + targetId).css(property, e);
|
14 |
+
}
|
15 |
+
|
16 |
+
function heateorSssUpdateSharingPreviewHover(e, property, targetId) {
|
17 |
+
var val = jQuery(e).val().trim();
|
18 |
+
if(!val){
|
19 |
+
jQuery('#' + targetId).hover(function(){
|
20 |
+
jQuery(this).css(property, val);
|
21 |
+
});
|
22 |
+
}
|
23 |
+
}
|
24 |
+
|
25 |
+
function heateorSssHorizontalSharingOptionsToggle(e) {
|
26 |
+
jQuery(e).is(":checked") ? jQuery("#heateor_sss_horizontal_sharing_options").css("display", "table-row-group") : jQuery("#heateor_sss_horizontal_sharing_options").css("display", "none")
|
27 |
+
}
|
28 |
+
|
29 |
+
function heateorSssVerticalSharingOptionsToggle(e) {
|
30 |
+
jQuery(e).is(":checked") ? jQuery("#heateor_sss_vertical_sharing_options").css("display", "table-row-group") : jQuery("#heateor_sss_vertical_sharing_options").css("display", "none")
|
31 |
+
}
|
32 |
+
|
33 |
+
function heateorSssToggleOffset(e) {
|
34 |
+
var t = "left" == e ? "right" : "left";
|
35 |
+
jQuery("#heateor_sss_" + e + "_offset_rows").css("display", "table-row-group"), jQuery("#heateor_sss_" + t + "_offset_rows").css("display", "none")
|
36 |
+
}
|
37 |
+
|
38 |
+
function heateorSssIncrement(e, t, r, a, i) {
|
39 |
+
var h, s, c = !1,
|
40 |
+
_ = a;
|
41 |
+
s = function() {
|
42 |
+
"add" == t ? r.value++ : "subtract" == t && r.value > 16 && r.value--, h = setTimeout(s, _), _ > 20 && (_ *= i), c || (document.onmouseup = function() {
|
43 |
+
clearTimeout(h), document.onmouseup = null, c = !1, _ = a
|
44 |
+
}, c = !0)
|
45 |
+
}, e.onmousedown = s
|
46 |
+
}
|
47 |
+
|
48 |
+
function heateorSssSharingHorizontalPreview() {
|
49 |
+
var tempBorderWidth = heateorSssBorderWidth ? heateorSssBorderWidth : '0px';
|
50 |
+
if("rectangle" != tempHorShape){
|
51 |
+
jQuery("#heateor_sss_preview").css({
|
52 |
+
borderRadius: "round" == tempHorShape ? "999px" : heateorSssSharingBorderRadius ? heateorSssSharingBorderRadius : '0px',
|
53 |
+
height: tempHorSize,
|
54 |
+
width: tempHorSize,
|
55 |
+
backgroundColor: heateorSssSharingBg,
|
56 |
+
borderWidth: tempBorderWidth,
|
57 |
+
borderColor: heateorSssBorderColor ? heateorSssBorderColor : 'transparent',
|
58 |
+
borderStyle: 'solid',
|
59 |
+
});
|
60 |
+
tempHorSize = parseInt(tempHorSize);
|
61 |
+
jQuery('.heateorSssCounterPreviewRight,.heateorSssCounterPreviewLeft').css({
|
62 |
+
height: ( tempHorSize + 2*parseInt(tempBorderWidth) ) + 'px',
|
63 |
+
lineHeight: ( tempHorSize + 2*parseInt(tempBorderWidth) ) + 'px'
|
64 |
+
});
|
65 |
+
jQuery('.heateorSssCounterPreviewInnerright,.heateorSssCounterPreviewInnerleft').css("lineHeight", tempHorSize + 'px');
|
66 |
+
jQuery('.heateorSssCounterPreviewInnertop').css("lineHeight", (tempHorSize*38/100) + "px");
|
67 |
+
jQuery('.heateorSssCounterPreviewInnerbottom').css("lineHeight", (tempHorSize*19/100) + "px");
|
68 |
+
jQuery('.heateorSssCounterPreviewTop,.heateorSssCounterPreviewBottom').css({
|
69 |
+
width: 60 + 2*parseInt(tempBorderWidth) + tempHorSize,
|
70 |
+
});
|
71 |
+
}else{
|
72 |
+
jQuery("#heateor_sss_preview").css({
|
73 |
+
borderRadius: heateorSssSharingBorderRadius ? heateorSssSharingBorderRadius : '0px',
|
74 |
+
height: tempHorHeight,
|
75 |
+
width: tempHorWidth,
|
76 |
+
backgroundColor: heateorSssSharingBg,
|
77 |
+
borderWidth: tempBorderWidth,
|
78 |
+
borderColor: heateorSssBorderColor ? heateorSssBorderColor : 'transparent',
|
79 |
+
borderStyle: 'solid'
|
80 |
+
});
|
81 |
+
jQuery('.heateorSssCounterPreviewRight,.heateorSssCounterPreviewLeft').css({
|
82 |
+
height: ( parseInt(tempHorHeight) + 2*parseInt(tempBorderWidth) ) + 'px',
|
83 |
+
lineHeight: ( parseInt(tempHorHeight) + 2*parseInt(tempBorderWidth) ) + 'px',
|
84 |
+
});
|
85 |
+
jQuery('.heateorSssCounterPreviewInnerright,.heateorSssCounterPreviewInnerleft').css('lineHeight', tempHorHeight + 'px');
|
86 |
+
jQuery('.heateorSssCounterPreviewInnertop').css('lineHeight', (tempHorHeight*38/100) + 'px');
|
87 |
+
jQuery('.heateorSssCounterPreviewInnerbottom').css('lineHeight', (tempHorHeight*19/100) + 'px');
|
88 |
+
jQuery('.heateorSssCounterPreviewTop,.heateorSssCounterPreviewBottom').css({
|
89 |
+
width: 60 + 2*parseInt(tempBorderWidth) + parseInt(tempHorWidth),
|
90 |
+
});
|
91 |
+
}
|
92 |
+
|
93 |
+
jQuery("#heateor_sss_preview_message").css("display", "block")
|
94 |
+
}
|
95 |
+
|
96 |
+
function heateorSssSharingVerticalPreview() {
|
97 |
+
var tempVerticalBorderWidth = heateorSssVerticalBorderWidth ? heateorSssVerticalBorderWidth : '0px';
|
98 |
+
if("rectangle" != tempVerticalShape){
|
99 |
+
jQuery("#heateor_sss_vertical_preview").css({
|
100 |
+
borderRadius: "round" == tempVerticalShape ? "999px" : heateorSssVerticalBorderRadius ? heateorSssVerticalBorderRadius : '0px',
|
101 |
+
height: tempVerticalSize,
|
102 |
+
width: tempVerticalSize,
|
103 |
+
backgroundColor: heateorSssVerticalSharingBg,
|
104 |
+
borderWidth: tempVerticalBorderWidth,
|
105 |
+
borderColor: heateorSssVerticalBorderColor ? heateorSssVerticalBorderColor : 'transparent',
|
106 |
+
borderStyle: 'solid',
|
107 |
+
});
|
108 |
+
jQuery('.heateorSssCounterVerticalPreviewRight,.heateorSssCounterVerticalPreviewLeft').css({
|
109 |
+
height: ( parseInt(tempVerticalSize) + 2*parseInt(tempVerticalBorderWidth) ) + 'px',
|
110 |
+
lineHeight: ( parseInt(tempVerticalSize) + 2*parseInt(tempVerticalBorderWidth) ) + 'px',
|
111 |
+
});
|
112 |
+
jQuery('.heateorSssCounterVerticalPreviewInnerright,.heateorSssCounterVerticalPreviewInnerleft').css('lineHeight', tempVerticalSize + 'px');
|
113 |
+
jQuery('.heateorSssCounterVerticalPreviewInnertop').css('lineHeight', (tempVerticalSize*38/100) + 'px');
|
114 |
+
jQuery('.heateorSssCounterVerticalPreviewInnerbottom').css('lineHeight', (tempVerticalSize*19/100) + 'px');
|
115 |
+
jQuery('.heateorSssCounterVerticalPreviewTop,.heateorSssCounterVerticalPreviewBottom').css({
|
116 |
+
width: 60 + 2*parseInt(tempVerticalBorderWidth) + parseInt(tempVerticalSize)
|
117 |
+
});
|
118 |
+
}else{
|
119 |
+
jQuery("#heateor_sss_vertical_preview").css({
|
120 |
+
borderRadius: heateorSssVerticalBorderRadius ? heateorSssVerticalBorderRadius : '0px',
|
121 |
+
height: tempVerticalHeight,
|
122 |
+
width: tempVerticalWidth,
|
123 |
+
backgroundColor: heateorSssVerticalSharingBg,
|
124 |
+
borderWidth: tempVerticalBorderWidth,
|
125 |
+
borderColor: heateorSssVerticalBorderColor ? heateorSssVerticalBorderColor : 'transparent',
|
126 |
+
borderStyle: 'solid'
|
127 |
+
});
|
128 |
+
jQuery('.heateorSssCounterVerticalPreviewRight,.heateorSssCounterVerticalPreviewLeft').css({
|
129 |
+
height: ( parseInt(tempVerticalHeight) + 2*parseInt(tempVerticalBorderWidth) ) + 'px',
|
130 |
+
lineHeight: ( parseInt(tempVerticalHeight) + 2*parseInt(tempVerticalBorderWidth) ) + 'px',
|
131 |
+
});
|
132 |
+
jQuery('.heateorSssCounterVerticalPreviewInnerright,.heateorSssCounterVerticalPreviewInnerleft').css('lineHeight', tempVerticalHeight + 'px');
|
133 |
+
jQuery('.heateorSssCounterVerticalPreviewInnertop').css('lineHeight', (tempVerticalHeight*38/100) + 'px');
|
134 |
+
jQuery('.heateorSssCounterVerticalPreviewInnerbottom').css('lineHeight', (tempVerticalHeight*19/100) + 'px');
|
135 |
+
jQuery('.heateorSssCounterVerticalPreviewTop,.heateorSssCounterVerticalPreviewBottom').css({
|
136 |
+
width: 60 + 2*parseInt(tempVerticalBorderWidth) + parseInt(tempVerticalWidth),
|
137 |
+
});
|
138 |
+
}
|
139 |
+
jQuery("#heateor_sss_vertical_preview_message").css("display", "block")
|
140 |
+
}
|
141 |
+
|
142 |
+
function heateorSssCounterPreview(val){
|
143 |
+
if(val){
|
144 |
+
jQuery('input[name="heateor_sss[horizontal_counter_position]"]').each(function(){
|
145 |
+
if(jQuery(this).val().indexOf('inner') == -1){
|
146 |
+
var property = 'visibility', value = 'visible', inverseValue = 'hidden';
|
147 |
+
jQuery('#horizontal_svg').css({
|
148 |
+
'width': '100%',
|
149 |
+
'height':'100%'
|
150 |
+
});
|
151 |
+
}else{
|
152 |
+
var property = 'display', value = 'block', inverseValue = 'none';
|
153 |
+
}
|
154 |
+
if(jQuery(this).val() == val){
|
155 |
+
jQuery('.heateorSssCounterPreview' + heateorSssCapitaliseFirstLetter(val.replace('_',''))).css(property, value);
|
156 |
+
}else{
|
157 |
+
jQuery('.heateorSssCounterPreview' + heateorSssCapitaliseFirstLetter(jQuery(this).val().replace('_',''))).css(property, inverseValue);
|
158 |
+
}
|
159 |
+
});
|
160 |
+
|
161 |
+
if(val == 'inner_left' || val == 'inner_right'){
|
162 |
+
jQuery('#horizontal_svg').css({
|
163 |
+
'width': '50%',
|
164 |
+
'height':'100%'
|
165 |
+
});
|
166 |
+
}else if(val == 'inner_top' || val == 'inner_bottom'){
|
167 |
+
jQuery('#horizontal_svg').css({
|
168 |
+
'width': '100%',
|
169 |
+
'height':'70%'
|
170 |
+
});
|
171 |
+
}
|
172 |
+
}
|
173 |
+
}
|
174 |
+
|
175 |
+
function heateorSssVerticalCounterPreview(val){
|
176 |
+
if(val){
|
177 |
+
jQuery('input[name="heateor_sss[vertical_counter_position]"]').each(function(){
|
178 |
+
if(jQuery(this).val().indexOf('inner') == -1){
|
179 |
+
var property = 'visibility', value = 'visible', inverseValue = 'hidden';
|
180 |
+
jQuery('#vertical_svg').css({
|
181 |
+
'width': '100%',
|
182 |
+
'height':'100%'
|
183 |
+
});
|
184 |
+
}else{
|
185 |
+
var property = 'display', value = 'block', inverseValue = 'none';
|
186 |
+
}
|
187 |
+
if(jQuery(this).val() == val){
|
188 |
+
jQuery('.heateorSssCounterVerticalPreview' + heateorSssCapitaliseFirstLetter(val.replace('_',''))).css(property, value);
|
189 |
+
}else{
|
190 |
+
jQuery('.heateorSssCounterVerticalPreview' + heateorSssCapitaliseFirstLetter(jQuery(this).val().replace('_',''))).css(property, inverseValue);
|
191 |
+
}
|
192 |
+
if(val == 'inner_left' || val == 'inner_right'){
|
193 |
+
jQuery('#vertical_svg').css({
|
194 |
+
'width': '50%',
|
195 |
+
'height':'100%'
|
196 |
+
});
|
197 |
+
}else if(val == 'inner_top' || val == 'inner_bottom'){
|
198 |
+
jQuery('#vertical_svg').css({
|
199 |
+
'width': '100%',
|
200 |
+
'height':'70%'
|
201 |
+
});
|
202 |
+
}
|
203 |
+
});
|
204 |
+
}
|
205 |
+
}
|
206 |
+
|
207 |
+
jQuery(document).ready(function() {
|
208 |
+
jQuery('input[name="heateor_sss[horizontal_sharing_shape]"]').click(function(){
|
209 |
+
// toggle height, width options
|
210 |
+
if(jQuery(this).val() == 'rectangle'){
|
211 |
+
jQuery('#heateor_sss_rectangle_options').css('display', 'table-row-group');
|
212 |
+
jQuery('#heateor_sss_size_options').css('display', 'none');
|
213 |
+
}else{
|
214 |
+
jQuery('#heateor_sss_rectangle_options').css('display', 'none');
|
215 |
+
jQuery('#heateor_sss_size_options').css('display', 'table-row-group');
|
216 |
+
}
|
217 |
+
|
218 |
+
// toggle border radius option
|
219 |
+
if(jQuery(this).val() == 'round'){
|
220 |
+
jQuery('#heateor_sss_border_radius_options').css('display', 'none');
|
221 |
+
}else{
|
222 |
+
jQuery('#heateor_sss_border_radius_options').css('display', 'table-row-group');
|
223 |
+
}
|
224 |
+
});
|
225 |
+
jQuery('input#heateor_sss_mobile_sharing_bottom').click(function(){
|
226 |
+
if(jQuery(this).is(':checked')){
|
227 |
+
jQuery('#heateor_sss_bottom_sharing_options').css('display', 'table-row-group');
|
228 |
+
}else{
|
229 |
+
jQuery('#heateor_sss_bottom_sharing_options').css('display', 'none');
|
230 |
+
}
|
231 |
+
});
|
232 |
+
jQuery('input[name="heateor_sss[vertical_sharing_shape]"]').click(function(){
|
233 |
+
// toggle height, width options
|
234 |
+
if(jQuery(this).val() == 'rectangle'){
|
235 |
+
jQuery('#heateor_sss_vertical_rectangle_options').css('display', 'table-row-group');
|
236 |
+
jQuery('#heateor_sss_vertical_size_options').css('display', 'none');
|
237 |
+
}else{
|
238 |
+
jQuery('#heateor_sss_vertical_rectangle_options').css('display', 'none');
|
239 |
+
jQuery('#heateor_sss_vertical_size_options').css('display', 'table-row-group');
|
240 |
+
}
|
241 |
+
|
242 |
+
// toggle border radius option
|
243 |
+
if(jQuery(this).val() == 'round'){
|
244 |
+
jQuery('#heateor_sss_vertical_border_radius_options').css('display', 'none');
|
245 |
+
}else{
|
246 |
+
jQuery('#heateor_sss_vertical_border_radius_options').css('display', 'table-row-group');
|
247 |
+
}
|
248 |
+
});
|
249 |
+
jQuery("#heateor_sss_rearrange, #heateor_sss_vertical_rearrange").sortable(), jQuery(".heateorSssHorizontalSharingProviderContainer input").click(function() {
|
250 |
+
jQuery(this).is(":checked") ? jQuery("#heateor_sss_rearrange").append('<li title="' + jQuery(this).val().replace(/_/g, " ") + '" id="heateor_sss_re_horizontal_' + jQuery(this).val().replace(/[. ]/g, "_") + '" ><i style="display:block;' + heateorSssHorSharingStyle + '" class="' + ( jQuery.inArray(jQuery(this).val(), heateorSssLikeButtons) != -1 ? '' : 'heateorSssSharingBackground ' ) + 'heateorSss' + heateorSssCapitaliseFirstLetter(jQuery(this).val().replace(/[_. ]/g, "")) + 'Background"><div class="heateorSssSharingSvg heateorSss' + heateorSssCapitaliseFirstLetter(jQuery(this).val().replace(/[_. ]/g, "")) + 'Svg" style="' + heateorSssHorDeliciousRadius + '"></div></i><input type="hidden" name="heateor_sss[horizontal_re_providers][]" value="' + jQuery(this).val() + '"></li>') : jQuery("#heateor_sss_re_horizontal_" + jQuery(this).val().replace(/[. ]/g, "_")).remove()
|
251 |
+
}), jQuery(".heateorSssVerticalSharingProviderContainer input").click(function() {
|
252 |
+
jQuery(this).is(":checked") ? jQuery("#heateor_sss_vertical_rearrange").append('<li title="' + jQuery(this).val().replace(/_/g, " ") + '" id="heateor_sss_re_vertical_' + jQuery(this).val().replace(/[. ]/g, "_") + '" ><i style="display:block;' + heateorSssVerticalSharingStyle + '" class="' + ( jQuery.inArray(jQuery(this).val(), heateorSssLikeButtons) != -1 ? '' : 'heateorSssVerticalSharingBackground ' ) + 'heateorSss' + heateorSssCapitaliseFirstLetter(jQuery(this).val().replace(/[_. ]/g, "")) + 'Background"><div class="heateorSssSharingSvg heateorSss' + heateorSssCapitaliseFirstLetter(jQuery(this).val().replace(/[_. ]/g, "")) + 'Svg" style="' + heateorSssVerticalDeliciousRadius + '"></div></i><input type="hidden" name="heateor_sss[vertical_re_providers][]" value="' + jQuery(this).val() + '"></li>') : jQuery("#heateor_sss_re_vertical_" + jQuery(this).val().replace(/[. ]/g, "_")).remove()
|
253 |
+
}), jQuery("#heateor_sss_target_url_column").find("input[type=radio]").click(function() {
|
254 |
+
jQuery(this).attr("id") && "heateor_sss_target_url_custom" == jQuery(this).attr("id") ? jQuery("#heateor_sss_target_url_custom_url").css("display", "block") : jQuery("#heateor_sss_target_url_custom_url").css("display", "none")
|
255 |
+
}), jQuery("#heateor_sss_vertical_target_url_column").find("input[type=radio]").click(function() {
|
256 |
+
jQuery(this).attr("id") && "heateor_sss_vertical_target_url_custom" == jQuery(this).attr("id") ? jQuery("#heateor_sss_vertical_target_url_custom_url").css("display", "block") : jQuery("#heateor_sss_vertical_target_url_custom_url").css("display", "none")
|
257 |
+
}), jQuery("#heateor_sss_target_url_custom").is(":checked") ? jQuery("#heateor_sss_target_url_custom_url").css("display", "block") : jQuery("#heateor_sss_target_url_custom_url").css("display", "none"), jQuery("#heateor_sss_vertical_target_url_custom").is(":checked") ? jQuery("#heateor_sss_vertical_target_url_custom_url").css("display", "block") : jQuery("#heateor_sss_vertical_target_url_custom_url").css("display", "none")
|
258 |
+
})
|
admin/partials/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
admin/partials/sassy-social-share-about.php
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
|
2 |
+
<div class="heateor_sss_right_column">
|
3 |
+
<div class="stuffbox">
|
4 |
+
<h3><label><?php _e('About', 'sassy-social-share' );?></label><label style="float:right"><?php _e('Version', 'sassy-social-share' );?> <?php echo get_option('heateor_sss_version'); ?></label></h3>
|
5 |
+
<div class="inside">
|
6 |
+
<p><strong>Sassy Social Share</strong> <?php _e('by', 'sassy-social-share' ) ?> <strong><a href="//www.heateor.com" target="_blank">Heateor</a></strong></p>
|
7 |
+
<p><?php _e('We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at', 'sassy-social-share' ) ?></p>
|
8 |
+
<div style="height:32px">
|
9 |
+
<a href="//www.facebook.com/heateor" target="_blank" title="Facebook"><img style="box-shadow:1px 1px 10px 1px #888888" class="heateorSssLoginButton heateorSssFacebookButton" /></a>
|
10 |
+
<a href="//twitter.com/heateor" target="_blank" title="Twitter"><img style="box-shadow:1px 1px 10px 1px #888888" class="heateorSssLoginButton heateorSssTwitterButton" ></a>
|
11 |
+
<a href="//plus.google.com/+Heateor" title="GooglePlus" target="_blank"><img style="box-shadow:1px 1px 10px 1px #888888" class="heateorSssLoginButton heateorSssGoogleButton" ></a>
|
12 |
+
</div>
|
13 |
+
</div>
|
14 |
+
</div>
|
15 |
+
|
16 |
+
<div style="margin-bottom: 21px">
|
17 |
+
<div class="inside" style="padding-top:10px">
|
18 |
+
<a target="_blank" style="text-decoration:none" href="https://www.heateor.com/sassy-social-share-demo/"><input type="button" class="ss_demo" value="<?php _e('Plugin Demo', 'sassy-social-share' ) ?>" /></a>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
<div style="margin-bottom: 21px">
|
23 |
+
<div class="inside" style="padding-top:10px">
|
24 |
+
<a target="_blank" style="text-decoration:none" href="https://www.heateor.com/add-ons"><input type="button" class="ss_demo" value="<?php _e('Add-ons', 'sassy-social-share' ) ?>" /></a>
|
25 |
+
</div>
|
26 |
+
</div>
|
27 |
+
|
28 |
+
<div style="margin-bottom: 21px">
|
29 |
+
<div class="inside" style="padding-top:10px">
|
30 |
+
<a target="_blank" style="text-decoration:none" href="https://wordpress.org/support/plugin/sassy-social-share"><input type="button" class="ss_demo" value="<?php _e('Support Forum', 'sassy-social-share' ) ?>" /></a>
|
31 |
+
</div>
|
32 |
+
</div>
|
33 |
+
|
34 |
+
<div class="stuffbox">
|
35 |
+
<h3><label><?php _e('Need Quick Help?', 'sassy-social-share' );?></label></h3>
|
36 |
+
<div class="inside">
|
37 |
+
<p><?php _e('If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href="mailto:support@heateor.com">support@heateor.com</a>', 'sassy-social-share' ); ?></p>
|
38 |
+
</div>
|
39 |
+
</div>
|
40 |
+
|
41 |
+
<div class="stuffbox">
|
42 |
+
<h3><label><?php _e('Support Us', 'sassy-social-share' );?></label></h3>
|
43 |
+
<div class="inside" style="padding-top: 10px">
|
44 |
+
<div style="height: 24px;">
|
45 |
+
<div style="float: left;"><strong><?php _e('Rate 5-star', 'sassy-social-share' ); ?></strong></div>
|
46 |
+
<div style="float: left; margin-left: 28px;">
|
47 |
+
<a style="text-decoration: none" href="//wordpress.org/support/view/plugin-reviews/sassy-social-share" target="_blank">
|
48 |
+
<img title="<?php _e('Rate 5-star', 'sassy-social-share' ); ?>" src="<?php echo plugins_url('../../images/star.png', __FILE__) ?>" />
|
49 |
+
<img title="<?php _e('Rate 5-star', 'sassy-social-share' ); ?>" src="<?php echo plugins_url('../../images/star.png', __FILE__) ?>" />
|
50 |
+
<img title="<?php _e('Rate 5-star', 'sassy-social-share' ); ?>" src="<?php echo plugins_url('../../images/star.png', __FILE__) ?>" />
|
51 |
+
<img title="<?php _e('Rate 5-star', 'sassy-social-share' ); ?>" src="<?php echo plugins_url('../../images/star.png', __FILE__) ?>" />
|
52 |
+
<img title="<?php _e('Rate 5-star', 'sassy-social-share' ); ?>" src="<?php echo plugins_url('../../images/star.png', __FILE__) ?>" />
|
53 |
+
</a>
|
54 |
+
</div>
|
55 |
+
</div>
|
56 |
+
|
57 |
+
<div class="heateor_sss_clear"></div>
|
58 |
+
|
59 |
+
<div style="height: 24px;">
|
60 |
+
<div style="float: left; width: 40px;">
|
61 |
+
<div class="fb-like" data-href="https://facebook.com/heateor" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true"></div>
|
62 |
+
</div>
|
63 |
+
</div>
|
64 |
+
|
65 |
+
<div class="heateor_sss_clear"></div>
|
66 |
+
|
67 |
+
<div style="height: 24px;">
|
68 |
+
<div style="float: left; width: 40px;">
|
69 |
+
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="//platform.twitter.com/widgets/follow_button.html?screen_name=heateor" style="width:250px; height:20px;"></iframe>
|
70 |
+
</div>
|
71 |
+
</div>
|
72 |
+
|
73 |
+
</div>
|
74 |
+
</div>
|
75 |
+
|
76 |
+
</div>
|
admin/partials/sassy-social-share-options-page.php
ADDED
@@ -0,0 +1,1722 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Options page
|
5 |
+
*
|
6 |
+
* @since 1.0.0
|
7 |
+
*/
|
8 |
+
defined('ABSPATH') or die("Cheating........Uh!!");
|
9 |
+
?>
|
10 |
+
|
11 |
+
<div id="fb-root"></div>
|
12 |
+
|
13 |
+
<div class="metabox-holder columns-2" id="post-body">
|
14 |
+
<div class="menu_div" id="tabs">
|
15 |
+
<form id="heateor_sss_form" action="options.php" method="post">
|
16 |
+
<?php settings_fields( 'heateor_sss_options' ); ?>
|
17 |
+
<h2 class="nav-tab-wrapper" style="height:36px">
|
18 |
+
<ul>
|
19 |
+
<li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-1"><?php _e('Theme Selection', 'sassy-social-share' ) ?></a></li>
|
20 |
+
<li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Standard Interface', 'sassy-social-share' ) ?></a></li>
|
21 |
+
<li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Floating Interface', 'sassy-social-share' ) ?></a></li>
|
22 |
+
<li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-4"><?php _e('Miscellaneous', 'sassy-social-share' ) ?></a></li>
|
23 |
+
<li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-5"><?php _e('Shortcode & Widget', 'sassy-social-share' ) ?></a></li>
|
24 |
+
<li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-6"><?php _e('Troubleshooter', 'sassy-social-share' ) ?></a></li>
|
25 |
+
<li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-7"><?php _e('FAQ', 'sassy-social-share' ) ?></a></li>
|
26 |
+
</ul>
|
27 |
+
</h2>
|
28 |
+
|
29 |
+
<div class="menu_containt_div" id="tabs-1">
|
30 |
+
<div class="heateor_sss_left_column">
|
31 |
+
<div class="stuffbox">
|
32 |
+
<h3><label><?php _e('Standard interface theme', 'sassy-social-share' );?></label></h3>
|
33 |
+
<div class="inside">
|
34 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
35 |
+
<tr>
|
36 |
+
<th>
|
37 |
+
<label style="float:left"><?php _e("Icon Preview", 'sassy-social-share' ); ?></label>
|
38 |
+
</th>
|
39 |
+
<td>
|
40 |
+
<?php
|
41 |
+
$horizontal_bg = isset( $options['horizontal_bg_color_default'] ) ? $options['horizontal_bg_color_default'] : '';
|
42 |
+
$border_width = isset( $options['horizontal_border_width_default'] ) ? $options['horizontal_border_width_default'] : '';
|
43 |
+
$border_color = isset( $options['horizontal_border_color_default'] ) ? $options['horizontal_border_color_default'] : '';
|
44 |
+
$sharing_color = isset( $options['horizontal_font_color_default'] ) ? $options['horizontal_font_color_default'] : '';
|
45 |
+
$sharing_color_hover = isset( $options['horizontal_font_color_hover'] ) ? $options['horizontal_font_color_hover'] : '';
|
46 |
+
$sharing_shape = isset( $options['horizontal_sharing_shape'] ) ? $options['horizontal_sharing_shape'] : 'round';
|
47 |
+
$sharing_size = isset( $options['horizontal_sharing_size'] ) ? $options['horizontal_sharing_size'] : 32;
|
48 |
+
$sharing_width = isset( $options['horizontal_sharing_width'] ) ? $options['horizontal_sharing_width'] : 32;
|
49 |
+
$sharing_height = isset( $options['horizontal_sharing_height'] ) ? $options['horizontal_sharing_height'] : 32;
|
50 |
+
$sharing_border_radius = isset( $options['horizontal_border_radius'] ) ? $options['horizontal_border_radius'] : '';
|
51 |
+
$horizontal_bg_hover = isset( $options['horizontal_bg_color_hover'] ) ? $options['horizontal_bg_color_hover'] : '';
|
52 |
+
$counter_position = isset( $options['horizontal_counter_position'] ) ? $options['horizontal_counter_position'] : '';
|
53 |
+
$line_height = $sharing_shape == 'rectangle' ? $sharing_height : $sharing_size;
|
54 |
+
?>
|
55 |
+
<style type="text/css">
|
56 |
+
#heateor_sss_preview{
|
57 |
+
color:<?php echo $sharing_color ? $sharing_color : "#fff" ?>;
|
58 |
+
}
|
59 |
+
#heateor_sss_preview:hover{
|
60 |
+
color:<?php echo $sharing_color_hover ?>;
|
61 |
+
}
|
62 |
+
</style>
|
63 |
+
<div>
|
64 |
+
<div class="heateorSssCounterPreviewTop" style="width:<?php echo 60 + ( isset( $options['horizontal_sharing_shape'] ) && $options['horizontal_sharing_shape'] == 'rectangle' ? $options['horizontal_sharing_width'] : $options['horizontal_sharing_size'] ) ?>px">44</div>
|
65 |
+
<div class="heateorSssCounterPreviewLeft">44</div>
|
66 |
+
<div id="heateor_sss_preview" style="cursor:pointer;float:left">
|
67 |
+
<div class="heateorSssCounterPreviewInnertop">44</div>
|
68 |
+
<div class="heateorSssCounterPreviewInnerleft">44</div>
|
69 |
+
<div id="horizontal_svg" style="float:left;width:100%;height:100%;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20stroke%3D%22<?php echo $sharing_color ? str_replace('#', '%23', $sharing_color) : "%23fff" ?>%22%20d%3D%22M14%2025%20v%20-13%20Q%2013%206%2021%207.5%20M%2010%2014%20L%2020%2014%22%20stroke-width%3D%224%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center; margin: auto"></div>
|
70 |
+
<div class="heateorSssCounterPreviewInnerright">44</div>
|
71 |
+
<div class="heateorSssCounterPreviewInnerbottom">44</div>
|
72 |
+
</div>
|
73 |
+
<div class="heateorSssCounterPreviewRight">44</div>
|
74 |
+
<div class="heateorSssCounterPreviewBottom" style="width:<?php echo 60 + ( isset( $options['horizontal_sharing_shape'] ) && $options['horizontal_sharing_shape'] == 'rectangle' ? $options['horizontal_sharing_width'] : $options['horizontal_sharing_size'] ) ?>px">44</div>
|
75 |
+
</div>
|
76 |
+
|
77 |
+
<script type="text/javascript">
|
78 |
+
var tempHorShape = '<?php echo $sharing_shape ?>', tempHorSize = '<?php echo $sharing_size ?>', tempHorHeight = '<?php echo $sharing_height ?>', tempHorWidth = '<?php echo $sharing_width ?>', heateorSssSharingBgHover = '<?php echo $horizontal_bg_hover ?>', heateorSssSharingBg = '<?php echo $horizontal_bg ? $horizontal_bg : "#3C589A" ?>', heateorSssBorderWidth = '<?php echo $border_width ?>', heateorSssBorderColor = '<?php echo $border_color ?>', heateorSssSharingBorderRadius = '<?php echo $sharing_border_radius ? $sharing_border_radius . "px" : "0px" ?>';
|
79 |
+
|
80 |
+
heateorSssSharingHorizontalPreview();
|
81 |
+
|
82 |
+
jQuery('#heateor_sss_preview').hover(function(){
|
83 |
+
if(heateorSssSharingBgHover && heateorSssSharingBgHover != '#3C589A'){
|
84 |
+
jQuery(this).css('backgroundColor', heateorSssSharingBgHover);
|
85 |
+
}
|
86 |
+
if(jQuery('#heateor_sss_font_color_hover').val().trim()){
|
87 |
+
jQuery(this).find('#horizontal_svg').attr('style', jQuery(this).find('#horizontal_svg').attr('style').replace(heateorSssSharingTempColor.replace('#', '%23'), jQuery('#heateor_sss_font_color_hover').val().trim().replace('#', '%23')));
|
88 |
+
jQuery(this).css('color', jQuery('#heateor_sss_font_color_hover').val().trim());
|
89 |
+
}
|
90 |
+
jQuery(this).css('borderStyle', 'solid');
|
91 |
+
jQuery(this).css('borderWidth', heateorSssBorderWidthHover ? heateorSssBorderWidthHover : heateorSssBorderWidth ? heateorSssBorderWidth : '0');
|
92 |
+
jQuery(this).css('borderColor', heateorSssBorderColorHover ? heateorSssBorderColorHover : 'transparent');
|
93 |
+
},function(){
|
94 |
+
jQuery(this).css('backgroundColor', heateorSssSharingBg);
|
95 |
+
if(jQuery('#heateor_sss_font_color_hover').val().trim()){
|
96 |
+
jQuery(this).find('#horizontal_svg').attr('style', jQuery(this).find('#horizontal_svg').attr('style').replace(jQuery('#heateor_sss_font_color_hover').val().trim().replace('#', '%23'), heateorSssSharingTempColor.replace('#', '%23')));
|
97 |
+
jQuery(this).css('color', heateorSssSharingTempColor);
|
98 |
+
}
|
99 |
+
jQuery(this).css('borderStyle', 'solid');
|
100 |
+
jQuery(this).css('borderWidth', heateorSssBorderWidth ? heateorSssBorderWidth : heateorSssBorderWidthHover ? heateorSssBorderWidthHover : '0');
|
101 |
+
jQuery(this).css('borderColor', heateorSssBorderColor ? heateorSssBorderColor : 'transparent');
|
102 |
+
});
|
103 |
+
</script>
|
104 |
+
</td>
|
105 |
+
</tr>
|
106 |
+
|
107 |
+
<tr>
|
108 |
+
<td colspan="2">
|
109 |
+
<div id="heateor_sss_preview_message" style="color:green;display:none;margin-top:36px"><?php _e('Do not forget to save the configuration after making changes by clicking the save button below', 'sassy-social-share' ); ?></div>
|
110 |
+
</td>
|
111 |
+
</tr>
|
112 |
+
|
113 |
+
<tr>
|
114 |
+
<th>
|
115 |
+
<img id="heateor_sss_icon_shape_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
116 |
+
<label><?php _e("Shape", 'sassy-social-share' ); ?></label>
|
117 |
+
</th>
|
118 |
+
<td>
|
119 |
+
<input id="heateor_sss_icon_round" onclick="tempHorShape = 'round';heateorSssSharingHorizontalPreview()" name="heateor_sss[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'round' ? 'checked = "checked"' : '';?> value="round" />
|
120 |
+
<label style="margin-right:10px" for="heateor_sss_icon_round"><?php _e("Round", 'sassy-social-share' ); ?></label>
|
121 |
+
<input id="heateor_sss_icon_square" onclick="tempHorShape = 'square';heateorSssSharingHorizontalPreview()" name="heateor_sss[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'square' ? 'checked = "checked"' : '';?> value="square" />
|
122 |
+
<label style="margin-right:10px" for="heateor_sss_icon_square"><?php _e("Square", 'sassy-social-share' ); ?></label>
|
123 |
+
<input id="heateor_sss_icon_rectangle" onclick="tempHorShape = 'rectangle';heateorSssSharingHorizontalPreview()" name="heateor_sss[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'rectangle' ? 'checked = "checked"' : '';?> value="rectangle" />
|
124 |
+
<label for="heateor_sss_icon_rectangle"><?php _e("Rectangle", 'sassy-social-share' ); ?></label>
|
125 |
+
</td>
|
126 |
+
</tr>
|
127 |
+
|
128 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_icon_shape_help_cont">
|
129 |
+
<td colspan="2">
|
130 |
+
<div>
|
131 |
+
<?php _e('Shape of the sharing icons', 'sassy-social-share' ) ?>
|
132 |
+
</div>
|
133 |
+
</td>
|
134 |
+
</tr>
|
135 |
+
|
136 |
+
<tbody id="heateor_sss_size_options" <?php echo ! isset( $options['horizontal_sharing_shape'] ) || $options['horizontal_sharing_shape'] != 'rectangle' ? '' : 'style="display: none"'; ?>>
|
137 |
+
<tr>
|
138 |
+
<th>
|
139 |
+
<img id="heateor_sss_icon_size_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
140 |
+
<label><?php _e("Size (in pixels)", 'sassy-social-share' ); ?></label>
|
141 |
+
</th>
|
142 |
+
<td>
|
143 |
+
<input style="width:50px" id="heateor_sss_icon_size" name="heateor_sss[horizontal_sharing_size]" type="text" value="<?php echo $sharing_size; ?>" />
|
144 |
+
<input id="heateor_sss_size_plus" type="button" value="+" onmouseup="tempHorSize = document.getElementById('heateor_sss_icon_size').value;heateorSssSharingHorizontalPreview()" />
|
145 |
+
<input id="heateor_sss_size_minus" type="button" value="-" onmouseup="tempHorSize = document.getElementById('heateor_sss_icon_size').value;heateorSssSharingHorizontalPreview()" />
|
146 |
+
<script type="text/javascript">
|
147 |
+
heateorSssIncrement(document.getElementById('heateor_sss_size_plus'), "add", document.getElementById('heateor_sss_icon_size'), 300, 0.7);
|
148 |
+
heateorSssIncrement(document.getElementById('heateor_sss_size_minus'), "subtract", document.getElementById('heateor_sss_icon_size'), 300, 0.7);
|
149 |
+
</script>
|
150 |
+
</td>
|
151 |
+
</tr>
|
152 |
+
|
153 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_icon_size_help_cont">
|
154 |
+
<td colspan="2">
|
155 |
+
<div>
|
156 |
+
<?php _e('Size of the sharing icons', 'sassy-social-share' ) ?>
|
157 |
+
</div>
|
158 |
+
</td>
|
159 |
+
</tr>
|
160 |
+
</tbody>
|
161 |
+
|
162 |
+
<tbody id="heateor_sss_rectangle_options" <?php echo isset( $options['horizontal_sharing_shape'] ) && $options['horizontal_sharing_shape'] == 'rectangle' ? '' : 'style="display: none"'; ?>>
|
163 |
+
<tr>
|
164 |
+
<th>
|
165 |
+
<img id="heateor_sss_icon_width_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
166 |
+
<label><?php _e("Width (in pixels)", 'sassy-social-share' ); ?></label>
|
167 |
+
</th>
|
168 |
+
<td>
|
169 |
+
<input style="width:50px" id="heateor_sss_icon_width" name="heateor_sss[horizontal_sharing_width]" type="text" value="<?php echo $sharing_width; ?>" />
|
170 |
+
<input id="heateor_sss_width_plus" type="button" value="+" onmouseup="tempHorWidth = document.getElementById('heateor_sss_icon_width').value;heateorSssSharingHorizontalPreview()" />
|
171 |
+
<input id="heateor_sss_width_minus" type="button" value="-" onmouseup="tempHorWidth = document.getElementById('heateor_sss_icon_width').value;heateorSssSharingHorizontalPreview()" />
|
172 |
+
<script type="text/javascript">
|
173 |
+
heateorSssIncrement(document.getElementById('heateor_sss_width_plus'), "add", document.getElementById('heateor_sss_icon_width'), 300, 0.7);
|
174 |
+
heateorSssIncrement(document.getElementById('heateor_sss_width_minus'), "subtract", document.getElementById('heateor_sss_icon_width'), 300, 0.7);
|
175 |
+
</script>
|
176 |
+
</td>
|
177 |
+
</tr>
|
178 |
+
|
179 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_icon_width_help_cont">
|
180 |
+
<td colspan="2">
|
181 |
+
<div>
|
182 |
+
<?php _e('Width of the sharing icons', 'sassy-social-share' ) ?>
|
183 |
+
</div>
|
184 |
+
</td>
|
185 |
+
</tr>
|
186 |
+
|
187 |
+
<tr>
|
188 |
+
<th>
|
189 |
+
<img id="heateor_sss_icon_height_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
190 |
+
<label><?php _e("Height (in pixels)", 'sassy-social-share' ); ?></label>
|
191 |
+
</th>
|
192 |
+
<td>
|
193 |
+
<input style="width:50px" id="heateor_sss_icon_height" name="heateor_sss[horizontal_sharing_height]" type="text" value="<?php echo $sharing_height; ?>" />
|
194 |
+
<input id="heateor_sss_height_plus" type="button" value="+" onmouseup="tempHorHeight = document.getElementById('heateor_sss_icon_height').value;heateorSssSharingHorizontalPreview()" />
|
195 |
+
<input id="heateor_sss_height_minus" type="button" value="-" onmouseup="tempHorHeight = document.getElementById('heateor_sss_icon_height').value;heateorSssSharingHorizontalPreview()" />
|
196 |
+
<script type="text/javascript">
|
197 |
+
heateorSssIncrement(document.getElementById('heateor_sss_height_plus'), "add", document.getElementById('heateor_sss_icon_height'), 300, 0.7);
|
198 |
+
heateorSssIncrement(document.getElementById('heateor_sss_height_minus'), "subtract", document.getElementById('heateor_sss_icon_height'), 300, 0.7);
|
199 |
+
</script>
|
200 |
+
</td>
|
201 |
+
</tr>
|
202 |
+
|
203 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_icon_height_help_cont">
|
204 |
+
<td colspan="2">
|
205 |
+
<div>
|
206 |
+
<?php _e('Height of the sharing icons', 'sassy-social-share' ) ?>
|
207 |
+
</div>
|
208 |
+
</td>
|
209 |
+
</tr>
|
210 |
+
</tbody>
|
211 |
+
|
212 |
+
<tbody id="heateor_sss_border_radius_options" <?php echo isset( $options['horizontal_sharing_shape'] ) && $options['horizontal_sharing_shape'] != 'round' ? '' : 'style="display: none"'; ?>>
|
213 |
+
<tr>
|
214 |
+
<th>
|
215 |
+
<img id="heateor_sss_icon_border_radius_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
216 |
+
<label><?php _e("Border radius (in pixels)", 'sassy-social-share' ); ?></label>
|
217 |
+
</th>
|
218 |
+
<td>
|
219 |
+
<input style="width:50px" id="heateor_sss_icon_border_radius" name="heateor_sss[horizontal_border_radius]" type="text" value="<?php echo $sharing_border_radius; ?>" onkeyup="heateorSssSharingBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '';heateorSssUpdateSharingPreview(this.value.trim() + 'px', 'borderRadius', '0px', 'heateor_sss_preview')" />
|
220 |
+
</td>
|
221 |
+
</tr>
|
222 |
+
|
223 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_icon_border_radius_help_cont">
|
224 |
+
<td colspan="2">
|
225 |
+
<div>
|
226 |
+
<?php _e('Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners.', 'sassy-social-share' ) ?>
|
227 |
+
</div>
|
228 |
+
</td>
|
229 |
+
</tr>
|
230 |
+
</tbody>
|
231 |
+
|
232 |
+
<tr>
|
233 |
+
<th>
|
234 |
+
<img id="heateor_sss_font_color_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
235 |
+
<label><?php _e("Logo Color", 'sassy-social-share' ); ?></label>
|
236 |
+
</th>
|
237 |
+
<td>
|
238 |
+
<script type="text/javascript">var heateorSssSharingTempColor = '<?php echo $sharing_color ? $sharing_color : "#fff" ?>';</script>
|
239 |
+
<label for="heateor_sss_font_color_default"><?php _e("Default", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_font_color_default" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#horizontal_svg').attr('style', jQuery('#horizontal_svg').attr('style').replace(heateorSssSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); heateorSssSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#heateor_sss_preview').css('color', heateorSssSharingTempColor.replace('%23','#')) }" name="heateor_sss[horizontal_font_color_default]" type="text" value="<?php echo $sharing_color; ?>" />
|
240 |
+
<input name="heateor_sss[horizontal_sharing_replace_color]" type="hidden" value="<?php echo isset( $options['horizontal_sharing_replace_color'] ) ? $options['horizontal_sharing_replace_color'] : ''; ?>" />
|
241 |
+
<label style="margin-left:10px" for="heateor_sss_font_color_hover"><?php _e("On Hover", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_font_color_hover" name="heateor_sss[horizontal_font_color_hover]" type="text" onkeyup="" value="<?php echo $sharing_color_hover; ?>" />
|
242 |
+
<input name="heateor_sss[horizontal_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $options['horizontal_sharing_replace_color_hover'] ) ? $options['horizontal_sharing_replace_color_hover'] : ''; ?>" />
|
243 |
+
</td>
|
244 |
+
</tr>
|
245 |
+
|
246 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_font_color_help_cont">
|
247 |
+
<td colspan="2">
|
248 |
+
<div>
|
249 |
+
<?php _e('Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'sassy-social-share' ) ?>
|
250 |
+
</div>
|
251 |
+
</td>
|
252 |
+
</tr>
|
253 |
+
|
254 |
+
<tr>
|
255 |
+
<th>
|
256 |
+
<img id="heateor_sss_bg_color_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
257 |
+
<label><?php _e("Background Color", 'sassy-social-share' ); ?></label>
|
258 |
+
</th>
|
259 |
+
<td>
|
260 |
+
<label for="heateor_sss_bg_color_default"><?php _e("Default", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_bg_color_default" name="heateor_sss[horizontal_bg_color_default]" type="text" onkeyup="heateorSssSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; heateorSssUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'heateor_sss_preview')" value="<?php echo $horizontal_bg ?>" />
|
261 |
+
<label style="margin-left:10px" for="heateor_sss_bg_color_hover"><?php _e("On Hover", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_bg_color_hover" name="heateor_sss[horizontal_bg_color_hover]" type="text" onkeyup="heateorSssSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo $horizontal_bg_hover ?>" />
|
262 |
+
</td>
|
263 |
+
</tr>
|
264 |
+
|
265 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_bg_color_help_cont">
|
266 |
+
<td colspan="2">
|
267 |
+
<div>
|
268 |
+
<?php _e('Specify the color or hex code (example #cc78e0) for icon background. Save "transparent" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'sassy-social-share' ) ?>
|
269 |
+
</div>
|
270 |
+
</td>
|
271 |
+
</tr>
|
272 |
+
|
273 |
+
<tr>
|
274 |
+
<th>
|
275 |
+
<img id="heateor_sss_border_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
276 |
+
<label><?php _e("Border", 'sassy-social-share' ); ?></label>
|
277 |
+
</th>
|
278 |
+
<td>
|
279 |
+
<script type="text/javascript">var heateorSssBorderWidthHover = '<?php echo $border_width_hover = isset( $options['horizontal_border_width_hover'] ) ? $options['horizontal_border_width_hover'] : ''; ?>', heateorSssBorderColorHover = '<?php echo $border_color_hover = isset( $options['horizontal_border_color_hover'] ) ? $options['horizontal_border_color_hover'] : ''; ?>'</script>
|
280 |
+
<label><strong><?php _e("Default", 'sassy-social-share' ); ?></strong></label>
|
281 |
+
<br/>
|
282 |
+
<label for="heateor_sss_border_width_default"><?php _e("Border Width", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_border_width_default" onkeyup="heateorSssBorderWidth = this.value.trim(); jQuery('#heateor_sss_preview').css('borderStyle', 'solid'); heateorSssUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'heateor_sss_preview'); heateorSssSharingHorizontalPreview();" name="heateor_sss[horizontal_border_width_default]" type="text" value="<?php echo $border_width ?>" />pixel(s)
|
283 |
+
<label style="margin-left:10px" for="heateor_sss_border_color_default"><?php _e("Border Color", 'sassy-social-share' ); ?></label><input style="width: 100px" onkeyup="heateorSssBorderColor = this.value.trim(); jQuery('#heateor_sss_preview').css('borderStyle', 'solid'); heateorSssUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'heateor_sss_preview')" id="heateor_sss_border_color_default" name="heateor_sss[horizontal_border_color_default]" type="text" value="<?php echo $border_color ?>" />
|
284 |
+
<br/><br/>
|
285 |
+
<label><strong><?php _e("On Hover", 'sassy-social-share' ); ?></strong></label>
|
286 |
+
<br/>
|
287 |
+
<label for="heateor_sss_border_width_hover"><?php _e("Border Width", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_border_width_hover" name="heateor_sss[horizontal_border_width_hover]" type="text" value="<?php echo $border_width_hover ?>" onkeyup="heateorSssBorderWidthHover = this.value.trim();" />pixel(s)
|
288 |
+
<label style="margin-left:10px" for="heateor_sss_border_color_hover"><?php _e("Border Color", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_border_color_hover" name="heateor_sss[horizontal_border_color_hover]" type="text" value="<?php echo $border_color_hover ?>" onkeyup="heateorSssBorderColorHover = this.value.trim();" />
|
289 |
+
</td>
|
290 |
+
</tr>
|
291 |
+
|
292 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_border_help_cont">
|
293 |
+
<td colspan="2">
|
294 |
+
<div>
|
295 |
+
<?php _e('Icon border', 'sassy-social-share' ) ?>
|
296 |
+
</div>
|
297 |
+
</td>
|
298 |
+
</tr>
|
299 |
+
|
300 |
+
<tr>
|
301 |
+
<th>
|
302 |
+
<img id="heateor_sss_counter_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
303 |
+
<label><?php _e("Counter Position", 'sassy-social-share' ); ?><br/><?php _e("(applies, if counter enabled)", 'sassy-social-share' ); ?></label>
|
304 |
+
</th>
|
305 |
+
<td>
|
306 |
+
<input id="heateor_sss_counter_left" name="heateor_sss[horizontal_counter_position]" onclick="heateorSssCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'left' ? 'checked = "checked"' : '';?> value="left" />
|
307 |
+
<label style="margin-right:10px" for="heateor_sss_counter_left"><?php _e("Left", 'sassy-social-share' ); ?></label>
|
308 |
+
<input id="heateor_sss_counter_top" name="heateor_sss[horizontal_counter_position]" onclick="heateorSssCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'top' ? 'checked = "checked"' : '';?> value="top" />
|
309 |
+
<label style="margin-right:10px" for="heateor_sss_counter_top"><?php _e("Top", 'sassy-social-share' ); ?></label>
|
310 |
+
<input id="heateor_sss_counter_right" name="heateor_sss[horizontal_counter_position]" onclick="heateorSssCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'right' ? 'checked = "checked"' : '';?> value="right" />
|
311 |
+
<label style="margin-right:10px" for="heateor_sss_counter_right"><?php _e("Right", 'sassy-social-share' ); ?></label>
|
312 |
+
<input id="heateor_sss_counter_bottom" name="heateor_sss[horizontal_counter_position]" onclick="heateorSssCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'bottom' ? 'checked = "checked"' : '';?> value="bottom" />
|
313 |
+
<label style="margin-right:10px" for="heateor_sss_counter_bottom"><?php _e("Bottom", 'sassy-social-share' ); ?></label><br/>
|
314 |
+
<input id="heateor_sss_counter_inner_left" name="heateor_sss[horizontal_counter_position]" onclick="heateorSssCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_left' ? 'checked = "checked"' : '';?> value="inner_left" />
|
315 |
+
<label style="margin-right:10px" for="heateor_sss_counter_inner_left"><?php _e("Inner Left", 'sassy-social-share' ); ?></label>
|
316 |
+
<input id="heateor_sss_counter_inner_top" name="heateor_sss[horizontal_counter_position]" onclick="heateorSssCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_top' ? 'checked = "checked"' : '';?> value="inner_top" />
|
317 |
+
<label style="margin-right:10px" for="heateor_sss_counter_inner_top"><?php _e("Inner Top", 'sassy-social-share' ); ?></label>
|
318 |
+
<input id="heateor_sss_counter_inner_right" name="heateor_sss[horizontal_counter_position]" onclick="heateorSssCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_right' ? 'checked = "checked"' : '';?> value="inner_right" />
|
319 |
+
<label style="margin-right:10px" for="heateor_sss_counter_inner_right"><?php _e("Inner Right", 'sassy-social-share' ); ?></label>
|
320 |
+
<input id="heateor_sss_counter_inner_bottom" name="heateor_sss[horizontal_counter_position]" onclick="heateorSssCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_bottom' ? 'checked = "checked"' : '';?> value="inner_bottom" />
|
321 |
+
<label style="margin-right:10px" for="heateor_sss_counter_inner_bottom"><?php _e("Inner Bottom", 'sassy-social-share' ); ?></label>
|
322 |
+
</td>
|
323 |
+
</tr>
|
324 |
+
<script type="text/javascript">heateorSssCounterPreview('<?php echo $counter_position ?>');</script>
|
325 |
+
|
326 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_counter_help_cont">
|
327 |
+
<td colspan="2">
|
328 |
+
<div>
|
329 |
+
<?php _e('Position of share counter', 'sassy-social-share' ) ?>
|
330 |
+
</div>
|
331 |
+
</td>
|
332 |
+
</tr>
|
333 |
+
|
334 |
+
</table>
|
335 |
+
</div>
|
336 |
+
</div>
|
337 |
+
|
338 |
+
<div class="stuffbox">
|
339 |
+
<h3><label><?php _e('Floating interface theme', 'sassy-social-share' );?></label></h3>
|
340 |
+
<div class="inside">
|
341 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
342 |
+
<tr>
|
343 |
+
<th>
|
344 |
+
<label style="float:left"><?php _e("Icon Preview", 'sassy-social-share' ); ?></label>
|
345 |
+
</th>
|
346 |
+
<td>
|
347 |
+
<?php
|
348 |
+
$vertical_bg = isset( $options['vertical_bg_color_default'] ) ? $options['vertical_bg_color_default'] : '';
|
349 |
+
$vertical_bg_hover = isset( $options['vertical_bg_color_hover'] ) ? $options['vertical_bg_color_hover'] : '';
|
350 |
+
$vertical_border_width = isset( $options['vertical_border_width_default'] ) ? $options['vertical_border_width_default'] : '';
|
351 |
+
$vertical_border_color = isset( $options['vertical_border_color_default'] ) ? $options['vertical_border_color_default'] : '';
|
352 |
+
$vertical_sharing_color = isset( $options['vertical_font_color_default'] ) ? $options['vertical_font_color_default'] : '';
|
353 |
+
$vertical_sharing_color_hover = isset( $options['vertical_font_color_hover'] ) ? $options['vertical_font_color_hover'] : '';
|
354 |
+
$vertical_sharing_shape = isset( $options['vertical_sharing_shape'] ) ? $options['vertical_sharing_shape'] : 'round';
|
355 |
+
$vertical_sharing_size = isset( $options['vertical_sharing_size'] ) ? $options['vertical_sharing_size'] : 32;
|
356 |
+
$vertical_sharing_width = isset( $options['vertical_sharing_width'] ) ? $options['vertical_sharing_width'] : 32;
|
357 |
+
$vertical_sharing_height = isset( $options['vertical_sharing_height'] ) ? $options['vertical_sharing_height'] : 32;
|
358 |
+
$vertical_sharing_border_radius = isset( $options['vertical_border_radius'] ) ? $options['vertical_border_radius'] : '';
|
359 |
+
$vertical_vertical_bg_hover = isset( $options['vertical_bg_color_hover'] ) ? $options['vertical_bg_color_hover'] : '';
|
360 |
+
$vertical_counter_position = isset( $options['vertical_counter_position'] ) ? $options['vertical_counter_position'] : '';
|
361 |
+
$vertical_line_height = $vertical_sharing_shape == 'rectangle' ? $vertical_sharing_height : $vertical_sharing_size;
|
362 |
+
?>
|
363 |
+
<style type="text/css">
|
364 |
+
#heateor_sss_vertical_preview{
|
365 |
+
color:<?php echo $vertical_sharing_color ? $vertical_sharing_color : "#fff" ?>;
|
366 |
+
}
|
367 |
+
#heateor_sss_vertical_preview:hover{
|
368 |
+
color:<?php echo $vertical_sharing_color_hover ?>;
|
369 |
+
}
|
370 |
+
</style>
|
371 |
+
<div>
|
372 |
+
<div class="heateorSssCounterVerticalPreviewTop" style="width:<?php echo 60 + ( isset( $options['vertical_sharing_shape'] ) && $options['vertical_sharing_shape'] == 'rectangle' ? $options['vertical_sharing_width'] : $options['vertical_sharing_size'] ) ?>px">44</div>
|
373 |
+
<div class="heateorSssCounterVerticalPreviewLeft">44</div>
|
374 |
+
<div id="heateor_sss_vertical_preview" style="cursor:pointer;float:left">
|
375 |
+
<div class="heateorSssCounterVerticalPreviewInnertop">44</div>
|
376 |
+
<div class="heateorSssCounterVerticalPreviewInnerleft">44</div>
|
377 |
+
<div id="vertical_svg" style="float:left;width:100%;height:100%;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20stroke%3D%22<?php echo $vertical_sharing_color ? str_replace('#', '%23', $vertical_sharing_color) : "%23fff" ?>%22%20d%3D%22M14%2025%20v%20-13%20Q%2013%206%2021%207.5%20M%2010%2014%20L%2020%2014%22%20stroke-width%3D%224%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center; margin: auto"></div>
|
378 |
+
<div class="heateorSssCounterVerticalPreviewInnerright">44</div>
|
379 |
+
<div class="heateorSssCounterVerticalPreviewInnerbottom">44</div>
|
380 |
+
</div>
|
381 |
+
<div class="heateorSssCounterVerticalPreviewRight">44</div>
|
382 |
+
<div class="heateorSssCounterVerticalPreviewBottom" style="width:<?php echo 60 + ( isset( $options['vertical_sharing_shape'] ) && $options['vertical_sharing_shape'] == 'rectangle' ? $options['vertical_sharing_width'] : $options['vertical_sharing_size'] ) ?>px">44</div>
|
383 |
+
</div>
|
384 |
+
|
385 |
+
<script type="text/javascript">
|
386 |
+
var tempVerticalShape = '<?php echo $vertical_sharing_shape ?>', tempVerticalSize = '<?php echo $vertical_sharing_size ?>', tempVerticalHeight = '<?php echo $vertical_sharing_height ?>', tempVerticalWidth = '<?php echo $vertical_sharing_width ?>', heateorSssVerticalSharingBgHover = '<?php echo $vertical_bg_hover ?>', heateorSssVerticalSharingBg = '<?php echo $vertical_bg ? $vertical_bg : "#3C589A" ?>', heateorSssVerticalBorderWidth = '<?php echo $vertical_border_width ?>', heateorSssVerticalBorderColor = '<?php echo $vertical_border_color ?>', heateorSssVerticalBorderWidthHover = '<?php echo $vertical_border_width_hover = isset( $options['vertical_border_width_hover'] ) ? $options['vertical_border_width_hover'] : ''; ?>', heateorSssVerticalBorderColorHover = '<?php echo $vertical_border_color_hover = isset( $options['vertical_border_color_hover'] ) ? $options['vertical_border_color_hover'] : ''; ?>', heateorSssVerticalBorderRadius = '<?php echo $vertical_sharing_border_radius ? $vertical_sharing_border_radius . "px" : "0px" ?>';
|
387 |
+
|
388 |
+
heateorSssSharingVerticalPreview();
|
389 |
+
|
390 |
+
jQuery('#heateor_sss_vertical_preview').hover(function(){
|
391 |
+
if(heateorSssVerticalSharingBgHover && heateorSssVerticalSharingBgHover != '#3C589A'){
|
392 |
+
jQuery(this).css('backgroundColor', heateorSssVerticalSharingBgHover);
|
393 |
+
}
|
394 |
+
if(jQuery('#heateor_sss_vertical_font_color_hover').val().trim()){
|
395 |
+
jQuery(this).find('#vertical_svg').attr('style', jQuery(this).find('#vertical_svg').attr('style').replace(heateorSssVerticalSharingTempColor.replace('#', '%23'), jQuery('#heateor_sss_vertical_font_color_hover').val().trim().replace('#', '%23')));
|
396 |
+
jQuery(this).css('color', jQuery('#heateor_sss_vertical_font_color_hover').val().trim());
|
397 |
+
}
|
398 |
+
jQuery(this).css('borderStyle', 'solid');
|
399 |
+
jQuery(this).css('borderWidth', heateorSssVerticalBorderWidthHover ? heateorSssVerticalBorderWidthHover : heateorSssVerticalBorderWidth ? heateorSssVerticalBorderWidth : '0');
|
400 |
+
jQuery(this).css('borderColor', heateorSssVerticalBorderColorHover ? heateorSssVerticalBorderColorHover : 'transparent');
|
401 |
+
},function(){
|
402 |
+
jQuery(this).css('backgroundColor', heateorSssVerticalSharingBg);
|
403 |
+
if(jQuery('#heateor_sss_vertical_font_color_hover').val().trim()){
|
404 |
+
jQuery(this).find('#vertical_svg').attr('style', jQuery(this).find('#vertical_svg').attr('style').replace(jQuery('#heateor_sss_vertical_font_color_hover').val().trim().replace('#', '%23'), heateorSssVerticalSharingTempColor.replace('#', '%23')));
|
405 |
+
jQuery(this).css('color', heateorSssVerticalSharingTempColor);
|
406 |
+
}
|
407 |
+
jQuery(this).css('borderStyle', 'solid');
|
408 |
+
jQuery(this).css('borderWidth', heateorSssVerticalBorderWidth ? heateorSssVerticalBorderWidth : heateorSssVerticalBorderWidthHover ? heateorSssVerticalBorderWidthHover : '0');
|
409 |
+
jQuery(this).css('borderColor', heateorSssVerticalBorderColor ? heateorSssVerticalBorderColor : 'transparent');
|
410 |
+
});
|
411 |
+
</script>
|
412 |
+
</td>
|
413 |
+
</tr>
|
414 |
+
|
415 |
+
<tr>
|
416 |
+
<td colspan="2">
|
417 |
+
<div id="heateor_sss_vertical_preview_message" style="color:green;display:none"><?php _e('Do not forget to save the configuration after making changes by clicking the save button below', 'sassy-social-share' ); ?></div>
|
418 |
+
</td>
|
419 |
+
</tr>
|
420 |
+
|
421 |
+
<tr>
|
422 |
+
<th>
|
423 |
+
<img id="heateor_sss_vertical_sharing_icon_shape_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
424 |
+
<label><?php _e("Shape", 'sassy-social-share' ); ?></label>
|
425 |
+
</th>
|
426 |
+
<td>
|
427 |
+
<input id="heateor_sss_vertical_icon_round" onclick="tempVerticalShape = 'round';heateorSssSharingVerticalPreview()" name="heateor_sss[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'round' ? 'checked = "checked"' : '';?> value="round" />
|
428 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_icon_round"><?php _e("Round", 'sassy-social-share' ); ?></label>
|
429 |
+
<input id="heateor_sss_vertical_icon_square" onclick="tempVerticalShape = 'square';heateorSssSharingVerticalPreview()" name="heateor_sss[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'square' ? 'checked = "checked"' : '';?> value="square" />
|
430 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_icon_square"><?php _e("Square", 'sassy-social-share' ); ?></label>
|
431 |
+
<input id="heateor_sss_vertical_icon_rectangle" onclick="tempVerticalShape = 'rectangle';heateorSssSharingVerticalPreview()" name="heateor_sss[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'rectangle' ? 'checked = "checked"' : '';?> value="rectangle" />
|
432 |
+
<label for="heateor_sss_vertical_icon_rectangle"><?php _e("Rectangle", 'sassy-social-share' ); ?></label>
|
433 |
+
</td>
|
434 |
+
</tr>
|
435 |
+
|
436 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_sharing_icon_shape_help_cont">
|
437 |
+
<td colspan="2">
|
438 |
+
<div>
|
439 |
+
<?php _e('Shape of the sharing icons', 'sassy-social-share' ) ?>
|
440 |
+
</div>
|
441 |
+
</td>
|
442 |
+
</tr>
|
443 |
+
|
444 |
+
<tbody id="heateor_sss_vertical_size_options" <?php echo ! isset( $options['vertical_sharing_shape'] ) || $options['vertical_sharing_shape'] != 'rectangle' ? '' : 'style="display: none"'; ?>>
|
445 |
+
<tr>
|
446 |
+
<th>
|
447 |
+
<img id="heateor_sss_vertical_sharing_icon_size_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
448 |
+
<label><?php _e("Size (in pixels)", 'sassy-social-share' ); ?></label>
|
449 |
+
</th>
|
450 |
+
<td>
|
451 |
+
<input style="width:50px" id="heateor_sss_vertical_sharing_icon_size" name="heateor_sss[vertical_sharing_size]" type="text" value="<?php echo $vertical_sharing_size; ?>" />
|
452 |
+
<input id="heateor_sss_vertical_sharing_size_plus" type="button" value="+" onmouseup="tempVerticalSize = document.getElementById('heateor_sss_vertical_sharing_icon_size').value;heateorSssSharingVerticalPreview()" />
|
453 |
+
<input id="heateor_sss_vertical_sharing_size_minus" type="button" value="-" onmouseup="tempVerticalSize = document.getElementById('heateor_sss_vertical_sharing_icon_size').value;heateorSssSharingVerticalPreview()" />
|
454 |
+
<script type="text/javascript">
|
455 |
+
heateorSssIncrement(document.getElementById('heateor_sss_vertical_sharing_size_plus'), "add", document.getElementById('heateor_sss_vertical_sharing_icon_size'), 300, 0.7);
|
456 |
+
heateorSssIncrement(document.getElementById('heateor_sss_vertical_sharing_size_minus'), "subtract", document.getElementById('heateor_sss_vertical_sharing_icon_size'), 300, 0.7);
|
457 |
+
</script>
|
458 |
+
</td>
|
459 |
+
</tr>
|
460 |
+
|
461 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_sharing_icon_size_help_cont">
|
462 |
+
<td colspan="2">
|
463 |
+
<div>
|
464 |
+
<?php _e('Size of the sharing icons', 'sassy-social-share' ) ?>
|
465 |
+
</div>
|
466 |
+
</td>
|
467 |
+
</tr>
|
468 |
+
</tbody>
|
469 |
+
|
470 |
+
<tbody id="heateor_sss_vertical_rectangle_options" <?php echo isset( $options['vertical_sharing_shape'] ) && $options['vertical_sharing_shape'] == 'rectangle' ? '' : 'style="display: none"'; ?>>
|
471 |
+
<tr>
|
472 |
+
<th>
|
473 |
+
<img id="heateor_sss_vertical_icon_width_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
474 |
+
<label><?php _e("Width (in pixels)", 'sassy-social-share' ); ?></label>
|
475 |
+
</th>
|
476 |
+
<td>
|
477 |
+
<input style="width:50px" id="heateor_sss_vertical_icon_width" name="heateor_sss[vertical_sharing_width]" type="text" value="<?php echo $vertical_sharing_width; ?>" />
|
478 |
+
<input id="heateor_sss_vertical_width_plus" type="button" value="+" onmouseup="tempVerticalWidth = document.getElementById('heateor_sss_vertical_icon_width').value;heateorSssSharingVerticalPreview()" />
|
479 |
+
<input id="heateor_sss_vertical_width_minus" type="button" value="-" onmouseup="tempVerticalWidth = document.getElementById('heateor_sss_vertical_icon_width').value;heateorSssSharingVerticalPreview()" />
|
480 |
+
<script type="text/javascript">
|
481 |
+
heateorSssIncrement(document.getElementById('heateor_sss_vertical_width_plus'), "add", document.getElementById('heateor_sss_vertical_icon_width'), 300, 0.7);
|
482 |
+
heateorSssIncrement(document.getElementById('heateor_sss_vertical_width_minus'), "subtract", document.getElementById('heateor_sss_vertical_icon_width'), 300, 0.7);
|
483 |
+
</script>
|
484 |
+
</td>
|
485 |
+
</tr>
|
486 |
+
|
487 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_icon_width_help_cont">
|
488 |
+
<td colspan="2">
|
489 |
+
<div>
|
490 |
+
<?php _e('Width of the sharing icons', 'sassy-social-share' ) ?>
|
491 |
+
</div>
|
492 |
+
</td>
|
493 |
+
</tr>
|
494 |
+
|
495 |
+
<tr>
|
496 |
+
<th>
|
497 |
+
<img id="heateor_sss_vertical_icon_height_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
498 |
+
<label><?php _e("Height (in pixels)", 'sassy-social-share' ); ?></label>
|
499 |
+
</th>
|
500 |
+
<td>
|
501 |
+
<input style="width:50px" id="heateor_sss_vertical_icon_height" name="heateor_sss[vertical_sharing_height]" type="text" value="<?php echo $vertical_sharing_height; ?>" />
|
502 |
+
<input id="heateor_sss_vertical_height_plus" type="button" value="+" onmouseup="tempVerticalHeight = document.getElementById('heateor_sss_vertical_icon_height').value;heateorSssSharingVerticalPreview()" />
|
503 |
+
<input id="heateor_sss_vertical_height_minus" type="button" value="-" onmouseup="tempVerticalHeight = document.getElementById('heateor_sss_vertical_icon_height').value;heateorSssSharingVerticalPreview()" />
|
504 |
+
<script type="text/javascript">
|
505 |
+
heateorSssIncrement(document.getElementById('heateor_sss_vertical_height_plus'), "add", document.getElementById('heateor_sss_vertical_icon_height'), 300, 0.7);
|
506 |
+
heateorSssIncrement(document.getElementById('heateor_sss_vertical_height_minus'), "subtract", document.getElementById('heateor_sss_vertical_icon_height'), 300, 0.7);
|
507 |
+
</script>
|
508 |
+
</td>
|
509 |
+
</tr>
|
510 |
+
|
511 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_icon_height_help_cont">
|
512 |
+
<td colspan="2">
|
513 |
+
<div>
|
514 |
+
<?php _e('Height of the sharing icons', 'sassy-social-share' ) ?>
|
515 |
+
</div>
|
516 |
+
</td>
|
517 |
+
</tr>
|
518 |
+
</tbody>
|
519 |
+
|
520 |
+
<tbody id="heateor_sss_vertical_border_radius_options" <?php echo isset( $options['vertical_sharing_shape'] ) && $options['vertical_sharing_shape'] != 'round' ? '' : 'style="display: none"'; ?>>
|
521 |
+
<tr>
|
522 |
+
<th>
|
523 |
+
<img id="heateor_sss_vertical_icon_border_radius_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
524 |
+
<label><?php _e("Border radius (in pixels)", 'sassy-social-share' ); ?></label>
|
525 |
+
</th>
|
526 |
+
<td>
|
527 |
+
<input style="width:50px" id="heateor_sss_vertical_icon_border_radius" name="heateor_sss[vertical_border_radius]" type="text" value="<?php echo $vertical_sharing_border_radius; ?>" onkeyup="heateorSssVerticalBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '';heateorSssUpdateSharingPreview(this.value.trim() + 'px', 'borderRadius', '0px', 'heateor_sss_vertical_preview')" />
|
528 |
+
</td>
|
529 |
+
</tr>
|
530 |
+
|
531 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_icon_border_radius_help_cont">
|
532 |
+
<td colspan="2">
|
533 |
+
<div>
|
534 |
+
<?php _e('Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners.', 'sassy-social-share' ) ?>
|
535 |
+
</div>
|
536 |
+
</td>
|
537 |
+
</tr>
|
538 |
+
</tbody>
|
539 |
+
|
540 |
+
<tr>
|
541 |
+
<th>
|
542 |
+
<img id="heateor_sss_vertical_font_color_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
543 |
+
<label><?php _e("Logo Color", 'sassy-social-share' ); ?></label>
|
544 |
+
</th>
|
545 |
+
<td>
|
546 |
+
<script type="text/javascript">var heateorSssVerticalSharingTempColor = '<?php echo $vertical_sharing_color ? $vertical_sharing_color : "#fff" ?>';</script>
|
547 |
+
<label for="heateor_sss_vertical_font_color_default"><?php _e("Default", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_vertical_font_color_default" name="heateor_sss[vertical_font_color_default]" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#vertical_svg').attr('style', jQuery('#vertical_svg').attr('style').replace(heateorSssVerticalSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); heateorSssVerticalSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#heateor_sss_vertical_preview').css('color', heateorSssVerticalSharingTempColor.replace('%23','#')) }" type="text" value="<?php echo $vertical_sharing_color ?>" />
|
548 |
+
<input name="heateor_sss[vertical_sharing_replace_color]" type="hidden" value="<?php echo isset( $options['vertical_sharing_replace_color'] ) ? $options['vertical_sharing_replace_color'] : ''; ?>" />
|
549 |
+
<label style="margin-left:10px" for="heateor_sss_vertical_font_color_hover"><?php _e("On Hover", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_vertical_font_color_hover" name="heateor_sss[vertical_font_color_hover]" type="text" value="<?php echo $vertical_sharing_color_hover; ?>" />
|
550 |
+
<input name="heateor_sss[vertical_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $options['vertical_sharing_replace_color_hover'] ) ? $options['vertical_sharing_replace_color_hover'] : ''; ?>" />
|
551 |
+
</td>
|
552 |
+
</tr>
|
553 |
+
|
554 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_font_color_help_cont">
|
555 |
+
<td colspan="2">
|
556 |
+
<div>
|
557 |
+
<?php _e('Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'sassy-social-share' ) ?>
|
558 |
+
</div>
|
559 |
+
</td>
|
560 |
+
</tr>
|
561 |
+
|
562 |
+
<tr>
|
563 |
+
<th>
|
564 |
+
<img id="heateor_sss_vertical_bg_color_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
565 |
+
<label><?php _e("Background Color", 'sassy-social-share' ); ?></label>
|
566 |
+
</th>
|
567 |
+
<td>
|
568 |
+
<label for="heateor_sss_vertical_bg_color_default"><?php _e("Default", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_vertical_bg_color_default" name="heateor_sss[vertical_bg_color_default]" type="text" onkeyup="heateorSssVerticalSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; heateorSssUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'heateor_sss_vertical_preview')" value="<?php echo $vertical_bg ?>" />
|
569 |
+
<label style="margin-left:10px" for="heateor_sss_vertical_bg_color_hover"><?php _e("On Hover", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_vertical_bg_color_hover" name="heateor_sss[vertical_bg_color_hover]" type="text" onkeyup="heateorSssVerticalSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo $vertical_bg_hover ?>" />
|
570 |
+
</td>
|
571 |
+
</tr>
|
572 |
+
|
573 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_bg_color_help_cont">
|
574 |
+
<td colspan="2">
|
575 |
+
<div>
|
576 |
+
<?php _e('Specify the color or hex code (example #cc78e0) for icon background. Save "transparent" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'sassy-social-share' ) ?>
|
577 |
+
</div>
|
578 |
+
</td>
|
579 |
+
</tr>
|
580 |
+
|
581 |
+
<tr>
|
582 |
+
<th>
|
583 |
+
<img id="heateor_sss_vertical_border_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
584 |
+
<label><?php _e("Border", 'sassy-social-share' ); ?></label>
|
585 |
+
</th>
|
586 |
+
<td>
|
587 |
+
<label><strong><?php _e("Default", 'sassy-social-share' ); ?></strong></label>
|
588 |
+
<br/>
|
589 |
+
<label for="heateor_sss_vertical_border_width_default"><?php _e("Border Width", 'sassy-social-share' ); ?></label><input style="width: 100px" onkeyup="heateorSssVerticalBorderWidth = this.value.trim(); jQuery('#heateor_sss_vertical_preview').css('borderStyle', 'solid'); heateorSssUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'heateor_sss_vertical_preview'); heateorSssSharingVerticalPreview();" id="heateor_sss_vertical_border_width_default" name="heateor_sss[vertical_border_width_default]" type="text" value="<?php echo $vertical_border_width ?>" />pixel(s)
|
590 |
+
<label style="margin-left:10px" for="heateor_sss_vertical_border_color_default"><?php _e("Border Color", 'sassy-social-share' ); ?></label><input onkeyup="heateorSssVerticalBorderColor = this.value.trim(); jQuery('#heateor_sss_vertical_preview').css('borderStyle', 'solid'); heateorSssUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'heateor_sss_vertical_preview')" style="width: 100px" id="heateor_sss_vertical_border_color_default" name="heateor_sss[vertical_border_color_default]" type="text" value="<?php echo $vertical_border_color = isset( $options['vertical_border_color_default'] ) ? $options['vertical_border_color_default'] : ''; ?>" />
|
591 |
+
<br/><br/>
|
592 |
+
<label><strong><?php _e("On Hover", 'sassy-social-share' ); ?></strong></label>
|
593 |
+
<br/>
|
594 |
+
<label for="heateor_sss_vertical_border_width_hover"><?php _e("Border Width", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_vertical_border_width_hover" name="heateor_sss[vertical_border_width_hover]" onkeyup="heateorSssVerticalBorderWidthHover = this.value.trim();" type="text" value="<?php echo $vertical_border_width_hover ?>" />pixel(s)
|
595 |
+
<label style="margin-left:10px" for="heateor_sss_vertical_border_color_hover"><?php _e("Border Color", 'sassy-social-share' ); ?></label><input style="width: 100px" id="heateor_sss_vertical_border_color_hover" name="heateor_sss[vertical_border_color_hover]" onkeyup="heateorSssVerticalBorderColorHover = this.value.trim()" type="text" value="<?php echo $vertical_border_color_hover; ?>" />
|
596 |
+
</td>
|
597 |
+
</tr>
|
598 |
+
|
599 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_border_help_cont">
|
600 |
+
<td colspan="2">
|
601 |
+
<div>
|
602 |
+
<?php _e('Icon border', 'sassy-social-share' ) ?>
|
603 |
+
</div>
|
604 |
+
</td>
|
605 |
+
</tr>
|
606 |
+
|
607 |
+
<tr>
|
608 |
+
<th>
|
609 |
+
<img id="heateor_sss_vertical_counter_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
610 |
+
<label><?php _e("Counter Position", 'sassy-social-share' ); ?><br/><?php _e("(applies, if counter enabled)", 'sassy-social-share' ); ?></label>
|
611 |
+
</th>
|
612 |
+
<td>
|
613 |
+
<input id="heateor_sss_vertical_counter_left" name="heateor_sss[vertical_counter_position]" onclick="heateorSssVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'left' ? 'checked = "checked"' : '';?> value="left" />
|
614 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_counter_left"><?php _e("Left", 'sassy-social-share' ); ?></label>
|
615 |
+
<input id="heateor_sss_vertical_counter_top" name="heateor_sss[vertical_counter_position]" onclick="heateorSssVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'top' ? 'checked = "checked"' : '';?> value="top" />
|
616 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_counter_top"><?php _e("Top", 'sassy-social-share' ); ?></label>
|
617 |
+
<input id="heateor_sss_vertical_counter_right" name="heateor_sss[vertical_counter_position]" onclick="heateorSssVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'right' ? 'checked = "checked"' : '';?> value="right" />
|
618 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_counter_right"><?php _e("Right", 'sassy-social-share' ); ?></label>
|
619 |
+
<input id="heateor_sss_vertical_counter_bottom" name="heateor_sss[vertical_counter_position]" onclick="heateorSssVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'bottom' ? 'checked = "checked"' : '';?> value="bottom" />
|
620 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_counter_bottom"><?php _e("Bottom", 'sassy-social-share' ); ?></label><br/>
|
621 |
+
<input id="heateor_sss_vertical_counter_inner_left" name="heateor_sss[vertical_counter_position]" onclick="heateorSssVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_left' ? 'checked = "checked"' : '';?> value="inner_left" />
|
622 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_counter_inner_left"><?php _e("Inner Left", 'sassy-social-share' ); ?></label>
|
623 |
+
<input id="heateor_sss_vertical_counter_inner_top" name="heateor_sss[vertical_counter_position]" onclick="heateorSssVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_top' ? 'checked = "checked"' : '';?> value="inner_top" />
|
624 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_counter_inner_top"><?php _e("Inner Top", 'sassy-social-share' ); ?></label>
|
625 |
+
<input id="heateor_sss_vertical_counter_inner_right" name="heateor_sss[vertical_counter_position]" onclick="heateorSssVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_right' ? 'checked = "checked"' : '';?> value="inner_right" />
|
626 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_counter_inner_right"><?php _e("Inner Right", 'sassy-social-share' ); ?></label>
|
627 |
+
<input id="heateor_sss_vertical_counter_inner_bottom" name="heateor_sss[vertical_counter_position]" onclick="heateorSssVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_bottom' ? 'checked = "checked"' : '';?> value="inner_bottom" />
|
628 |
+
<label style="margin-right:10px" for="heateor_sss_vertical_counter_inner_bottom"><?php _e("Inner Bottom", 'sassy-social-share' ); ?></label>
|
629 |
+
</td>
|
630 |
+
</tr>
|
631 |
+
<script type="text/javascript">heateorSssVerticalCounterPreview('<?php echo $vertical_counter_position ?>');</script>
|
632 |
+
|
633 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_counter_help_cont">
|
634 |
+
<td colspan="2">
|
635 |
+
<div>
|
636 |
+
<?php _e('Position of share counter', 'sassy-social-share' ) ?>
|
637 |
+
</div>
|
638 |
+
</td>
|
639 |
+
</tr>
|
640 |
+
</table>
|
641 |
+
</div>
|
642 |
+
</div>
|
643 |
+
</div>
|
644 |
+
<?php include 'sassy-social-share-about.php'; ?>
|
645 |
+
</div>
|
646 |
+
|
647 |
+
<div class="menu_containt_div" id="tabs-2">
|
648 |
+
<div class="heateor_sss_left_column">
|
649 |
+
|
650 |
+
<div class="stuffbox">
|
651 |
+
<h3><label><?php _e('Standard Sharing Interface Options', 'sassy-social-share' );?></label></h3>
|
652 |
+
<div class="inside">
|
653 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
654 |
+
<tr>
|
655 |
+
<th>
|
656 |
+
<img id="heateor_sss_horizontal_enable_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
657 |
+
<label for="heateor_sss_horizontal_enable"><?php _e("Enable Standard sharing interface", 'sassy-social-share' ); ?></label>
|
658 |
+
</th>
|
659 |
+
<td>
|
660 |
+
<input id="heateor_sss_horizontal_enable" onclick="heateorSssHorizontalSharingOptionsToggle(this)" name="heateor_sss[hor_enable]" type="checkbox" <?php echo isset( $options['hor_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
|
661 |
+
</td>
|
662 |
+
</tr>
|
663 |
+
|
664 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_horizontal_enable_help_cont">
|
665 |
+
<td colspan="2">
|
666 |
+
<div>
|
667 |
+
<?php _e('Master control to enable standard sharing', 'sassy-social-share' ) ?>
|
668 |
+
<img width="550" src="<?php echo plugins_url('../../images/snaps/sss_horizontal_sharing.png', __FILE__); ?>" />
|
669 |
+
</div>
|
670 |
+
</td>
|
671 |
+
</tr>
|
672 |
+
|
673 |
+
<tbody id="heateor_sss_horizontal_sharing_options" <?php echo isset( $options['hor_enable'] ) ? '' : 'style="display: none"'; ?>>
|
674 |
+
<tr>
|
675 |
+
<th>
|
676 |
+
<img id="heateor_sss_horizontal_target_url_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
677 |
+
<label for="heateor_sss_horizontal_target_url"><?php _e("Target Url", 'sassy-social-share' ); ?></label>
|
678 |
+
</th>
|
679 |
+
<td id="heateor_sss_target_url_column">
|
680 |
+
<input id="heateor_sss_target_url_default" name="heateor_sss[horizontal_target_url]" type="radio" <?php echo !isset( $options['horizontal_target_url'] ) || $options['horizontal_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
|
681 |
+
<label for="heateor_sss_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'sassy-social-share' ) ?></label><br/>
|
682 |
+
<input id="heateor_sss_target_url_home" name="heateor_sss[horizontal_target_url]" type="radio" <?php echo isset( $options['horizontal_target_url'] ) && $options['horizontal_target_url'] == 'home' ? 'checked = "checked"' : '';?> value="home" />
|
683 |
+
<label for="heateor_sss_target_url_home"><?php _e('Url of the homepage of your website', 'sassy-social-share' ) ?></label><br/>
|
684 |
+
<input id="heateor_sss_target_url_custom" name="heateor_sss[horizontal_target_url]" type="radio" <?php echo isset( $options['horizontal_target_url'] ) && $options['horizontal_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
|
685 |
+
<label for="heateor_sss_target_url_custom"><?php _e('Custom url', 'sassy-social-share' ) ?></label><br/>
|
686 |
+
<input id="heateor_sss_target_url_custom_url" name="heateor_sss[horizontal_target_url_custom]" type="text" value="<?php echo isset( $options['horizontal_target_url_custom'] ) ? $options['horizontal_target_url_custom'] : '' ?>" />
|
687 |
+
</td>
|
688 |
+
</tr>
|
689 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_horizontal_target_url_help_cont">
|
690 |
+
<td colspan="2">
|
691 |
+
<div>
|
692 |
+
<?php _e('Url to share', 'sassy-social-share' ) ?>
|
693 |
+
</div>
|
694 |
+
</td>
|
695 |
+
</tr>
|
696 |
+
|
697 |
+
<tr>
|
698 |
+
<th>
|
699 |
+
<img id="heateor_sss_title_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
700 |
+
<label for="heateor_sss_fblogin_title"><?php _e("Title", 'sassy-social-share' ); ?></label>
|
701 |
+
</th>
|
702 |
+
<td>
|
703 |
+
<input id="heateor_sss_fblogin_title" name="heateor_sss[title]" type="text" value="<?php echo isset( $options['title'] ) ? $options['title'] : '' ?>" />
|
704 |
+
</td>
|
705 |
+
</tr>
|
706 |
+
|
707 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_title_help_cont">
|
708 |
+
<td colspan="2">
|
709 |
+
<div>
|
710 |
+
<?php _e('The text to display above the sharing interface', 'sassy-social-share' ) ?>
|
711 |
+
</div>
|
712 |
+
</td>
|
713 |
+
</tr>
|
714 |
+
<?php
|
715 |
+
$likeButtons = array('facebook_like', 'facebook_recommend', 'twitter_tweet', 'google_plusone', 'google_plus_share', 'linkedin_share', 'pinterest_pin', 'buffer_share', 'xing_share', 'yummly_share', 'reddit_badge', 'stumbleupon_badge');
|
716 |
+
$sharingNetworks = array('facebook', 'twitter', 'linkedin', 'google_plus', 'print', 'email', 'yahoo', 'reddit', 'digg', 'delicious', 'stumbleupon', 'float_it', 'tumblr', 'vkontakte', 'pinterest', 'xing', 'whatsapp', 'yummly', 'buffer', 'AIM', 'Amazon_Wish_List', 'AOL_Mail', 'App.net', 'Baidu', 'Balatarin', 'BibSonomy', 'Bitty_Browser', 'Blinklist', 'Blogger_Post', 'BlogMarks', 'Bookmarks.fr', 'Box.net', 'BuddyMarks', 'Care2_News', 'CiteULike', 'Diary.Ru', 'diHITT', 'Diigo', 'DZone', 'Evernote', 'Fark', 'Flipboard', 'Folkd', 'Google_Bookmarks', 'Google_Gmail', 'Hacker_News', 'Hatena', 'Instapaper', 'Jamespot', 'Kakao', 'Kindle_It', 'Known', 'Line', 'LiveJournal', 'Mail.Ru', 'Mendeley', 'Meneame', 'Mixi', 'MySpace', 'Netlog', 'Netvouz', 'NewsVine', 'NUjij', 'Odnoklassniki', 'Oknotizie', 'Outlook.com', 'Pinboard', 'Plurk', 'Pocket', 'PrintFriendly', 'Protopage_Bookmarks', 'Pusha', 'Qzone', 'Rediff MyPage', 'Renren', 'Segnalo', 'Sina Weibo', 'SiteJot', 'Slashdot', 'Stumpedia', 'Svejo', 'Symbaloo_Feeds', 'Tuenti', 'Twiddla', 'TypePad_Post', 'Viadeo', 'Wanelo', 'Webnews', 'WordPress', 'Wykop', 'Yahoo_Mail', 'Yahoo_Messenger', 'Yoolink', 'YouMob');
|
717 |
+
?>
|
718 |
+
|
719 |
+
<tr>
|
720 |
+
<th>
|
721 |
+
<img id="heateor_sss_rearrange_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
722 |
+
<label><?php _e("Rearrange icons", 'sassy-social-share' ); ?></label>
|
723 |
+
</th>
|
724 |
+
</tr>
|
725 |
+
|
726 |
+
<tr>
|
727 |
+
<td colspan="2">
|
728 |
+
<script>
|
729 |
+
<?php
|
730 |
+
$horSharingStyle = 'width:' . ( $options['horizontal_sharing_shape'] != 'rectangle' ? $options['horizontal_sharing_size'] : $options['horizontal_sharing_width'] ) . 'px;height:' . $line_height . 'px;';
|
731 |
+
$horDeliciousRadius = '';
|
732 |
+
if($options['horizontal_sharing_shape'] == 'round'){
|
733 |
+
$horSharingStyle .= 'border-radius:999px;';
|
734 |
+
$horDeliciousRadius = 'border-radius:999px;';
|
735 |
+
} elseif ( isset( $options['horizontal_border_radius'] ) && $options['horizontal_border_radius'] != '' ) {
|
736 |
+
$horSharingStyle .= 'border-radius:' . $options['horizontal_border_radius'] . 'px;';
|
737 |
+
}
|
738 |
+
?>
|
739 |
+
var heateorSssHorSharingStyle = '<?php echo $horSharingStyle ?>', heateorSssHorDeliciousRadius = '<?php echo $horDeliciousRadius ?>', heateorSssLikeButtons = ["<?php echo implode('","', $likeButtons) ?>"];
|
740 |
+
</script>
|
741 |
+
<style type="text/css">
|
742 |
+
.heateorSssSharingBackground{
|
743 |
+
<?php if($horizontal_bg){ ?>
|
744 |
+
background-color: <?php echo $horizontal_bg ?>;
|
745 |
+
<?php }if($border_width){ ?>
|
746 |
+
border-width: <?php echo $border_width ?>px;
|
747 |
+
border-style: solid;
|
748 |
+
<?php } ?>
|
749 |
+
border-color: <?php echo $border_color ? $border_color : 'transparent'; ?>;
|
750 |
+
}
|
751 |
+
.heateorSssSharingBackground:hover{
|
752 |
+
<?php if($horizontal_bg_hover){ ?>
|
753 |
+
background-color: <?php echo $horizontal_bg_hover ?>;
|
754 |
+
<?php }if($border_width_hover){ ?>
|
755 |
+
border-width: <?php echo $border_width_hover ?>px;
|
756 |
+
border-style: solid;
|
757 |
+
<?php } ?>
|
758 |
+
border-color: <?php echo $border_color_hover ? $border_color_hover : 'transparent'; ?>;
|
759 |
+
}
|
760 |
+
</style>
|
761 |
+
<ul id="heateor_sss_rearrange">
|
762 |
+
<?php
|
763 |
+
if ( isset( $options['horizontal_re_providers'] ) ) {
|
764 |
+
foreach ( $options['horizontal_re_providers'] as $rearrange ) {
|
765 |
+
?>
|
766 |
+
<li title="<?php echo ucfirst( str_replace( '_', ' ', $rearrange ) ) ?>" id="heateor_sss_re_horizontal_<?php echo str_replace(array(' ', '.'), '_', $rearrange) ?>" >
|
767 |
+
<i style="display:block;<?php echo $horSharingStyle ?>" class="<?php echo in_array($rearrange, $likeButtons) ? '' : 'heateorSssSharingBackground' ?> heateorSss<?php echo ucfirst(str_replace(array('_', '.', ' '), '', $rearrange)) ?>Background"><div class="heateorSssSharingSvg heateorSss<?php echo ucfirst(str_replace(array('_', ' ', '.'), '', $rearrange)) ?>Svg" style="<?php echo $horDeliciousRadius ?>"></div></i>
|
768 |
+
<input type="hidden" name="heateor_sss[horizontal_re_providers][]" value="<?php echo $rearrange ?>">
|
769 |
+
</li>
|
770 |
+
<?php
|
771 |
+
}
|
772 |
+
}
|
773 |
+
?>
|
774 |
+
</ul>
|
775 |
+
</td>
|
776 |
+
</tr>
|
777 |
+
|
778 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_rearrange_help_cont">
|
779 |
+
<td colspan="2">
|
780 |
+
<div>
|
781 |
+
<?php _e('Drag the icons to rearrange in desired order', 'sassy-social-share' ) ?>
|
782 |
+
</div>
|
783 |
+
</td>
|
784 |
+
</tr>
|
785 |
+
|
786 |
+
<tr>
|
787 |
+
<th colspan="2">
|
788 |
+
<img id="heateor_sss_providers_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
789 |
+
<label><?php _e("Select providers", 'sassy-social-share' ); ?></label>
|
790 |
+
</th>
|
791 |
+
</tr>
|
792 |
+
|
793 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_providers_help_cont">
|
794 |
+
<td colspan="2">
|
795 |
+
<div>
|
796 |
+
<?php _e('Select the providers for sharing interface', 'sassy-social-share' ) ?>
|
797 |
+
</div>
|
798 |
+
</td>
|
799 |
+
</tr>
|
800 |
+
|
801 |
+
<tr>
|
802 |
+
<td colspan="2">
|
803 |
+
<?php
|
804 |
+
foreach($likeButtons as $likeButton){
|
805 |
+
?>
|
806 |
+
<div class="heateorSssHorizontalSharingProviderContainer">
|
807 |
+
<input id="heateor_sss_<?php echo $likeButton ?>" type="checkbox" <?php echo isset( $options['horizontal_re_providers'] ) && in_array($likeButton, $options['horizontal_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo $likeButton ?>" />
|
808 |
+
<label for="heateor_sss_<?php echo $likeButton ?>"><img src="<?php echo plugins_url('../../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
|
809 |
+
</div>
|
810 |
+
<?php
|
811 |
+
}
|
812 |
+
?>
|
813 |
+
<div style="clear:both"></div>
|
814 |
+
<?php
|
815 |
+
foreach($sharingNetworks as $sharingNetwork){
|
816 |
+
?>
|
817 |
+
<div class="heateorSssHorizontalSharingProviderContainer">
|
818 |
+
<input id="heateor_sss_<?php echo $sharingNetwork ?>" type="checkbox" <?php echo isset( $options['horizontal_re_providers'] ) && in_array($sharingNetwork, $options['horizontal_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo $sharingNetwork ?>" />
|
819 |
+
<label for="heateor_sss_<?php echo $sharingNetwork ?>"><i style="display:block;width:18px;height:18px;" class="heateorSssSharing heateorSss<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Background"><ss style="display:block;" class="heateorSssSharingSvg heateorSss<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Svg"></ss></i></label>
|
820 |
+
<label for="heateor_sss_<?php echo $sharingNetwork ?>"><?php echo str_replace('_', ' ', ucfirst($sharingNetwork)) ?></label>
|
821 |
+
</div>
|
822 |
+
<?php
|
823 |
+
}
|
824 |
+
?>
|
825 |
+
</td>
|
826 |
+
</tr>
|
827 |
+
|
828 |
+
<tr>
|
829 |
+
<th>
|
830 |
+
<img id="heateor_sss_hor_alignment_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
831 |
+
<label for="heateor_sss_hor_alignment"><?php _e("Horizontal alignment", 'sassy-social-share' ); ?></label>
|
832 |
+
</th>
|
833 |
+
<td>
|
834 |
+
<select id="heateor_sss_hor_alignment" name="heateor_sss[hor_sharing_alignment]">
|
835 |
+
<option value="left" <?php echo isset( $options['hor_sharing_alignment'] ) && $options['hor_sharing_alignment'] == 'left' ? 'selected="selected"' : '' ?>><?php _e('Left', 'sassy-social-share' ) ?></option>
|
836 |
+
<option value="center" <?php echo isset( $options['hor_sharing_alignment'] ) && $options['hor_sharing_alignment'] == 'center' ? 'selected="selected"' : '' ?>><?php _e('Center', 'sassy-social-share' ) ?></option>
|
837 |
+
<option value="right" <?php echo isset( $options['hor_sharing_alignment'] ) && $options['hor_sharing_alignment'] == 'right' ? 'selected="selected"' : '' ?>><?php _e('Right', 'sassy-social-share' ) ?></option>
|
838 |
+
</select>
|
839 |
+
</td>
|
840 |
+
</tr>
|
841 |
+
|
842 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_hor_alignment_help_cont">
|
843 |
+
<td colspan="2">
|
844 |
+
<div>
|
845 |
+
<?php _e('Horizontal alignment of the sharing interface', 'sassy-social-share' ) ?>
|
846 |
+
</div>
|
847 |
+
</td>
|
848 |
+
</tr>
|
849 |
+
|
850 |
+
<tr>
|
851 |
+
<th>
|
852 |
+
<img id="heateor_sss_position_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
853 |
+
<label><?php _e("Position with respect to content", 'sassy-social-share' ); ?></label>
|
854 |
+
</th>
|
855 |
+
<td>
|
856 |
+
<input id="heateor_sss_top" name="heateor_sss[top]" type="checkbox" <?php echo isset( $options['top'] ) ? 'checked = "checked"' : '';?> value="1" />
|
857 |
+
<label for="heateor_sss_top"><?php _e('Top of the content', 'sassy-social-share' ) ?></label><br/>
|
858 |
+
<input id="heateor_sss_bottom" name="heateor_sss[bottom]" type="checkbox" <?php echo isset( $options['bottom'] ) ? 'checked = "checked"' : '';?> value="1" />
|
859 |
+
<label for="heateor_sss_bottom"><?php _e('Bottom of the content', 'sassy-social-share' ) ?></label>
|
860 |
+
</td>
|
861 |
+
</tr>
|
862 |
+
|
863 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_position_help_cont">
|
864 |
+
<td colspan="2">
|
865 |
+
<div>
|
866 |
+
<?php _e('Specify position of the sharing interface with respect to the content', 'sassy-social-share' ) ?>
|
867 |
+
</div>
|
868 |
+
</td>
|
869 |
+
</tr>
|
870 |
+
|
871 |
+
<tr>
|
872 |
+
<th>
|
873 |
+
<img id="heateor_sss_location_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
874 |
+
<label><?php _e("Placement", 'sassy-social-share' ); ?></label>
|
875 |
+
</th>
|
876 |
+
<td>
|
877 |
+
<input id="heateor_sss_home" name="heateor_sss[home]" type="checkbox" <?php echo isset( $options['home'] ) ? 'checked = "checked"' : '';?> value="1" />
|
878 |
+
<label for="heateor_sss_home"><?php _e('Homepage', 'sassy-social-share' ) ?></label><br/>
|
879 |
+
<input id="heateor_sss_post" name="heateor_sss[post]" type="checkbox" <?php echo isset( $options['post'] ) ? 'checked = "checked"' : '';?> value="1" />
|
880 |
+
<label for="heateor_sss_post"><?php _e('Posts', 'sassy-social-share' ) ?></label><br/>
|
881 |
+
<input id="heateor_sss_page" name="heateor_sss[page]" type="checkbox" <?php echo isset( $options['page'] ) ? 'checked = "checked"' : '';?> value="1" />
|
882 |
+
<label for="heateor_sss_page"><?php _e('Pages', 'sassy-social-share' ) ?></label><br/>
|
883 |
+
<input id="heateor_sss_excerpt" name="heateor_sss[excerpt]" type="checkbox" <?php echo isset( $options['excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
|
884 |
+
<label for="heateor_sss_excerpt"><?php _e('Excerpts (at Homepage)', 'sassy-social-share' ) ?></label><br/>
|
885 |
+
<input id="heateor_sss_category" name="heateor_sss[category]" type="checkbox" <?php echo isset( $options['category'] ) ? 'checked = "checked"' : '';?> value="1" />
|
886 |
+
<label for="heateor_sss_category"><?php _e('Category Archives', 'sassy-social-share' ) ?></label><br/>
|
887 |
+
<input id="heateor_sss_archive" name="heateor_sss[archive]" type="checkbox" <?php echo isset( $options['archive'] ) ? 'checked = "checked"' : '';?> value="1" />
|
888 |
+
<label for="heateor_sss_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'sassy-social-share' ) ?></label><br/>
|
889 |
+
<?php
|
890 |
+
$post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
|
891 |
+
$post_types = array_diff( $post_types, array( 'post', 'page' ) );
|
892 |
+
if( count( $post_types ) ) {
|
893 |
+
foreach ( $post_types as $post_type ) {
|
894 |
+
?>
|
895 |
+
<input id="heateor_sss_<?php echo $post_type ?>" name="heateor_sss[<?php echo $post_type ?>]" type="checkbox" <?php echo isset( $options[$post_type] ) ? 'checked = "checked"' : '';?> value="1" />
|
896 |
+
<label for="heateor_sss_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
|
897 |
+
<?php
|
898 |
+
}
|
899 |
+
}
|
900 |
+
|
901 |
+
if($this->is_bp_active){
|
902 |
+
?>
|
903 |
+
<input id="heateor_sss_bp_activity" name="heateor_sss[bp_activity]" type="checkbox" <?php echo isset( $options['bp_activity'] ) ? 'checked = "checked"' : '';?> value="1" />
|
904 |
+
<label for="heateor_sss_bp_activity"><?php _e('BuddyPress activity', 'sassy-social-share' ) ?></label><br/>
|
905 |
+
<input id="heateor_sss_bp_group" name="heateor_sss[bp_group]" type="checkbox" <?php echo isset( $options['bp_group'] ) ? 'checked = "checked"' : '';?> value="1" />
|
906 |
+
<label for="heateor_sss_bp_group"><?php _e('BuddyPress group (only at top of content)', 'sassy-social-share' ) ?></label><br/>
|
907 |
+
<?php
|
908 |
+
}
|
909 |
+
if(function_exists('is_bbpress')){
|
910 |
+
?>
|
911 |
+
<input id="heateor_sss_bb_forum" name="heateor_sss[bb_forum]" type="checkbox" <?php echo isset( $options['bb_forum'] ) ? 'checked = "checked"' : '';?> value="1" />
|
912 |
+
<label for="heateor_sss_bb_forum"><?php _e('BBPress forum', 'sassy-social-share' ) ?></label>
|
913 |
+
<br/>
|
914 |
+
<input id="heateor_sss_bb_topic" name="heateor_sss[bb_topic]" type="checkbox" <?php echo isset( $options['bb_topic'] ) ? 'checked = "checked"' : '';?> value="1" />
|
915 |
+
<label for="heateor_sss_bb_topic"><?php _e('BBPress topic', 'sassy-social-share' ) ?></label>
|
916 |
+
<br/>
|
917 |
+
<input id="heateor_sss_bb_reply" name="heateor_sss[bb_reply]" type="checkbox" <?php echo isset( $options['bb_reply'] ) ? 'checked = "checked"' : '';?> value="1" />
|
918 |
+
<label for="heateor_sss_bb_reply"><?php _e('BBPress reply', 'sassy-social-share' ) ?></label>
|
919 |
+
<br/>
|
920 |
+
<?php
|
921 |
+
}
|
922 |
+
if($this->is_woocommerce_active()){
|
923 |
+
?>
|
924 |
+
<input id="heateor_sss_woocom_shop" name="heateor_sss[woocom_shop]" type="checkbox" <?php echo isset( $options['woocom_shop'] ) ? 'checked = "checked"' : '';?> value="1" />
|
925 |
+
<label for="heateor_sss_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'sassy-social-share' ) ?></label>
|
926 |
+
<br/>
|
927 |
+
<input id="heateor_sss_woocom_product" name="heateor_sss[woocom_product]" type="checkbox" <?php echo isset( $options['woocom_product'] ) ? 'checked = "checked"' : '';?> value="1" />
|
928 |
+
<label for="heateor_sss_woocom_product"><?php _e('WooCommerce Product Page', 'sassy-social-share' ) ?></label>
|
929 |
+
<br/>
|
930 |
+
<input id="heateor_sss_woocom_thankyou" name="heateor_sss[woocom_thankyou]" type="checkbox" <?php echo isset( $options['woocom_thankyou'] ) ? 'checked = "checked"' : '';?> value="1" />
|
931 |
+
<label for="heateor_sss_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'sassy-social-share' ) ?></label>
|
932 |
+
<br/>
|
933 |
+
<?php
|
934 |
+
}
|
935 |
+
?>
|
936 |
+
</td>
|
937 |
+
</tr>
|
938 |
+
|
939 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_location_help_cont">
|
940 |
+
<td colspan="2">
|
941 |
+
<div>
|
942 |
+
<?php _e('Specify the pages where you want to enable Sharing interface', 'sassy-social-share' ) ?>
|
943 |
+
</div>
|
944 |
+
</td>
|
945 |
+
</tr>
|
946 |
+
|
947 |
+
<tr>
|
948 |
+
<th>
|
949 |
+
<img id="heateor_sss_count_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
950 |
+
<label for="heateor_sss_counts"><?php _e("Show share counts", 'sassy-social-share' ); ?></label>
|
951 |
+
</th>
|
952 |
+
<td>
|
953 |
+
<input id="heateor_sss_counts" name="heateor_sss[horizontal_counts]" type="checkbox" <?php echo isset( $options['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
|
954 |
+
</td>
|
955 |
+
</tr>
|
956 |
+
|
957 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_count_help_cont">
|
958 |
+
<td colspan="2">
|
959 |
+
<div>
|
960 |
+
<?php _e('If enabled, share counts are displayed above sharing icons.', 'sassy-social-share' ) ?>
|
961 |
+
<img width="550" src="<?php echo plugins_url('../../images/snaps/sss_share_count.png', __FILE__); ?>" />
|
962 |
+
</div>
|
963 |
+
</td>
|
964 |
+
</tr>
|
965 |
+
|
966 |
+
<tr>
|
967 |
+
<th>
|
968 |
+
<img id="heateor_sss_total_hor_shares_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
969 |
+
<label for="heateor_sss_total_hor_shares"><?php _e("Show total shares", 'sassy-social-share' ); ?></label>
|
970 |
+
</th>
|
971 |
+
<td>
|
972 |
+
<input id="heateor_sss_total_hor_shares" name="heateor_sss[horizontal_total_shares]" type="checkbox" <?php echo isset( $options['horizontal_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" />
|
973 |
+
</td>
|
974 |
+
</tr>
|
975 |
+
|
976 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_total_hor_shares_help_cont">
|
977 |
+
<td colspan="2">
|
978 |
+
<div>
|
979 |
+
<?php _e('If enabled, total shares will be displayed with sharing icons', 'sassy-social-share' ) ?>
|
980 |
+
<img width="550" src="<?php echo plugins_url('../../images/snaps/sss_horizontal_total_shares.png', __FILE__); ?>" />
|
981 |
+
</div>
|
982 |
+
</td>
|
983 |
+
</tr>
|
984 |
+
|
985 |
+
<tr>
|
986 |
+
<th>
|
987 |
+
<img id="heateor_sss_hmore_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
988 |
+
<label for="heateor_sss_hmore"><?php _e("Enable 'More' icon", 'sassy-social-share' ); ?></label>
|
989 |
+
</th>
|
990 |
+
<td>
|
991 |
+
<input id="heateor_sss_hmore" name="heateor_sss[horizontal_more]" type="checkbox" <?php echo isset( $options['horizontal_more'] ) ? 'checked = "checked"' : '';?> value="1" />
|
992 |
+
</td>
|
993 |
+
</tr>
|
994 |
+
|
995 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_hmore_help_cont">
|
996 |
+
<td colspan="2">
|
997 |
+
<div>
|
998 |
+
<?php _e('If enabled, "More" icon will be displayed after selected sharing icons which shows additional sharing networks in popup', 'sassy-social-share' ) ?>
|
999 |
+
</div>
|
1000 |
+
</td>
|
1001 |
+
</tr>
|
1002 |
+
</tbody>
|
1003 |
+
</table>
|
1004 |
+
</div>
|
1005 |
+
</div>
|
1006 |
+
|
1007 |
+
</div>
|
1008 |
+
<?php include 'sassy-social-share-about.php'; ?>
|
1009 |
+
</div>
|
1010 |
+
|
1011 |
+
<div class="menu_containt_div" id="tabs-3">
|
1012 |
+
<div class="heateor_sss_left_column">
|
1013 |
+
<div class="stuffbox">
|
1014 |
+
<h3><label><?php _e('Floating Sharing Interface Options', 'sassy-social-share' );?></label></h3>
|
1015 |
+
<div class="inside">
|
1016 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1017 |
+
<tr>
|
1018 |
+
<th>
|
1019 |
+
<img id="heateor_sss_vertical_enable_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1020 |
+
<label for="heateor_sss_vertical_enable"><?php _e("Enable Floating sharing interface", 'sassy-social-share' ); ?></label>
|
1021 |
+
</th>
|
1022 |
+
<td>
|
1023 |
+
<input id="heateor_sss_vertical_enable" onclick="heateorSssVerticalSharingOptionsToggle(this)" name="heateor_sss[vertical_enable]" type="checkbox" <?php echo isset( $options['vertical_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1024 |
+
</td>
|
1025 |
+
</tr>
|
1026 |
+
|
1027 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_enable_help_cont">
|
1028 |
+
<td colspan="2">
|
1029 |
+
<div>
|
1030 |
+
<?php _e('Master control to enable floating sharing widget', 'sassy-social-share' ) ?>
|
1031 |
+
<img width="550" src="<?php echo plugins_url('../../images/snaps/sss_vertical_sharing.png', __FILE__); ?>" />
|
1032 |
+
</div>
|
1033 |
+
</td>
|
1034 |
+
</tr>
|
1035 |
+
|
1036 |
+
<tbody id="heateor_sss_vertical_sharing_options" <?php echo isset( $options['vertical_enable'] ) ? '' : 'style="display: none"'; ?>>
|
1037 |
+
<tr>
|
1038 |
+
<th>
|
1039 |
+
<img id="heateor_sss_vertical_target_url_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1040 |
+
<label for="heateor_sss_vertical_target_url"><?php _e("Target Url", 'sassy-social-share' ); ?></label>
|
1041 |
+
</th>
|
1042 |
+
<td id="heateor_sss_vertical_target_url_column">
|
1043 |
+
<input id="heateor_sss_vertical_target_url_default" name="heateor_sss[vertical_target_url]" type="radio" <?php echo !isset( $options['vertical_target_url'] ) || $options['vertical_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
|
1044 |
+
<label for="heateor_sss_vertical_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'sassy-social-share' ) ?></label><br/>
|
1045 |
+
<input id="heateor_sss_vertical_target_url_home" name="heateor_sss[vertical_target_url]" type="radio" <?php echo isset( $options['vertical_target_url'] ) && $options['vertical_target_url'] == 'home' ? 'checked = "checked"' : '';?> value="home" />
|
1046 |
+
<label for="heateor_sss_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'sassy-social-share' ) ?></label><br/>
|
1047 |
+
<input id="heateor_sss_vertical_target_url_custom" name="heateor_sss[vertical_target_url]" type="radio" <?php echo isset( $options['vertical_target_url'] ) && $options['vertical_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
|
1048 |
+
<label for="heateor_sss_vertical_target_url_custom"><?php _e('Custom url', 'sassy-social-share' ) ?></label><br/>
|
1049 |
+
<input id="heateor_sss_vertical_target_url_custom_url" name="heateor_sss[vertical_target_url_custom]" type="text" value="<?php echo isset( $options['vertical_target_url_custom'] ) ? $options['vertical_target_url_custom'] : '' ?>" />
|
1050 |
+
</td>
|
1051 |
+
</tr>
|
1052 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_target_url_help_cont">
|
1053 |
+
<td colspan="2">
|
1054 |
+
<div>
|
1055 |
+
<?php _e('Url to share', 'sassy-social-share' ) ?>
|
1056 |
+
</div>
|
1057 |
+
</td>
|
1058 |
+
</tr>
|
1059 |
+
|
1060 |
+
<tr>
|
1061 |
+
<th>
|
1062 |
+
<img id="heateor_sss_vertical_rearrange_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1063 |
+
<label><?php _e("Rearrange icons", 'sassy-social-share' ); ?></label>
|
1064 |
+
</th>
|
1065 |
+
</tr>
|
1066 |
+
|
1067 |
+
<tr>
|
1068 |
+
<td colspan="2">
|
1069 |
+
<script>
|
1070 |
+
<?php
|
1071 |
+
$verticalSharingStyle = 'width:' . ( $options['vertical_sharing_shape'] != 'rectangle' ? $options['vertical_sharing_size'] : $options['vertical_sharing_width'] ) . 'px;height:' . $vertical_line_height . 'px;';
|
1072 |
+
$verticalDeliciousRadius = '';
|
1073 |
+
if($options['vertical_sharing_shape'] == 'round'){
|
1074 |
+
$verticalSharingStyle .= 'border-radius:999px;';
|
1075 |
+
$verticalDeliciousRadius = 'border-radius:999px;';
|
1076 |
+
} elseif ( isset( $options['vertical_border_radius'] ) && $options['vertical_border_radius'] != '' ) {
|
1077 |
+
$verticalSharingStyle .= 'border-radius:' . $options['vertical_border_radius'] . 'px;';
|
1078 |
+
}
|
1079 |
+
?>
|
1080 |
+
var heateorSssVerticalSharingStyle = '<?php echo $verticalSharingStyle ?>', heateorSssVerticalDeliciousRadius = '<?php echo $verticalDeliciousRadius ?>';
|
1081 |
+
</script>
|
1082 |
+
<style type="text/css">
|
1083 |
+
.heateorSssVerticalSharingBackground{
|
1084 |
+
<?php if($vertical_bg){ ?>
|
1085 |
+
background-color: <?php echo $vertical_bg ?>;
|
1086 |
+
<?php }if($vertical_border_width){ ?>
|
1087 |
+
border-width: <?php echo $vertical_border_width ?>px;
|
1088 |
+
border-style: solid;
|
1089 |
+
<?php } ?>
|
1090 |
+
border-color: <?php echo $vertical_border_color ? $vertical_border_color : 'transparent'; ?>;
|
1091 |
+
}
|
1092 |
+
.heateorSssVerticalSharingBackground:hover{
|
1093 |
+
<?php if($vertical_bg_hover){ ?>
|
1094 |
+
background-color: <?php echo $vertical_bg_hover ?>;
|
1095 |
+
<?php }if($vertical_border_width_hover){ ?>
|
1096 |
+
border-width: <?php echo $vertical_border_width_hover ?>px;
|
1097 |
+
border-style: solid;
|
1098 |
+
<?php } ?>
|
1099 |
+
border-color: <?php echo $vertical_border_color_hover ? $vertical_border_color_hover : 'transparent'; ?>;
|
1100 |
+
}
|
1101 |
+
</style>
|
1102 |
+
<ul id="heateor_sss_vertical_rearrange">
|
1103 |
+
<?php
|
1104 |
+
if ( isset( $options['vertical_re_providers'] ) ) {
|
1105 |
+
foreach ( $options['vertical_re_providers'] as $rearrange ) {
|
1106 |
+
?>
|
1107 |
+
<li title="<?php echo ucfirst( str_replace( '_', ' ', $rearrange ) ) ?>" id="heateor_sss_re_vertical_<?php echo str_replace( array( ' ', '.' ), '_', $rearrange) ?>" >
|
1108 |
+
<i style="display:block;<?php echo $verticalSharingStyle ?>" class="<?php echo in_array($rearrange, $likeButtons) ? '' : 'heateorSssVerticalSharingBackground' ?> heateorSss<?php echo ucfirst(str_replace( array('_', '.', ' '), '', $rearrange)) ?>Background"><div class="heateorSssSharingSvg heateorSss<?php echo ucfirst(str_replace( array('_', '.', ' '), '', $rearrange ) ) ?>Svg" style="<?php echo $verticalDeliciousRadius ?>"></div></i>
|
1109 |
+
<input type="hidden" name="heateor_sss[vertical_re_providers][]" value="<?php echo $rearrange ?>">
|
1110 |
+
</li>
|
1111 |
+
<?php
|
1112 |
+
}
|
1113 |
+
}
|
1114 |
+
?>
|
1115 |
+
</ul>
|
1116 |
+
</td>
|
1117 |
+
</tr>
|
1118 |
+
|
1119 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_rearrange_help_cont">
|
1120 |
+
<td colspan="2">
|
1121 |
+
<div>
|
1122 |
+
<?php _e('Drag the icons to rearrange in desired order', 'sassy-social-share' ) ?>
|
1123 |
+
</div>
|
1124 |
+
</td>
|
1125 |
+
</tr>
|
1126 |
+
|
1127 |
+
<tr>
|
1128 |
+
<th colspan="2">
|
1129 |
+
<img id="heateor_sss_vertical_providers_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1130 |
+
<label><?php _e("Select providers", 'sassy-social-share' ); ?></label>
|
1131 |
+
</th>
|
1132 |
+
</tr>
|
1133 |
+
|
1134 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_providers_help_cont">
|
1135 |
+
<td colspan="2">
|
1136 |
+
<div>
|
1137 |
+
<?php _e('Select the providers for sharing interface', 'sassy-social-share' ) ?>
|
1138 |
+
</div>
|
1139 |
+
</td>
|
1140 |
+
</tr>
|
1141 |
+
|
1142 |
+
<tr>
|
1143 |
+
<td colspan="2">
|
1144 |
+
<?php
|
1145 |
+
foreach($likeButtons as $likeButton){
|
1146 |
+
?>
|
1147 |
+
<div class="heateorSssVerticalSharingProviderContainer">
|
1148 |
+
<input id="heateor_sss_vertical_<?php echo $likeButton ?>" type="checkbox" <?php echo isset( $options['vertical_re_providers'] ) && in_array($likeButton, $options['vertical_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo $likeButton ?>" />
|
1149 |
+
<label for="heateor_sss_vertical_<?php echo $likeButton ?>"><img src="<?php echo plugins_url('../../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
|
1150 |
+
</div>
|
1151 |
+
<?php
|
1152 |
+
}
|
1153 |
+
?>
|
1154 |
+
<div style="clear:both"></div>
|
1155 |
+
<?php
|
1156 |
+
foreach($sharingNetworks as $sharingNetwork){
|
1157 |
+
?>
|
1158 |
+
<div class="heateorSssVerticalSharingProviderContainer">
|
1159 |
+
<input id="heateor_sss_vertical_sharing_<?php echo $sharingNetwork ?>" type="checkbox" <?php echo isset( $options['vertical_re_providers'] ) && in_array($sharingNetwork, $options['vertical_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo $sharingNetwork ?>" />
|
1160 |
+
<label for="heateor_sss_vertical_sharing_<?php echo $sharingNetwork ?>"><i style="display:block;width:18px;height:18px;" class="heateorSssSharing heateorSss<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Background"><ss style="display:block;" class="heateorSssSharingSvg heateorSss<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Svg"></ss></i></label>
|
1161 |
+
<label for="heateor_sss_vertical_sharing_<?php echo $sharingNetwork ?>"><?php echo str_replace('_', ' ', ucfirst($sharingNetwork)) ?></label>
|
1162 |
+
</div>
|
1163 |
+
<?php
|
1164 |
+
}
|
1165 |
+
?>
|
1166 |
+
</td>
|
1167 |
+
</tr>
|
1168 |
+
|
1169 |
+
<tr>
|
1170 |
+
<th>
|
1171 |
+
<img id="heateor_sss_vertical_bg_color_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1172 |
+
<label><?php _e("Background Color", 'sassy-social-share' ); ?></label>
|
1173 |
+
</th>
|
1174 |
+
<td>
|
1175 |
+
<input style="width: 100px" name="heateor_sss[vertical_bg]" type="text" value="<?php echo isset( $options['vertical_bg'] ) ? $options['vertical_bg'] : '' ?>" />
|
1176 |
+
</td>
|
1177 |
+
</tr>
|
1178 |
+
|
1179 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_bg_color_help_cont">
|
1180 |
+
<td colspan="2">
|
1181 |
+
<div>
|
1182 |
+
<?php _e('Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'sassy-social-share' ) ?>
|
1183 |
+
</div>
|
1184 |
+
</td>
|
1185 |
+
</tr>
|
1186 |
+
|
1187 |
+
<tr>
|
1188 |
+
<th>
|
1189 |
+
<img id="heateor_sss_alignment_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1190 |
+
<label for="heateor_sss_alignment"><?php _e("Horizontal alignment", 'sassy-social-share' ); ?></label>
|
1191 |
+
</th>
|
1192 |
+
<td>
|
1193 |
+
<select onchange="heateorSssToggleOffset(this.value)" id="heateor_sss_alignment" name="heateor_sss[alignment]">
|
1194 |
+
<option value="left" <?php echo isset( $options['alignment'] ) && $options['alignment'] == 'left' ? 'selected="selected"' : '' ?>><?php _e('Left', 'sassy-social-share' ) ?></option>
|
1195 |
+
<option value="right" <?php echo isset( $options['alignment'] ) && $options['alignment'] == 'right' ? 'selected="selected"' : '' ?>><?php _e('Right', 'sassy-social-share' ) ?></option>
|
1196 |
+
</select>
|
1197 |
+
</td>
|
1198 |
+
</tr>
|
1199 |
+
|
1200 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_alignment_help_cont">
|
1201 |
+
<td colspan="2">
|
1202 |
+
<div>
|
1203 |
+
<?php _e('Horizontal alignment of the sharing interface', 'sassy-social-share' ) ?>
|
1204 |
+
</div>
|
1205 |
+
</td>
|
1206 |
+
</tr>
|
1207 |
+
|
1208 |
+
<tbody id="heateor_sss_left_offset_rows" <?php echo (isset( $options['alignment'] ) && $options['alignment'] == 'left') ? '' : 'style="display: none"' ?>>
|
1209 |
+
<tr>
|
1210 |
+
<th>
|
1211 |
+
<img id="heateor_sss_left_offset_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1212 |
+
<label for="heateor_sss_left_offset"><?php _e("Left offset", 'sassy-social-share' ); ?></label>
|
1213 |
+
</th>
|
1214 |
+
<td>
|
1215 |
+
<input style="width: 100px" id="heateor_sss_left_offset" name="heateor_sss[left_offset]" type="text" value="<?php echo isset( $options['left_offset'] ) ? $options['left_offset'] : '' ?>" />px
|
1216 |
+
</td>
|
1217 |
+
</tr>
|
1218 |
+
|
1219 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_left_offset_help_cont">
|
1220 |
+
<td colspan="2">
|
1221 |
+
<div>
|
1222 |
+
<?php _e('Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too.', 'sassy-social-share' ) ?>
|
1223 |
+
</div>
|
1224 |
+
</td>
|
1225 |
+
</tr>
|
1226 |
+
</tbody>
|
1227 |
+
|
1228 |
+
<tbody id="heateor_sss_right_offset_rows" <?php echo (isset( $options['alignment'] ) && $options['alignment'] == 'right') ? '' : 'style="display: none"' ?>>
|
1229 |
+
<tr>
|
1230 |
+
<th>
|
1231 |
+
<img id="heateor_sss_right_offset_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1232 |
+
<label for="heateor_sss_right_offset"><?php _e("Right offset", 'sassy-social-share' ); ?></label>
|
1233 |
+
</th>
|
1234 |
+
<td>
|
1235 |
+
<input style="width: 100px" id="heateor_sss_right_offset" name="heateor_sss[right_offset]" type="text" value="<?php echo isset( $options['right_offset'] ) ? $options['right_offset'] : '' ?>" />px
|
1236 |
+
</td>
|
1237 |
+
</tr>
|
1238 |
+
|
1239 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_right_offset_help_cont">
|
1240 |
+
<td colspan="2">
|
1241 |
+
<div>
|
1242 |
+
<?php _e('Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too.', 'sassy-social-share' ) ?>
|
1243 |
+
</div>
|
1244 |
+
</td>
|
1245 |
+
</tr>
|
1246 |
+
</tbody>
|
1247 |
+
|
1248 |
+
<tr>
|
1249 |
+
<th>
|
1250 |
+
<img id="heateor_sss_top_offset_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1251 |
+
<label for="heateor_sss_top_offset"><?php _e("Top offset", 'sassy-social-share' ); ?></label>
|
1252 |
+
</th>
|
1253 |
+
<td>
|
1254 |
+
<input style="width: 100px" id="heateor_sss_top_offset" name="heateor_sss[top_offset]" type="text" value="<?php echo isset( $options['top_offset'] ) ? $options['top_offset'] : '' ?>" />px
|
1255 |
+
</td>
|
1256 |
+
</tr>
|
1257 |
+
|
1258 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_top_offset_help_cont">
|
1259 |
+
<td colspan="2">
|
1260 |
+
<div>
|
1261 |
+
<?php _e('Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top.', 'sassy-social-share' ) ?>
|
1262 |
+
</div>
|
1263 |
+
</td>
|
1264 |
+
</tr>
|
1265 |
+
|
1266 |
+
<tr>
|
1267 |
+
<th>
|
1268 |
+
<img id="heateor_sss_vertical_location_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1269 |
+
<label><?php _e("Placement", 'sassy-social-share' ); ?></label>
|
1270 |
+
</th>
|
1271 |
+
<td>
|
1272 |
+
<input id="heateor_sss_vertical_home" name="heateor_sss[vertical_home]" type="checkbox" <?php echo isset( $options['vertical_home'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1273 |
+
<label for="heateor_sss_vertical_home"><?php _e('Homepage', 'sassy-social-share' ) ?></label><br/>
|
1274 |
+
<input id="heateor_sss_vertical_post" name="heateor_sss[vertical_post]" type="checkbox" <?php echo isset( $options['vertical_post'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1275 |
+
<label for="heateor_sss_vertical_post"><?php _e('Posts', 'sassy-social-share' ) ?></label><br/>
|
1276 |
+
<input id="heateor_sss_vertical_page" name="heateor_sss[vertical_page]" type="checkbox" <?php echo isset( $options['vertical_page'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1277 |
+
<label for="heateor_sss_vertical_page"><?php _e('Pages', 'sassy-social-share' ) ?></label><br/>
|
1278 |
+
<input id="heateor_sss_vertical_excerpt" name="heateor_sss[vertical_excerpt]" type="checkbox" <?php echo isset( $options['vertical_excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1279 |
+
<label for="heateor_sss_vertical_excerpt"><?php _e('Excerpts (at Homepage)', 'sassy-social-share' ) ?></label><br/>
|
1280 |
+
<input id="heateor_sss_vertical_category" name="heateor_sss[vertical_category]" type="checkbox" <?php echo isset( $options['vertical_category'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1281 |
+
<label for="heateor_sss_vertical_category"><?php _e('Category Archives', 'sassy-social-share' ) ?></label><br/>
|
1282 |
+
<input id="heateor_sss_vertical_archive" name="heateor_sss[vertical_archive]" type="checkbox" <?php echo isset( $options['vertical_archive'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1283 |
+
<label for="heateor_sss_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'sassy-social-share' ) ?></label><br/>
|
1284 |
+
<?php
|
1285 |
+
if( count( $post_types ) ) {
|
1286 |
+
foreach ( $post_types as $post_type ) {
|
1287 |
+
?>
|
1288 |
+
<input id="heateor_sss_vertical_<?php echo $post_type ?>" name="heateor_sss[vertical_<?php echo $post_type ?>]" type="checkbox" <?php echo isset( $options['vertical_' . $post_type] ) ? 'checked = "checked"' : '';?> value="1" />
|
1289 |
+
<label for="heateor_sss_vertical_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
|
1290 |
+
<?php
|
1291 |
+
}
|
1292 |
+
}
|
1293 |
+
|
1294 |
+
if($this->is_bp_active){
|
1295 |
+
?>
|
1296 |
+
<input id="heateor_sss_vertical_bp_group" name="heateor_sss[vertical_bp_group]" type="checkbox" <?php echo isset( $options['vertical_bp_group'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1297 |
+
<label for="heateor_sss_vertical_bp_group"><?php _e('BuddyPress group', 'sassy-social-share' ) ?></label><br/>
|
1298 |
+
<?php
|
1299 |
+
}
|
1300 |
+
|
1301 |
+
if(function_exists('is_bbpress')){
|
1302 |
+
?>
|
1303 |
+
<br/>
|
1304 |
+
<input id="heateor_sss_vertical_bb_forum" name="heateor_sss[vertical_bb_forum]" type="checkbox" <?php echo isset( $options['vertical_bb_forum'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1305 |
+
<label for="heateor_sss_vertical_bb_forum"><?php _e('BBPress forum', 'sassy-social-share' ) ?></label>
|
1306 |
+
<br/>
|
1307 |
+
<input id="heateor_sss_vertical_bb_topic" name="heateor_sss[vertical_bb_topic]" type="checkbox" <?php echo isset( $options['vertical_bb_topic'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1308 |
+
<label for="heateor_sss_vertical_bb_topic"><?php _e('BBPress topic', 'sassy-social-share' ) ?></label>
|
1309 |
+
<?php
|
1310 |
+
}
|
1311 |
+
?>
|
1312 |
+
</td>
|
1313 |
+
</tr>
|
1314 |
+
|
1315 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_location_help_cont">
|
1316 |
+
<td colspan="2">
|
1317 |
+
<div>
|
1318 |
+
<?php _e('Specify the pages where you want to enable vertical Sharing interface', 'sassy-social-share' ) ?>
|
1319 |
+
</div>
|
1320 |
+
</td>
|
1321 |
+
</tr>
|
1322 |
+
|
1323 |
+
<tr>
|
1324 |
+
<th>
|
1325 |
+
<img id="heateor_sss_vertical_count_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1326 |
+
<label for="heateor_sss_vertical_counts"><?php _e("Show share counts", 'sassy-social-share' ); ?></label>
|
1327 |
+
</th>
|
1328 |
+
<td>
|
1329 |
+
<input id="heateor_sss_vertical_counts" name="heateor_sss[vertical_counts]" type="checkbox" <?php echo isset( $options['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1330 |
+
</td>
|
1331 |
+
</tr>
|
1332 |
+
|
1333 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vertical_count_help_cont">
|
1334 |
+
<td colspan="2">
|
1335 |
+
<div>
|
1336 |
+
<?php _e('If enabled, share counts are displayed above sharing icons.', 'sassy-social-share' ) ?>
|
1337 |
+
<img width="550" src="<?php echo plugins_url('../../images/snaps/sss_vertical_sharing_count.png', __FILE__); ?>" />
|
1338 |
+
</div>
|
1339 |
+
</td>
|
1340 |
+
</tr>
|
1341 |
+
|
1342 |
+
<tr>
|
1343 |
+
<th>
|
1344 |
+
<img id="heateor_sss_total_vertical_shares_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1345 |
+
<label for="heateor_sss_total_vertical_shares"><?php _e("Show total shares", 'sassy-social-share' ); ?></label>
|
1346 |
+
</th>
|
1347 |
+
<td>
|
1348 |
+
<input id="heateor_sss_total_vertical_shares" name="heateor_sss[vertical_total_shares]" type="checkbox" <?php echo isset( $options['vertical_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1349 |
+
</td>
|
1350 |
+
</tr>
|
1351 |
+
|
1352 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_total_vertical_shares_help_cont">
|
1353 |
+
<td colspan="2">
|
1354 |
+
<div>
|
1355 |
+
<?php _e('If enabled, total shares will be displayed with sharing icons', 'sassy-social-share' ) ?>
|
1356 |
+
<img width="550" src="<?php echo plugins_url('../../images/snaps/sss_vertical_total_shares.png', __FILE__); ?>" />
|
1357 |
+
</div>
|
1358 |
+
</td>
|
1359 |
+
</tr>
|
1360 |
+
|
1361 |
+
<tr>
|
1362 |
+
<th>
|
1363 |
+
<img id="heateor_sss_vmore_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1364 |
+
<label for="heateor_sss_vmore"><?php _e("Enable 'More' icon", 'sassy-social-share' ); ?></label>
|
1365 |
+
</th>
|
1366 |
+
<td>
|
1367 |
+
<input id="heateor_sss_vmore" name="heateor_sss[vertical_more]" type="checkbox" <?php echo isset( $options['vertical_more'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1368 |
+
</td>
|
1369 |
+
</tr>
|
1370 |
+
|
1371 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_vmore_help_cont">
|
1372 |
+
<td colspan="2">
|
1373 |
+
<div>
|
1374 |
+
<?php _e('If enabled, "More" icon will be displayed after selected sharing icons which shows additional sharing networks in popup', 'sassy-social-share' ) ?>
|
1375 |
+
</div>
|
1376 |
+
</td>
|
1377 |
+
</tr>
|
1378 |
+
|
1379 |
+
<tr>
|
1380 |
+
<th>
|
1381 |
+
<img id="heateor_sss_mobile_sharing_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1382 |
+
<label for="heateor_sss_mobile_sharing"><?php _e("Vertical floating bar responsiveness", 'sassy-social-share' ); ?></label>
|
1383 |
+
</th>
|
1384 |
+
<td>
|
1385 |
+
<input id="heateor_sss_mobile_sharing" name="heateor_sss[hide_mobile_sharing]" type="checkbox" <?php echo isset( $options['hide_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" /><label><?php echo sprintf( __( 'Display vertical interface only when screen is wider than %s pixels', 'sassy-social-share' ), '<input style="width:46px" name="heateor_sss[vertical_screen_width]" type="text" value="' . ( isset( $options['vertical_screen_width'] ) ? $options['vertical_screen_width'] : '' ) . '" />' ) ?></label>
|
1386 |
+
</td>
|
1387 |
+
</tr>
|
1388 |
+
|
1389 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_mobile_sharing_help_cont">
|
1390 |
+
<td colspan="2">
|
1391 |
+
<div>
|
1392 |
+
<?php _e('Display vertical interface only when screen is wider than the width specified.', 'sassy-social-share' ) ?>
|
1393 |
+
</div>
|
1394 |
+
</td>
|
1395 |
+
</tr>
|
1396 |
+
|
1397 |
+
<tr>
|
1398 |
+
<th>
|
1399 |
+
<img id="heateor_sss_mobile_sharing_bottom_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1400 |
+
<label for="heateor_sss_mobile_sharing_bottom"><?php _e("Horizontal floating bar responsiveness", 'sassy-social-share' ); ?></label>
|
1401 |
+
</th>
|
1402 |
+
<td>
|
1403 |
+
<input id="heateor_sss_mobile_sharing_bottom" name="heateor_sss[bottom_mobile_sharing]" type="checkbox" <?php echo isset( $options['bottom_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" /><label><?php echo sprintf( __( 'Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels', 'sassy-social-share' ), '<input style="width:46px" name="heateor_sss[horizontal_screen_width]" type="text" value="' . ( isset( $options['horizontal_screen_width'] ) ? $options['horizontal_screen_width'] : '' ) . '" />' ) ?></label>
|
1404 |
+
</td>
|
1405 |
+
</tr>
|
1406 |
+
|
1407 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_mobile_sharing_bottom_help_cont">
|
1408 |
+
<td colspan="2">
|
1409 |
+
<div>
|
1410 |
+
<?php _e('Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified', 'sassy-social-share' ) ?>
|
1411 |
+
<img src="<?php echo plugins_url('../../images/snaps/sss_mobile_sharing.png', __FILE__); ?>" />
|
1412 |
+
</div>
|
1413 |
+
</td>
|
1414 |
+
</tr>
|
1415 |
+
|
1416 |
+
<tbody id="heateor_sss_bottom_sharing_options" <?php echo isset( $options['bottom_mobile_sharing'] ) ? '' : 'style="display: none"'; ?>>
|
1417 |
+
<tr>
|
1418 |
+
<th>
|
1419 |
+
<img id="heateor_sss_mobile_sharing_position_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1420 |
+
<label for="heateor_sss_mobile_sharing_position"><?php _e("Horizontal floating bar position", 'sassy-social-share' ); ?></label>
|
1421 |
+
</th>
|
1422 |
+
<td>
|
1423 |
+
<label><?php echo sprintf( __( '%s pixels from %s', 'sassy-social-share' ), '<input id="heateor_sss_mobile_sharing_position" style="width:46px" name="heateor_sss[bottom_sharing_position]" type="text" value="' . ( isset( $options['bottom_sharing_position'] ) ? $options['bottom_sharing_position'] : '' ) . '" />', '<select style="width:63px" name="heateor_sss[bottom_sharing_alignment]"><option value="right" ' . ( ! isset( $options['bottom_sharing_alignment'] ) || $options['bottom_sharing_alignment'] == 'right' ? 'selected' : '' ) . '>right</option><option value="left" ' . ( isset( $options['bottom_sharing_alignment'] ) && $options['bottom_sharing_alignment'] == 'left' ? 'selected' : '' ) . '>left</option></select>' ) ?></label>
|
1424 |
+
</td>
|
1425 |
+
</tr>
|
1426 |
+
|
1427 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_mobile_sharing_position_help_cont">
|
1428 |
+
<td colspan="2">
|
1429 |
+
<div>
|
1430 |
+
<?php _e('Alignment of horizontal floating interface', 'sassy-social-share' ) ?>
|
1431 |
+
</div>
|
1432 |
+
</td>
|
1433 |
+
</tr>
|
1434 |
+
</tbody>
|
1435 |
+
|
1436 |
+
|
1437 |
+
</tbody>
|
1438 |
+
</table>
|
1439 |
+
</div>
|
1440 |
+
</div>
|
1441 |
+
</div>
|
1442 |
+
<?php include 'sassy-social-share-about.php'; ?>
|
1443 |
+
</div>
|
1444 |
+
|
1445 |
+
<div class="menu_containt_div" id="tabs-4">
|
1446 |
+
<div class="heateor_sss_left_column">
|
1447 |
+
|
1448 |
+
<div class="stuffbox">
|
1449 |
+
<h3><label><?php _e( 'Miscellaneous', 'sassy-social-share' ) ?></label></h3>
|
1450 |
+
<div class="inside">
|
1451 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1452 |
+
<tr>
|
1453 |
+
<th>
|
1454 |
+
<img id="heateor_sss_footer_script_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url( '../../images/info.png', __FILE__ ) ?>" />
|
1455 |
+
<label for="heateor_sss_footer_script"><?php _e( "Load Javascript files in footer", 'sassy-social-share' ) ?></label>
|
1456 |
+
</th>
|
1457 |
+
<td>
|
1458 |
+
<input id="heateor_sss_footer_script" name="heateor_sss[footer_script]" type="checkbox" <?php echo isset( $options['footer_script'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1459 |
+
</td>
|
1460 |
+
</tr>
|
1461 |
+
|
1462 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_footer_script_help_cont">
|
1463 |
+
<td colspan="2">
|
1464 |
+
<div>
|
1465 |
+
<?php _e( 'If enabled (recommended), Javascript files will be included in the footer of your website.', 'sassy-social-share' ) ?>
|
1466 |
+
</div>
|
1467 |
+
</td>
|
1468 |
+
</tr>
|
1469 |
+
|
1470 |
+
<tr>
|
1471 |
+
<th>
|
1472 |
+
<img id="heateor_sss_delete_options_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1473 |
+
<label for="heateor_sss_delete_options"><?php _e("Delete all the options on plugin deletion", 'sassy-social-share' ); ?></label>
|
1474 |
+
</th>
|
1475 |
+
<td>
|
1476 |
+
<input id="heateor_sss_delete_options" name="heateor_sss[delete_options]" type="checkbox" <?php echo isset( $options['delete_options'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1477 |
+
</td>
|
1478 |
+
</tr>
|
1479 |
+
|
1480 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_delete_options_help_cont">
|
1481 |
+
<td colspan="2">
|
1482 |
+
<div>
|
1483 |
+
<?php _e('If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time.', 'sassy-social-share' ) ?>
|
1484 |
+
</div>
|
1485 |
+
</td>
|
1486 |
+
</tr>
|
1487 |
+
</table>
|
1488 |
+
</div>
|
1489 |
+
</div>
|
1490 |
+
|
1491 |
+
<div class="stuffbox">
|
1492 |
+
<h3><label><?php _e('Url shortener', 'sassy-social-share' );?></label></h3>
|
1493 |
+
<div class="inside">
|
1494 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1495 |
+
<tr>
|
1496 |
+
<th>
|
1497 |
+
<img id="heateor_sss_surl_enable_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1498 |
+
<label for="heateor_sss_surl_enable"><?php _e("Use shortlinks already installed", 'sassy-social-share' ); ?></label>
|
1499 |
+
</th>
|
1500 |
+
<td>
|
1501 |
+
<input id="heateor_sss_surl_enable" name="heateor_sss[use_shortlinks]" type="checkbox" <?php echo isset( $options['use_shortlinks'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1502 |
+
</td>
|
1503 |
+
</tr>
|
1504 |
+
|
1505 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_surl_enable_help_cont">
|
1506 |
+
<td colspan="2">
|
1507 |
+
<div>
|
1508 |
+
<?php _e('Allows for shortened URLs to be used when sharing content if a shortening plugin is installed', 'sassy-social-share' ) ?>
|
1509 |
+
</div>
|
1510 |
+
</td>
|
1511 |
+
</tr>
|
1512 |
+
|
1513 |
+
<tr>
|
1514 |
+
<th>
|
1515 |
+
<img id="heateor_sss_bitly_enable_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1516 |
+
<label for="heateor_sss_bitly_enable"><?php _e("Enable bit.ly url shortener for sharing", 'sassy-social-share' ); ?></label>
|
1517 |
+
</th>
|
1518 |
+
<td>
|
1519 |
+
<input id="heateor_sss_bitly_enable" name="heateor_sss[bitly_enable]" type="checkbox" <?php echo isset( $options['bitly_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1520 |
+
</td>
|
1521 |
+
</tr>
|
1522 |
+
|
1523 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_bitly_enable_help_cont">
|
1524 |
+
<td colspan="2">
|
1525 |
+
<div>
|
1526 |
+
<?php _e('Master control to enable bit.ly url shortening for sharing', 'sassy-social-share' ) ?>
|
1527 |
+
</div>
|
1528 |
+
</td>
|
1529 |
+
</tr>
|
1530 |
+
|
1531 |
+
<tr>
|
1532 |
+
<th>
|
1533 |
+
<img id="heateor_sss_bitly_login_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1534 |
+
<label for="heateor_sss_bitly_login"><?php _e("bit.ly username", 'sassy-social-share' ); ?></label>
|
1535 |
+
</th>
|
1536 |
+
<td>
|
1537 |
+
<input id="heateor_sss_bitly_login" name="heateor_sss[bitly_username]" type="text" value="<?php echo isset( $options['bitly_username'] ) ? $options['bitly_username'] : '' ?>" />
|
1538 |
+
</td>
|
1539 |
+
</tr>
|
1540 |
+
|
1541 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_bitly_login_help_cont">
|
1542 |
+
<td colspan="2">
|
1543 |
+
<div>
|
1544 |
+
<?php echo sprintf(__('Login to your bit.ly account and navigate to <a href="%s" target="_blank">this link</a> to get bit.ly username', 'sassy-social-share' ), 'https://bitly.com/a/your_api_key') ?>
|
1545 |
+
<img width="550" src="<?php echo plugins_url('../../images/snaps/sss_bitly_username.png', __FILE__); ?>" />
|
1546 |
+
</div>
|
1547 |
+
</td>
|
1548 |
+
</tr>
|
1549 |
+
|
1550 |
+
<tr>
|
1551 |
+
<th>
|
1552 |
+
<img id="heateor_sss_bitly_key_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1553 |
+
<label for="heateor_sss_bitly_key"><?php _e("bit.ly API Key", 'sassy-social-share' ); ?></label>
|
1554 |
+
</th>
|
1555 |
+
<td>
|
1556 |
+
<input id="heateor_sss_bitly_key" name="heateor_sss[bitly_key]" type="text" value="<?php echo isset( $options['bitly_key'] ) ? $options['bitly_key'] : '' ?>" />
|
1557 |
+
</td>
|
1558 |
+
</tr>
|
1559 |
+
|
1560 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_bitly_key_help_cont">
|
1561 |
+
<td colspan="2">
|
1562 |
+
<div>
|
1563 |
+
<?php echo sprintf(__('Login to your bit.ly account and navigate to <a href="%s" target="_blank">this link</a> to get your API key', 'sassy-social-share' ), 'https://bitly.com/a/your_api_key') ?>
|
1564 |
+
<img width="550" src="<?php echo plugins_url('../../images/snaps/sss_bitly_apikey.png', __FILE__); ?>" />
|
1565 |
+
</div>
|
1566 |
+
</td>
|
1567 |
+
</tr>
|
1568 |
+
</table>
|
1569 |
+
</div>
|
1570 |
+
</div>
|
1571 |
+
|
1572 |
+
<div class="stuffbox">
|
1573 |
+
<h3><label><?php _e('Language', 'sassy-social-share' );?></label></h3>
|
1574 |
+
<div class="inside">
|
1575 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1576 |
+
<tr>
|
1577 |
+
<th>
|
1578 |
+
<img id="heateor_sss_sc_language_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1579 |
+
<label for="heateor_sss_sc_language"><?php _e("Language", 'sassy-social-share' ); ?></label>
|
1580 |
+
</th>
|
1581 |
+
<td>
|
1582 |
+
<input id="heateor_sss_sc_language" name="heateor_sss[language]" type="text" value="<?php echo $this->options['language'] ? $this->options['language'] : '' ?>" />
|
1583 |
+
</td>
|
1584 |
+
</tr>
|
1585 |
+
|
1586 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_sc_language_help_cont">
|
1587 |
+
<td colspan="2">
|
1588 |
+
<div>
|
1589 |
+
<?php echo sprintf(__('Enter the code of the language you want to use for like buttons. You can find the language codes at <a href="%s" target="_blank">this link</a>. Leave it empty for default language(English)', 'sassy-social-share' ), '//www.facebook.com/translations/FacebookLocales.xml') ?>
|
1590 |
+
</div>
|
1591 |
+
</td>
|
1592 |
+
</tr>
|
1593 |
+
</table>
|
1594 |
+
</div>
|
1595 |
+
</div>
|
1596 |
+
|
1597 |
+
<div class="stuffbox">
|
1598 |
+
<h3><label><?php _e('Username in sharing', 'sassy-social-share' );?></label></h3>
|
1599 |
+
<div class="inside">
|
1600 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1601 |
+
<tr>
|
1602 |
+
<th>
|
1603 |
+
<img id="heateor_sss_twitter_username_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1604 |
+
<label for="heateor_sss_twitter_username"><?php _e("Twitter username (without @)", 'sassy-social-share' ); ?></label>
|
1605 |
+
</th>
|
1606 |
+
<td>
|
1607 |
+
<input id="heateor_sss_twitter_username" name="heateor_sss[twitter_username]" type="text" value="<?php echo isset( $options['twitter_username'] ) ? $options['twitter_username'] : '' ?>" />
|
1608 |
+
</td>
|
1609 |
+
</tr>
|
1610 |
+
|
1611 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_twitter_username_help_cont">
|
1612 |
+
<td colspan="2">
|
1613 |
+
<div>
|
1614 |
+
<?php _e('Provided username will be appended after the content being shared as "via @USERNAME". Leave empty if you do not want any username in the content being shared.', 'sassy-social-share' ) ?>
|
1615 |
+
<br/><img width="550" src="<?php echo plugins_url('../../images/snaps/sss_twitter_username.png', __FILE__); ?>" />
|
1616 |
+
</div>
|
1617 |
+
</td>
|
1618 |
+
</tr>
|
1619 |
+
|
1620 |
+
<tr>
|
1621 |
+
<th>
|
1622 |
+
<img id="heateor_sss_buffer_username_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1623 |
+
<label for="heateor_sss_buffer_username"><?php _e("Buffer username (without @)", 'sassy-social-share' ); ?></label>
|
1624 |
+
</th>
|
1625 |
+
<td>
|
1626 |
+
<input id="heateor_sss_buffer_username" name="heateor_sss[buffer_username]" type="text" value="<?php echo isset( $options['buffer_username'] ) ? $options['buffer_username'] : '' ?>" />
|
1627 |
+
</td>
|
1628 |
+
</tr>
|
1629 |
+
|
1630 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_buffer_username_help_cont">
|
1631 |
+
<td colspan="2">
|
1632 |
+
<div>
|
1633 |
+
<?php _e('Provided username will be appended after the content being shared as "via @USERNAME". Leave empty if you do not want any username in the content being shared.', 'sassy-social-share' ) ?>
|
1634 |
+
</div>
|
1635 |
+
</td>
|
1636 |
+
</tr>
|
1637 |
+
</table>
|
1638 |
+
</div>
|
1639 |
+
</div>
|
1640 |
+
|
1641 |
+
<div class="stuffbox">
|
1642 |
+
<h3><label><?php _e('Custom CSS', 'sassy-social-share' );?></label></h3>
|
1643 |
+
<div class="inside">
|
1644 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1645 |
+
<tr>
|
1646 |
+
<th>
|
1647 |
+
<img id="heateor_sss_custom_css_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url('../../images/info.png', __FILE__) ?>" />
|
1648 |
+
<label for="heateor_sss_custom_css"><?php _e("Custom CSS", 'sassy-social-share' ); ?></label>
|
1649 |
+
</th>
|
1650 |
+
<td>
|
1651 |
+
<textarea rows="7" cols="63" id="heateor_sss_custom_css" name="heateor_sss[custom_css]"><?php echo isset( $options['custom_css'] ) ? $options['custom_css'] : '' ?></textarea>
|
1652 |
+
</td>
|
1653 |
+
</tr>
|
1654 |
+
|
1655 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_custom_css_help_cont">
|
1656 |
+
<td colspan="2">
|
1657 |
+
<div>
|
1658 |
+
<?php _e('You can specify any additional CSS rules (without <style> tag)', 'sassy-social-share' ) ?>
|
1659 |
+
</div>
|
1660 |
+
</td>
|
1661 |
+
</tr>
|
1662 |
+
</table>
|
1663 |
+
</div>
|
1664 |
+
</div>
|
1665 |
+
|
1666 |
+
</div>
|
1667 |
+
<?php include 'sassy-social-share-about.php'; ?>
|
1668 |
+
</div>
|
1669 |
+
|
1670 |
+
<div class="menu_containt_div" id="tabs-5">
|
1671 |
+
<div class="heateor_sss_left_column">
|
1672 |
+
<div class="stuffbox">
|
1673 |
+
<h3><label><?php _e('Shortcode & Widget', 'sassy-social-share' );?></label></h3>
|
1674 |
+
<div class="inside">
|
1675 |
+
<p><a style="text-decoration:none" href="http://support.heateor.com/sassy-social-share-shortcode-and-widget" target="_blank"><?php _e('Shortcode & Widget', 'sassy-social-share' ) ?></a></p>
|
1676 |
+
</div>
|
1677 |
+
</div>
|
1678 |
+
</div>
|
1679 |
+
<?php include 'sassy-social-share-about.php'; ?>
|
1680 |
+
</div>
|
1681 |
+
|
1682 |
+
<div class="menu_containt_div" id="tabs-6">
|
1683 |
+
<div class="heateor_sss_left_column">
|
1684 |
+
<div class="stuffbox">
|
1685 |
+
<h3><label><?php _e('Facebook Sharing Troubleshooter', 'sassy-social-share' );?></label></h3>
|
1686 |
+
<div class="inside">
|
1687 |
+
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1688 |
+
<tr>
|
1689 |
+
<td>
|
1690 |
+
<?php _e('If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:', 'sassy-social-share' ) ?><br/>
|
1691 |
+
<a style="text-decoration: none" target="_blank" href="https://developers.facebook.com/tools/debug/">https://developers.facebook.com/tools/debug/</a>
|
1692 |
+
</td>
|
1693 |
+
</tr>
|
1694 |
+
</table>
|
1695 |
+
</div>
|
1696 |
+
</div>
|
1697 |
+
</div>
|
1698 |
+
<?php include 'sassy-social-share-about.php'; ?>
|
1699 |
+
</div>
|
1700 |
+
|
1701 |
+
<div class="menu_containt_div" id="tabs-7">
|
1702 |
+
<div class="heateor_sss_left_column">
|
1703 |
+
<div class="stuffbox">
|
1704 |
+
<h3><label><?php _e('FAQ', 'sassy-social-share' ) ?></label></h3>
|
1705 |
+
<div class="inside faq">
|
1706 |
+
<p><a href="http://support.heateor.com/how-can-i-show-share-counts-of-my-website-rather-than-of-individual-pagepost/" target="_blank"><?php _e('How can I show share counts of my website rather than of individual pages/posts?', 'sassy-social-share' ) ?></a></p>
|
1707 |
+
<p><a href="http://support.heateor.com/how-can-i-disable-social-sharing-on-particular-pagepost/" target="_blank"><?php _e('How can I disable sharing on particular page/post?', 'sassy-social-share' ) ?></a></p>
|
1708 |
+
<p><a href="http://support.heateor.com/how-can-i-specify-minimum-sharing-count-for-sharing-networks/" target="_blank"><?php _e('How can I specify minimum sharing count for sharing networks?', 'sassy-social-share' ) ?></a></p>
|
1709 |
+
</div>
|
1710 |
+
</div>
|
1711 |
+
|
1712 |
+
</div>
|
1713 |
+
<?php include 'sassy-social-share-about.php'; ?>
|
1714 |
+
</div>
|
1715 |
+
|
1716 |
+
<div class="heateor_sss_clear"></div>
|
1717 |
+
<p class="submit">
|
1718 |
+
<input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'sassy-social-share' ); ?>" />
|
1719 |
+
</p>
|
1720 |
+
</form>
|
1721 |
+
</div>
|
1722 |
+
</div>
|
images/close.png
ADDED
Binary file
|
images/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
images/info.png
ADDED
Binary file
|
images/logo.png
ADDED
Binary file
|
images/sharing/buffer_share.png
ADDED
Binary file
|
images/sharing/facebook_like.png
ADDED
Binary file
|
images/sharing/facebook_recommend.png
ADDED
Binary file
|
images/sharing/google_plus_share.png
ADDED
Binary file
|
images/sharing/google_plusone.png
ADDED
Binary file
|
images/sharing/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
images/sharing/linkedin_share.png
ADDED
Binary file
|
images/sharing/pinterest_pin.png
ADDED
Binary file
|
images/sharing/reddit_badge.png
ADDED
Binary file
|
images/sharing/stumbleupon_badge.png
ADDED
Binary file
|
images/sharing/twitter_tweet.png
ADDED
Binary file
|
images/sharing/xing_share.png
ADDED
Binary file
|
images/sharing/yummly_share.png
ADDED
Binary file
|
images/snaps/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
images/snaps/sss_bitly_apikey.png
ADDED
Binary file
|
images/snaps/sss_bitly_username.png
ADDED
Binary file
|
images/snaps/sss_horizontal_sharing.png
ADDED
Binary file
|
images/snaps/sss_horizontal_total_shares.png
ADDED
Binary file
|
images/snaps/sss_mobile_sharing.png
ADDED
Binary file
|
images/snaps/sss_share_count.png
ADDED
Binary file
|
images/snaps/sss_twitter_username.png
ADDED
Binary file
|
images/snaps/sss_vertical_sharing.png
ADDED
Binary file
|
images/snaps/sss_vertical_sharing_count.png
ADDED
Binary file
|
images/snaps/sss_vertical_total_shares.png
ADDED
Binary file
|
images/social_icons.png
ADDED
Binary file
|
images/star.png
ADDED
Binary file
|
images/transparent_bg.png
ADDED
Binary file
|
includes/class-sassy-social-share-sharing-networks.php
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* The file contains the class defining sharing networks and their sharer urls
|
5 |
+
*
|
6 |
+
* @since 1.0.0
|
7 |
+
*
|
8 |
+
*/
|
9 |
+
|
10 |
+
/**
|
11 |
+
* This class defines sharing networks and their sharer urls
|
12 |
+
*
|
13 |
+
* @since 1.0.0
|
14 |
+
*
|
15 |
+
*/
|
16 |
+
class Sassy_Social_Share_Sharing_Networks {
|
17 |
+
|
18 |
+
/**
|
19 |
+
* Supported Social sharing networks
|
20 |
+
*
|
21 |
+
* @since 1.0.0
|
22 |
+
*/
|
23 |
+
private $sharing_networks = array(
|
24 |
+
'facebook_like' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></li>',
|
25 |
+
'facebook_recommend' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="false"></div></li>',
|
26 |
+
'twitter_tweet' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<a href="https://twitter.com/share" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%" >Tweet</a><script>!function(d,s,id) {var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if (!d.getElementById(id)) {js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></li>',
|
27 |
+
'google_plusone' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "%language%"}</script><div class="g-plusone" data-size="medium" data-href="%post_url%" data-callback="heateorSsmiGpCallback"></div></li>',
|
28 |
+
'google_plus_share' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "%language%"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="%post_url%"></div></li>',
|
29 |
+
'linkedin_share' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<script src="//platform.linkedin.com/in.js" type="text/javascript">lang: %language%</script><script type="IN/Share" data-url="%post_url%" data-counter="right"></script></li>',
|
30 |
+
'pinterest_pin' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<a data-pin-lang="%language%" href="//www.pinterest.com/pin/create/button/?url=%post_url%" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></li>',
|
31 |
+
'buffer_share' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></li>',
|
32 |
+
'xing_share' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_xing">%like_count_container%<div data-type="XING/Share" data-counter="right" data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s) {var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></li>',
|
33 |
+
'yummly_share' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>',
|
34 |
+
'reddit_badge' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_reddit">%like_count_container%<script type="text/javascript" src="http://www.reddit.com/static/button/button1.js"></script></li>',
|
35 |
+
'stumbleupon_badge' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_stumble">%like_count_container%<su:badge layout="1" location="%post_url%"></su:badge><script type="text/javascript">(function() {var li = document.createElement(\'script\' ); li.type = \'text/javascript\'; li.async = true;li.src = (\'https:\' == document.location.protocol ? \'https:\' : \'http:\' ) + \'//platform.stumbleupon.com/1/widgets.js\';var s = document.getElementsByTagName(\'script\' )[0]; s.parentNode.insertBefore(li, s);})();</script></li>',
|
36 |
+
'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.facebook.com/sharer/sharer.php?u=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
37 |
+
'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%post_title%&url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
38 |
+
'linkedin' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.linkedin.com/shareArticle?mini=true&url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
39 |
+
'google_plus' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://plus.google.com/share?url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
40 |
+
'print' => '<li class="%li_class%"><i %style% alt="Print" Title="Print" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'window.print()\'><ss style="display:block" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
41 |
+
'email' => '<li class="%li_class%"><i %style% alt="Email" Title="Email" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick="window.location.href = \'mailto:?subject=\' + decodeURIComponent(\'%post_title%\' ) + \'&body=\' + decodeURIComponent(\'%post_url%\' )"><ss style="display:block" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
42 |
+
'yahoo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://bookmarks.yahoo.com/toolbar/SaveBM/?u=%post_url%&t=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
43 |
+
'reddit' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://reddit.com/submit?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
44 |
+
'digg' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://digg.com/submit?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
45 |
+
'delicious' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://del.icio.us/post?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
46 |
+
'stumbleupon' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.stumbleupon.com/submit?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
47 |
+
'float_it' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.designfloat.com/submit.php?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
48 |
+
'tumblr' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.tumblr.com/share?v=3&u=%post_url%&t=%post_title%&s=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
49 |
+
'vkontakte' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://vkontakte.ru/share.php?&url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
50 |
+
'pinterest' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick="javascript:void((function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());"><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
51 |
+
'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.xing-share.com/social_plugins/share?url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
52 |
+
'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background"><a href="whatsapp://send?text=%post_title% %post_url%"><ss style="display:block" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></a></i></li>',
|
53 |
+
'yummly' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.yummly.com/urb/verify?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
54 |
+
'buffer' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://buffer.com/add?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
55 |
+
'AIM' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://lifestream.aol.com/?url=%%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
56 |
+
'Amazon_Wish_List' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.amazon.com/wishlist/add?u=%post_url%&t=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
57 |
+
'AOL_Mail' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://webmail.aol.com/25045/aol/en-us/Mail/compose-message.aspx?subject=%post_title%&body=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
58 |
+
'App.net' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://account.app.net/login/")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
59 |
+
'Baidu' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://cang.baidu.com/do/add?it=%post_title%&iu=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
60 |
+
'Balatarin' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.balatarin.com/login")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
61 |
+
'BibSonomy' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.bibsonomy.org/login")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
62 |
+
'Bitty_Browser' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.bitty.com/manual/?contenttype=&contentvalue=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
63 |
+
'Blinklist' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://blinklist.com/blink?t=%post_title%&d=&u=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
64 |
+
'Blogger_Post' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.blogger.com/blog_this.pyra?t&u=%post_url%&l&n=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
65 |
+
'BlogMarks' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://blogmarks.net/my/new.php?mini=1&simple=1&title=%post_title%&url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
66 |
+
'Bookmarks.fr' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.bookmarks.fr/Connexion/?action=add&address=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
67 |
+
'Box.net' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.box.com/api/1.0/import?url=%post_url%&name=%post_title%&description=&import_as=link")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
68 |
+
'BuddyMarks' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://buddymarks.com/login.php?bookmark_title=%post_title%&bookmark_url=%post_url%&bookmark_desc=&bookmark_tags=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
69 |
+
'Care2_News' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.care2.com/passport/login.html?promoID=10&pg=http://www.care2.com/news/compose?sharehint=news&share[share_type]news&bookmarklet=Y&share[title]=%post_title%&share[link_url]=%post_url%&share[content]=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
70 |
+
'CiteULike' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.citeulike.org/posturl?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
71 |
+
'Diary.Ru' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.diary.ru/?newpost&title=%post_title%&text=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
72 |
+
'diHITT' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.dihitt.com/submit?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
73 |
+
'Diigo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.diigo.com/post?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
74 |
+
'DZone' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.dzone.com/links/add.html?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
75 |
+
'Evernote' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.evernote.com/clip.action?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
76 |
+
'Fark' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.fark.com/submit?new_url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
77 |
+
'Flipboard' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://share.flipboard.com/flipit/load?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
78 |
+
'Folkd' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.folkd.com/page/social-bookmarking.html?addurl=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
79 |
+
'Google_Bookmarks' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.google.com/bookmarks/mark?op=edit&bkmk=%post_url%&title=%post_title%&annotation=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
80 |
+
'Google_Gmail' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=%post_title%&body=Link:%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
81 |
+
'Hacker_News' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://news.ycombinator.com/submitlink?u=%post_url%&t=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
82 |
+
'Hatena' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://b.hatena.ne.jp/bookmarklet?url=%post_url%&btitle=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
83 |
+
'Instapaper' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.instapaper.com/edit?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
84 |
+
'Jamespot' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//my.jamespot.com/")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
85 |
+
'Kakao' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://story.kakao.com/share?url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
86 |
+
'Kindle_It' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//fivefilters.org/kindle-it/send.php?url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
87 |
+
'Known' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://withknown.com/share/?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
88 |
+
'Line' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background"><a href="line://msg/text/%post_title%! %post_url%"><ss style="display:block" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></a></i></li>',
|
89 |
+
'LiveJournal' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.livejournal.com/update.bml?subject=%post_title%&event=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
90 |
+
'Mail.Ru' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://connect.mail.ru/share?share_url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
91 |
+
'Mendeley' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.mendeley.com/sign-in/")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
92 |
+
'Meneame' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.meneame.net/submit.php?url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
93 |
+
'Mixi' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://mixi.jp/share.pl?mode=login&u=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
94 |
+
'MySpace' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://myspace.com/")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
95 |
+
'Netlog' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.netlog.com/go/manage/links/view=save&origin=external&url=%post_url%&title=%post_title%&description=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
96 |
+
'Netvouz' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.netvouz.com/action/submitBookmark?url=%post_url%&title=%post_title%&popup=no&description=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
97 |
+
'NewsVine' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.newsvine.com/_tools/seed?popoff=0&u=%post_url%&h=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
98 |
+
'NUjij' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.nujij.nl/nieuw-bericht.2051051.lynkx?title=%post_title%&url=%post_url%&bericht=&topic=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
99 |
+
'Odnoklassniki' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://connect.ok.ru/dk?cmd=WidgetSharePreview&st.cmd=WidgetSharePreview&st.shareUrl=%post_url%&st.client_id=-1")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
100 |
+
'Oknotizie' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//oknotizie.virgilio.it/post?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
101 |
+
'Outlook.com' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://mail.live.com/default.aspx?rru=compose?subject=%post_title%&body=%post_url%&lc=1033&id=64855&mkt=en-us&cbcxt=mai")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
102 |
+
'Pinboard' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://pinboard.in/popup_login/?url=%post_url%&title=%post_title%&later=&description=&next=same")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
103 |
+
'Plurk' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.plurk.com/m?content=%post_url%&qualifier=shares")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
104 |
+
'Pocket' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://readitlaterlist.com/save?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
105 |
+
'PrintFriendly' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.printfriendly.com/print?url=%post_url%&partner=a2a")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
106 |
+
'Protopage_Bookmarks' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.protopage.com/add-button-site?url=%post_url%&label=&type=page")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
107 |
+
'Pusha' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.pusha.se/posta?url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
108 |
+
'Qzone' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
109 |
+
'Rediff MyPage' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//share.rediff.com/bookmark/addbookmark?bookmarkurl=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
110 |
+
'Renren' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.connect.renren.com/share/sharer?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
111 |
+
'Segnalo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://segnalo.virgilio.it/post.html.php?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
112 |
+
'Sina Weibo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//service.weibo.com/share/share.php?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
113 |
+
'SiteJot' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("http://www.sitejot.com/loginform.php?iSiteAdd=&iSiteDes=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
114 |
+
'Slashdot' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//slashdot.org/submission?url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
115 |
+
'Stumpedia' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.stumpedia.com/submit?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
116 |
+
'Svejo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://svejo.net/story/submit_by_url?url=%post_url%&title=%post_title%&summary=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
117 |
+
'Symbaloo_Feeds' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.symbaloo.com/")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
118 |
+
'Tuenti' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.tuenti.com/share?p=b5dd6602&url=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
119 |
+
'Twiddla' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.twiddla.com/New.aspx?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
120 |
+
'TypePad_Post' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.typepad.com/services/quickpost/post?v=2&qp_show=ac&qp_title=%post_title%&qp_href=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
121 |
+
'Viadeo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.viadeo.com/shareit/share/?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
122 |
+
'Wanelo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//wanelo.com/p/post?bookmarklet=&images%5B%5D=&url=%post_url%&title=%post_title%&price=&shop=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
123 |
+
'Webnews' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.webnews.de/login")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
124 |
+
'WordPress' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.addtoany.com/ext/wordpress/press_this?linkurl=%post_url%&linkname=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
125 |
+
'Wykop' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//www.wykop.pl/dodaj?url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
126 |
+
'Yahoo_Mail' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//compose.mail.yahoo.com/?Subject=%post_title%&body=Link:%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
127 |
+
'Yahoo_Messenger' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("ymsgr:sendim?m=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
128 |
+
'Yoolink' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//yoolink.to/addorshare?url_value=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
129 |
+
'YouMob' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("//youmob.com/startmob.aspx?cookietest=true&mob=%post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>'
|
130 |
+
);
|
131 |
+
|
132 |
+
/**
|
133 |
+
* Constructor.
|
134 |
+
*
|
135 |
+
* @since 1.0.0
|
136 |
+
*/
|
137 |
+
public function __construct() {
|
138 |
+
|
139 |
+
}
|
140 |
+
|
141 |
+
/**
|
142 |
+
* Constructor.
|
143 |
+
*
|
144 |
+
* @since 1.0.0
|
145 |
+
*/
|
146 |
+
public function fetch_sharing_networks() {
|
147 |
+
|
148 |
+
return $this->sharing_networks;
|
149 |
+
|
150 |
+
}
|
151 |
+
|
152 |
+
}
|
includes/class-sassy-social-share-shortcodes.php
ADDED
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* The file that defines Shortcodes class
|
5 |
+
*
|
6 |
+
* A class definition that includes functions used for Shortcodes.
|
7 |
+
*
|
8 |
+
* @since 1.0.0
|
9 |
+
*
|
10 |
+
*/
|
11 |
+
|
12 |
+
/**
|
13 |
+
* Shortcodes class.
|
14 |
+
*
|
15 |
+
* This is used to define functions for Shortcodes.
|
16 |
+
*
|
17 |
+
* @since 1.0.0
|
18 |
+
*/
|
19 |
+
class Sassy_Social_Share_Shortcodes {
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Options saved in database.
|
23 |
+
*
|
24 |
+
* @since 1.0.0
|
25 |
+
*/
|
26 |
+
private $options;
|
27 |
+
|
28 |
+
/**
|
29 |
+
* Member to assign object of Sassy_Social_Share_Public Class.
|
30 |
+
*
|
31 |
+
* @since 1.0.0
|
32 |
+
*/
|
33 |
+
private $public_class_object;
|
34 |
+
|
35 |
+
/**
|
36 |
+
* Assign plugin options to private member $options.
|
37 |
+
*
|
38 |
+
* @since 1.0.0
|
39 |
+
*/
|
40 |
+
public function __construct( $options, $public_class_object ) {
|
41 |
+
|
42 |
+
$this->options = $options;
|
43 |
+
$this->public_class_object = $public_class_object;
|
44 |
+
|
45 |
+
}
|
46 |
+
|
47 |
+
/**
|
48 |
+
* Shortcode for Social Sharing.
|
49 |
+
*
|
50 |
+
* @since 1.0.0
|
51 |
+
*/
|
52 |
+
public function sharing_shortcode( $params ) {
|
53 |
+
extract( shortcode_atts( array(
|
54 |
+
'style' => '',
|
55 |
+
'type' => 'standard',
|
56 |
+
'left' => '0',
|
57 |
+
'right' => '0',
|
58 |
+
'top' => '100',
|
59 |
+
'url' => '',
|
60 |
+
'count' => 0,
|
61 |
+
'align' => 'left',
|
62 |
+
'title' => '',
|
63 |
+
'total_shares' => 'OFF'
|
64 |
+
), $params ) );
|
65 |
+
|
66 |
+
$type = strtolower( $type );
|
67 |
+
|
68 |
+
if ( ( $type == 'standard' && ! isset( $this->options['hor_enable'] ) ) || ( $type == 'floating' && ! isset( $this->options['vertical_enable'] ) ) ) {
|
69 |
+
return;
|
70 |
+
}
|
71 |
+
global $post;
|
72 |
+
if ( $url ) {
|
73 |
+
$target_url = $url;
|
74 |
+
$post_id = 0;
|
75 |
+
} elseif ( get_permalink( $post -> ID ) ) {
|
76 |
+
$target_url = get_permalink( $post -> ID );
|
77 |
+
$post_id = $post -> ID;
|
78 |
+
} else {
|
79 |
+
$target_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
80 |
+
$post_id = 0;
|
81 |
+
}
|
82 |
+
// generate short url
|
83 |
+
$short_url = $this->public_class_object->get_short_url( $target_url, $post_id );
|
84 |
+
$alignment_offset = 0;
|
85 |
+
if ( $left) {
|
86 |
+
$alignment_offset = $left;
|
87 |
+
} elseif ( $right) {
|
88 |
+
$alignment_offset = $right;
|
89 |
+
}
|
90 |
+
$html = '<div class="heateor_sss_sharing_container heateor_sss_' . ( $type == 'standard' ? 'horizontal' : 'vertical' ) . '_sharing' . ( $type == 'floating' && isset( $this->options['hide_mobile_sharing'] ) ? ' heateor_sss_hide_sharing' : '' ) . ( $type == 'floating' && isset( $this->options['bottom_mobile_sharing'] ) ? ' heateor_sss_bottom_sharing' : '' ) . '" ss-offset="' . $alignment_offset . '" heateor-sss-data-href="' . $target_url.'" ';
|
91 |
+
$vertical_offsets = '';
|
92 |
+
if ( $type == 'floating' ) {
|
93 |
+
$vertical_offsets = $align . ': ' . $$align . 'px; top: ' . $top . 'px;width:' . ( ( $this->options['vertical_sharing_size'] ? $this->options['vertical_sharing_size'] : '35' ) + 4 ) . "px;";
|
94 |
+
}
|
95 |
+
// style
|
96 |
+
if ( $style != "" || $vertical_offsets != '' ) {
|
97 |
+
$html .= 'style="';
|
98 |
+
if ( strpos( $style, 'background' ) === false ) { $html .= '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;'; }
|
99 |
+
$html .= $vertical_offsets;
|
100 |
+
$html .= $style;
|
101 |
+
$html .= '"';
|
102 |
+
}
|
103 |
+
$html .= '>';
|
104 |
+
if ( $type == 'standard' && $title != '' ) {
|
105 |
+
$html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
|
106 |
+
}
|
107 |
+
$html .= $this->public_class_object->prepare_sharing_html( $short_url ? $short_url : $target_url, $type == 'standard' ? 'horizontal' : 'vertical', $count, $total_shares == 'ON' ? 1 : 0 );
|
108 |
+
$html .= '</div>';
|
109 |
+
if ( $count || $total_shares == 'ON' ) {
|
110 |
+
$html .= '<script>heateorSssLoadEvent(
|
111 |
+
function() {
|
112 |
+
// sharing counts
|
113 |
+
heateorSssCallAjax(function() {
|
114 |
+
heateorSssGetSharingCounts('. ($type == 'standard' ? 1 : 0) .', '. ($type == 'floating' ? 1 : 0) .' );
|
115 |
+
});
|
116 |
+
}
|
117 |
+
);</script>';
|
118 |
+
}
|
119 |
+
return $html;
|
120 |
+
}
|
121 |
+
|
122 |
+
}
|
includes/class-sassy-social-share-widgets.php
ADDED
@@ -0,0 +1,400 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* The file that defines classes for widgets
|
5 |
+
*
|
6 |
+
* Class definitions that include functions used for widgets.
|
7 |
+
*
|
8 |
+
* @since 1.0.0
|
9 |
+
*
|
10 |
+
*/
|
11 |
+
|
12 |
+
/**
|
13 |
+
* Standard Widget class.
|
14 |
+
*
|
15 |
+
* This is used to define functions for Standard Sharing Widget.
|
16 |
+
*
|
17 |
+
* @since 1.0.0
|
18 |
+
*/
|
19 |
+
class Sassy_Social_Share_Standard_Widget extends WP_Widget {
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Options saved in database.
|
23 |
+
*
|
24 |
+
* @since 1.0.0
|
25 |
+
*/
|
26 |
+
private $options;
|
27 |
+
|
28 |
+
/**
|
29 |
+
* Member to assign object of Sassy_Social_Share_Public Class.
|
30 |
+
*
|
31 |
+
* @since 1.0.0
|
32 |
+
*/
|
33 |
+
private $public_class_object;
|
34 |
+
|
35 |
+
/**
|
36 |
+
* Assign plugin options to private member $options and define widget title, description etc.
|
37 |
+
*
|
38 |
+
* @since 1.0.0
|
39 |
+
*/
|
40 |
+
public function __construct() {
|
41 |
+
|
42 |
+
global $heateor_sss;
|
43 |
+
|
44 |
+
$this->options = $heateor_sss->options;
|
45 |
+
|
46 |
+
$this->public_class_object = new Sassy_Social_Share_Public( $heateor_sss->options, '1.0.0' );
|
47 |
+
|
48 |
+
parent::__construct(
|
49 |
+
'Heateor_SSS_Sharing', // unique id
|
50 |
+
__( 'Sassy Social Share - Standard Widget' ), // Widget title
|
51 |
+
array( 'description' => __( 'Standard sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more', 'sassy-social-share' ) )
|
52 |
+
);
|
53 |
+
}
|
54 |
+
|
55 |
+
/**
|
56 |
+
* Render widget at front-end
|
57 |
+
*
|
58 |
+
* @since 1.0.0
|
59 |
+
*/
|
60 |
+
public function widget( $args, $instance ) {
|
61 |
+
// return if standard sharing is disabled
|
62 |
+
if ( ! isset( $this->options['hor_enable'] ) ) {
|
63 |
+
return;
|
64 |
+
}
|
65 |
+
extract( $args );
|
66 |
+
if ( $instance['hide_for_logged_in'] == 1 && is_user_logged_in() ) return;
|
67 |
+
|
68 |
+
global $post;
|
69 |
+
$post_id = $post -> ID;
|
70 |
+
if ( isset( $instance['target_url'] ) ) {
|
71 |
+
if ( $instance['target_url'] == 'default' ) {
|
72 |
+
if ( is_home() ) {
|
73 |
+
$sharing_url = site_url();
|
74 |
+
$post_id = 0;
|
75 |
+
} elseif ( get_permalink( $post -> ID ) ) {
|
76 |
+
$sharing_url = get_permalink( $post->ID );
|
77 |
+
} else {
|
78 |
+
$sharing_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
79 |
+
}
|
80 |
+
} elseif ( $instance['target_url'] == 'homepage' ) {
|
81 |
+
$sharing_url = site_url();
|
82 |
+
$post_id = 0;
|
83 |
+
} elseif ( $instance['target_url'] == 'custom' ) {
|
84 |
+
$sharing_url = isset( $instance['target_url_custom'] ) ? trim( $instance['target_url_custom'] ) : get_permalink( $post->ID );
|
85 |
+
$post_id = 0;
|
86 |
+
}
|
87 |
+
} else {
|
88 |
+
$sharing_url = get_permalink( $post->ID );
|
89 |
+
}
|
90 |
+
|
91 |
+
echo "<div class='heateor_sss_sharing_container heateor_sss_horizontal_sharing' heateor-sss-data-href='" . $sharing_url . "'>";
|
92 |
+
|
93 |
+
echo $before_widget;
|
94 |
+
|
95 |
+
if ( ! empty( $instance['title'] ) ) {
|
96 |
+
$title = apply_filters( 'widget_title', $instance[ 'title' ] );
|
97 |
+
echo $before_title . $title . $after_title;
|
98 |
+
}
|
99 |
+
|
100 |
+
if ( ! empty( $instance['before_widget_content'] ) ) {
|
101 |
+
echo '<div>' . $instance['before_widget_content'] . '</div>';
|
102 |
+
}
|
103 |
+
$short_url = $this->public_class_object->get_short_url( $sharing_url, $post_id );
|
104 |
+
|
105 |
+
echo $this->public_class_object->prepare_sharing_html( $short_url ? $short_url : $sharing_url, 'horizontal', isset( $instance['show_counts'] ), isset( $instance['total_shares'] ) );
|
106 |
+
|
107 |
+
if ( ! empty( $instance['after_widget_content'] ) ) {
|
108 |
+
echo '<div>' . $instance['after_widget_content'] . '</div>';
|
109 |
+
}
|
110 |
+
|
111 |
+
echo '</div>';
|
112 |
+
if ( isset( $instance['show_counts'] ) || isset( $instance['total_shares'] ) ) {
|
113 |
+
echo '<script>heateorSssLoadEvent(
|
114 |
+
function() {
|
115 |
+
// sharing counts
|
116 |
+
heateorSssCallAjax(function() {
|
117 |
+
heateorSssGetSharingCounts(1, 0);
|
118 |
+
});
|
119 |
+
}
|
120 |
+
);</script>';
|
121 |
+
}
|
122 |
+
echo $after_widget;
|
123 |
+
}
|
124 |
+
|
125 |
+
/**
|
126 |
+
* Everything which should happen when user edit widget at admin panel.
|
127 |
+
*
|
128 |
+
* @since 1.0.0
|
129 |
+
*/
|
130 |
+
public function update( $new_instance, $old_instance ) {
|
131 |
+
|
132 |
+
$instance = $old_instance;
|
133 |
+
$instance['title'] = strip_tags( $new_instance['title'] );
|
134 |
+
$instance['show_counts'] = $new_instance['show_counts'];
|
135 |
+
$instance['total_shares'] = $new_instance['total_shares'];
|
136 |
+
$instance['target_url'] = $new_instance['target_url'];
|
137 |
+
$instance['target_url_custom'] = $new_instance['target_url_custom'];
|
138 |
+
$instance['before_widget_content'] = $new_instance['before_widget_content'];
|
139 |
+
$instance['after_widget_content'] = $new_instance['after_widget_content'];
|
140 |
+
$instance['hide_for_logged_in'] = $new_instance['hide_for_logged_in'];
|
141 |
+
|
142 |
+
return $instance;
|
143 |
+
|
144 |
+
}
|
145 |
+
|
146 |
+
/**
|
147 |
+
* Widget options form at admin panel.
|
148 |
+
*
|
149 |
+
* @since 1.0.0
|
150 |
+
*/
|
151 |
+
public function form( $instance ) {
|
152 |
+
|
153 |
+
// default widget settings
|
154 |
+
$defaults = array( 'title' => 'Share the joy', 'show_counts' => 0, 'total_shares' => 0, 'target_url' => 'default', 'target_url_custom' => '', 'before_widget_content' => '', 'after_widget_content' => '' );
|
155 |
+
|
156 |
+
foreach ( $instance as $key => $value ) {
|
157 |
+
$instance[ $key ] = esc_attr( $value );
|
158 |
+
}
|
159 |
+
|
160 |
+
$instance = wp_parse_args( ( array ) $instance, $defaults );
|
161 |
+
?>
|
162 |
+
<script type="text/javascript">
|
163 |
+
function heateorSssToggleHorSharingTargetUrl(val) {
|
164 |
+
if (val == 'custom' ) {
|
165 |
+
jQuery('.heateorSssHorSharingTargetUrl' ).css('display', 'block' );
|
166 |
+
} else {
|
167 |
+
jQuery('.heateorSssHorSharingTargetUrl' ).css('display', 'none' );
|
168 |
+
}
|
169 |
+
}
|
170 |
+
</script>
|
171 |
+
<p>
|
172 |
+
<p><strong>Note:</strong> <?php _e('Make sure "Standard Sharing Interface" is enabled in "Standard Interface" section at "Sassy Social Share" page.', 'sassy-social-share' ) ?></p>
|
173 |
+
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'sassy-social-share' ); ?></label>
|
174 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo $instance['title']; ?>" /> <br/><br/>
|
175 |
+
<label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show individual share counts:', 'sassy-social-share' ); ?></label>
|
176 |
+
<input id="<?php echo $this->get_field_id( 'show_counts' ); ?>" name="<?php echo $this->get_field_name( 'show_counts' ); ?>" type="checkbox" value="1" <?php echo isset( $instance['show_counts'] ) && $instance['show_counts'] == 1 ? 'checked' : ''; ?> /><br/><br/>
|
177 |
+
<label for="<?php echo $this->get_field_id( 'total_shares' ); ?>"><?php _e( 'Show total shares:', 'sassy-social-share' ); ?></label>
|
178 |
+
<input id="<?php echo $this->get_field_id( 'total_shares' ); ?>" name="<?php echo $this->get_field_name( 'total_shares' ); ?>" type="checkbox" value="1" <?php echo isset( $instance['total_shares'] ) && $instance['total_shares'] == 1 ? 'checked' : ''; ?> /><br/> <br/>
|
179 |
+
<label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'sassy-social-share' ); ?></label>
|
180 |
+
<select style="width: 95%" onchange="heateorSssToggleHorSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
|
181 |
+
<option value="">--<?php _e('Select', 'sassy-social-share' ) ?>--</option>
|
182 |
+
<option value="default" <?php echo isset( $instance['target_url'] ) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>>Url of the webpage where icons are located (default)</option>
|
183 |
+
<option value="homepage" <?php echo isset( $instance['target_url'] ) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>>Url of the homepage of your website</option>
|
184 |
+
<option value="custom" <?php echo isset( $instance['target_url'] ) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>>Custom Url</option>
|
185 |
+
</select>
|
186 |
+
<input placeholder="Custom url" style="margin-top: 5px; <?php echo ! isset( $instance['target_url'] ) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat heateorSssHorSharingTargetUrl" id="<?php echo $this->get_field_id( 'target_url_custom' ); ?>" name="<?php echo $this->get_field_name( 'target_url_custom' ); ?>" type="text" value="<?php echo isset( $instance['target_url_custom'] ) ? $instance['target_url_custom'] : ''; ?>" />
|
187 |
+
<label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'sassy-social-share' ); ?></label>
|
188 |
+
<input class="widefat" id="<?php echo $this->get_field_id( 'before_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'before_widget_content' ); ?>" type="text" value="<?php echo $instance['before_widget_content']; ?>" />
|
189 |
+
<label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'sassy-social-share' ); ?></label>
|
190 |
+
<input class="widefat" id="<?php echo $this->get_field_id( 'after_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'after_widget_content' ); ?>" type="text" value="<?php echo $instance['after_widget_content']; ?>" />
|
191 |
+
<br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'sassy-social-share' ); ?></label>
|
192 |
+
<input type="checkbox" id="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>" name="<?php echo $this->get_field_name( 'hide_for_logged_in' ); ?>" type="text" value="1" <?php if ( isset( $instance['hide_for_logged_in'] ) && $instance['hide_for_logged_in'] == 1 ) echo 'checked="checked"'; ?> />
|
193 |
+
</p>
|
194 |
+
<?php
|
195 |
+
}
|
196 |
+
|
197 |
+
}
|
198 |
+
|
199 |
+
/**
|
200 |
+
* Floating Widget class.
|
201 |
+
*
|
202 |
+
* This is used to define functions for Floating Sharing Widget.
|
203 |
+
*
|
204 |
+
* @since 1.0.0
|
205 |
+
*/
|
206 |
+
class Sassy_Social_Share_Floating_Widget extends WP_Widget {
|
207 |
+
|
208 |
+
/**
|
209 |
+
* Options saved in database.
|
210 |
+
*
|
211 |
+
* @since 1.0.0
|
212 |
+
*/
|
213 |
+
private $options;
|
214 |
+
|
215 |
+
/**
|
216 |
+
* Member to assign object of Sassy_Social_Share_Public Class.
|
217 |
+
*
|
218 |
+
* @since 1.0.0
|
219 |
+
*/
|
220 |
+
private $public_class_object;
|
221 |
+
|
222 |
+
/**
|
223 |
+
* Assign plugin options to private member $options and define widget title, description etc.
|
224 |
+
*
|
225 |
+
* @since 1.0.0
|
226 |
+
*/
|
227 |
+
public function __construct() {
|
228 |
+
|
229 |
+
global $heateor_sss;
|
230 |
+
|
231 |
+
$this->options = $heateor_sss->options;
|
232 |
+
|
233 |
+
$this->public_class_object = new Sassy_Social_Share_Public( $heateor_sss->options, '1.0.0' );
|
234 |
+
|
235 |
+
parent::__construct(
|
236 |
+
'Heateor_SSS_Floating_Sharing', // unique id
|
237 |
+
'Sassy Social Share - Floating Widget', // widget title
|
238 |
+
// additional parameters
|
239 |
+
array(
|
240 |
+
'description' => __( 'Floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more', 'sassy-social-share' ) )
|
241 |
+
);
|
242 |
+
}
|
243 |
+
|
244 |
+
/**
|
245 |
+
* Render widget at front-end
|
246 |
+
*
|
247 |
+
* @since 1.0.0
|
248 |
+
*/
|
249 |
+
public function widget( $args, $instance ) {
|
250 |
+
|
251 |
+
// return if vertical sharing is disabled
|
252 |
+
if ( ! isset( $this->options['vertical_enable'] ) ) {
|
253 |
+
return;
|
254 |
+
}
|
255 |
+
extract( $args );
|
256 |
+
if ( $instance['hide_for_logged_in'] == 1 && is_user_logged_in() ) return;
|
257 |
+
|
258 |
+
global $post;
|
259 |
+
$post_id = $post -> ID;
|
260 |
+
if ( isset( $instance['target_url'] ) ) {
|
261 |
+
if ( $instance['target_url'] == 'default' ) {
|
262 |
+
if ( is_home() ) {
|
263 |
+
$sharing_url = site_url();
|
264 |
+
$post_id = 0;
|
265 |
+
} elseif ( get_permalink( $post -> ID ) ) {
|
266 |
+
$sharing_url = get_permalink( $post->ID );
|
267 |
+
} else {
|
268 |
+
$sharing_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
269 |
+
}
|
270 |
+
} elseif ( $instance['target_url'] == 'homepage' ) {
|
271 |
+
$sharing_url = site_url();
|
272 |
+
$post_id = 0;
|
273 |
+
} elseif ( $instance['target_url'] == 'custom' ) {
|
274 |
+
$sharing_url = isset( $instance['target_url_custom'] ) ? trim( $instance['target_url_custom'] ) : get_permalink( $post->ID );
|
275 |
+
$post_id = 0;
|
276 |
+
}
|
277 |
+
} else {
|
278 |
+
$sharing_url = get_permalink( $post->ID );
|
279 |
+
}
|
280 |
+
$ssOffset = 0;
|
281 |
+
if ( isset( $instance['alignment'] ) && isset( $instance[$instance['alignment'] . '_offset'] ) ) {
|
282 |
+
$ssOffset = $instance[$instance['alignment'] . '_offset'];
|
283 |
+
}
|
284 |
+
echo "<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing" . ( isset( $this->options['hide_mobile_sharing'] ) ? ' heateor_sss_hide_sharing' : '' ) . ( isset( $this->options['bottom_mobile_sharing'] ) ? ' heateor_sss_bottom_sharing' : '' ) . "' ss-offset='" . $ssOffset . "' style='width:" . ( ( $this->options['vertical_sharing_size'] ? $this->options['vertical_sharing_size'] : 35) + 4) . "px;".(isset( $instance['alignment'] ) && $instance['alignment'] != '' && isset( $instance[$instance['alignment'].'_offset'] ) ? $instance['alignment'].': '. ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'].'_offset'] ) .'px;' : '' ).(isset( $instance['top_offset'] ) ? 'top: '. ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) .'px;' : '' ) . (isset( $instance['vertical_bg'] ) && $instance['vertical_bg'] != '' ? 'background-color: '.$instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;' ) . "' heateor-sss-data-href='". $sharing_url ."'>";
|
285 |
+
|
286 |
+
$short_url = $this->public_class_object->get_short_url( $sharing_url, $post_id );
|
287 |
+
|
288 |
+
//echo $before_widget;
|
289 |
+
echo $this->public_class_object->prepare_sharing_html( $short_url ? $short_url : $sharing_url, 'vertical', isset( $instance['show_counts'] ), isset( $instance['total_shares'] ) );
|
290 |
+
|
291 |
+
echo '</div>';
|
292 |
+
if ( isset( $instance['show_counts'] ) || isset( $instance['total_shares'] ) ) {
|
293 |
+
echo '<script>heateorSssLoadEvent(
|
294 |
+
function() {
|
295 |
+
// sharing counts
|
296 |
+
heateorSssCallAjax(function() {
|
297 |
+
heateorSssGetSharingCounts(0, 1 );
|
298 |
+
});
|
299 |
+
}
|
300 |
+
);</script>';
|
301 |
+
}
|
302 |
+
//echo $after_widget;
|
303 |
+
}
|
304 |
+
|
305 |
+
/**
|
306 |
+
* Everything which should happen when user edit widget at admin panel.
|
307 |
+
*
|
308 |
+
* @since 1.0.0
|
309 |
+
*/
|
310 |
+
public function update( $new_instance, $old_instance ) {
|
311 |
+
|
312 |
+
$instance = $old_instance;
|
313 |
+
$instance['target_url'] = $new_instance['target_url'];
|
314 |
+
$instance['show_counts'] = $new_instance['show_counts'];
|
315 |
+
$instance['total_shares'] = $new_instance['total_shares'];
|
316 |
+
$instance['target_url_custom'] = $new_instance['target_url_custom'];
|
317 |
+
$instance['alignment'] = $new_instance['alignment'];
|
318 |
+
$instance['left_offset'] = $new_instance['left_offset'];
|
319 |
+
$instance['right_offset'] = $new_instance['right_offset'];
|
320 |
+
$instance['top_offset'] = $new_instance['top_offset'];
|
321 |
+
$instance['vertical_bg'] = $new_instance['vertical_bg'];
|
322 |
+
$instance['hide_for_logged_in'] = $new_instance['hide_for_logged_in'];
|
323 |
+
|
324 |
+
return $instance;
|
325 |
+
|
326 |
+
}
|
327 |
+
|
328 |
+
/**
|
329 |
+
* Widget options form at admin panel.
|
330 |
+
*
|
331 |
+
* @since 1.0.0
|
332 |
+
*/
|
333 |
+
public function form( $instance ) {
|
334 |
+
|
335 |
+
/* Set up default widget settings. */
|
336 |
+
$defaults = array( 'alignment' => 'left', 'show_counts' => 0, 'total_shares' => 0, 'left_offset' => '40', 'right_offset' => '0', 'target_url' => 'default', 'target_url_custom' => '', 'top_offset' => '100', 'vertical_bg' => '' );
|
337 |
+
|
338 |
+
foreach ( $instance as $key => $value ) {
|
339 |
+
$instance[ $key ] = esc_attr( $value );
|
340 |
+
}
|
341 |
+
|
342 |
+
$instance = wp_parse_args( ( array ) $instance, $defaults );
|
343 |
+
?>
|
344 |
+
<p>
|
345 |
+
<script>
|
346 |
+
function heateorSssToggleSharingOffset(alignment) {
|
347 |
+
if (alignment == 'left' ) {
|
348 |
+
jQuery('.heateorSssSharingLeftOffset' ).css('display', 'block' );
|
349 |
+
jQuery('.heateorSssSharingRightOffset' ).css('display', 'none' );
|
350 |
+
} else {
|
351 |
+
jQuery('.heateorSssSharingLeftOffset' ).css('display', 'none' );
|
352 |
+
jQuery('.heateorSssSharingRightOffset' ).css('display', 'block' );
|
353 |
+
}
|
354 |
+
}
|
355 |
+
function heateorSssToggleVerticalSharingTargetUrl(val) {
|
356 |
+
if (val == 'custom' ) {
|
357 |
+
jQuery('.heateorSssVerticalSharingTargetUrl' ).css('display', 'block' );
|
358 |
+
} else {
|
359 |
+
jQuery('.heateorSssVerticalSharingTargetUrl' ).css('display', 'none' );
|
360 |
+
}
|
361 |
+
}
|
362 |
+
</script>
|
363 |
+
<p><strong>Note:</strong> <?php _e('Make sure "Floating Interface" is enabled in "Floating Interface" section at "Sassy Social Share" page.', 'sassy-social-share' ) ?></p>
|
364 |
+
<label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show individual share counts:', 'sassy-social-share' ); ?></label>
|
365 |
+
<input id="<?php echo $this->get_field_id( 'show_counts' ); ?>" name="<?php echo $this->get_field_name( 'show_counts' ); ?>" type="checkbox" value="1" <?php echo isset( $instance['show_counts'] ) && $instance['show_counts'] == 1 ? 'checked' : ''; ?> /><br/><br/>
|
366 |
+
<label for="<?php echo $this->get_field_id( 'total_shares' ); ?>"><?php _e( 'Show total shares:', 'sassy-social-share' ); ?></label>
|
367 |
+
<input id="<?php echo $this->get_field_id( 'total_shares' ); ?>" name="<?php echo $this->get_field_name( 'total_shares' ); ?>" type="checkbox" value="1" <?php echo isset( $instance['total_shares'] ) && $instance['total_shares'] == 1 ? 'checked' : ''; ?> /><br/> <br/>
|
368 |
+
<label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'sassy-social-share' ); ?></label>
|
369 |
+
<select style="width: 95%" onchange="heateorSssToggleVerticalSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
|
370 |
+
<option value="">--<?php _e('Select', 'sassy-social-share' ) ?>--</option>
|
371 |
+
<option value="default" <?php echo isset( $instance['target_url'] ) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>>Url of the webpage where icons are located (default)</option>
|
372 |
+
<option value="homepage" <?php echo isset( $instance['target_url'] ) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>>Url of the homepage of your website</option>
|
373 |
+
<option value="custom" <?php echo isset( $instance['target_url'] ) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>>Custom Url</option>
|
374 |
+
</select>
|
375 |
+
<input placeholder="Custom url" style="width:95%; margin-top: 5px; <?php echo ! isset( $instance['target_url'] ) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat heateorSssVerticalSharingTargetUrl" id="<?php echo $this->get_field_id( 'target_url_custom' ); ?>" name="<?php echo $this->get_field_name( 'target_url_custom' ); ?>" type="text" value="<?php echo isset( $instance['target_url_custom'] ) ? $instance['target_url_custom'] : ''; ?>" />
|
376 |
+
<label for="<?php echo $this->get_field_id( 'alignment' ); ?>"><?php _e( 'Alignment', 'sassy-social-share' ); ?></label>
|
377 |
+
<select onchange="heateorSssToggleSharingOffset(this.value)" style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'alignment' ); ?>" name="<?php echo $this->get_field_name( 'alignment' ); ?>">
|
378 |
+
<option value="left" <?php echo $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e( 'Left', 'sassy-social-share' ) ?></option>
|
379 |
+
<option value="right" <?php echo $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e( 'Right', 'sassy-social-share' ) ?></option>
|
380 |
+
</select>
|
381 |
+
<div class="heateorSssSharingLeftOffset" <?php echo $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
|
382 |
+
<label for="<?php echo $this->get_field_id( 'left_offset' ); ?>"><?php _e( 'Left Offset', 'sassy-social-share' ); ?></label>
|
383 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'left_offset' ); ?>" name="<?php echo $this->get_field_name( 'left_offset' ); ?>" type="text" value="<?php echo $instance['left_offset']; ?>" />px<br/>
|
384 |
+
</div>
|
385 |
+
<div class="heateorSssSharingRightOffset" <?php echo $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
|
386 |
+
<label for="<?php echo $this->get_field_id( 'right_offset' ); ?>"><?php _e( 'Right Offset', 'sassy-social-share' ); ?></label>
|
387 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'right_offset' ); ?>" name="<?php echo $this->get_field_name( 'right_offset' ); ?>" type="text" value="<?php echo $instance['right_offset']; ?>" />px<br/>
|
388 |
+
</div>
|
389 |
+
<label for="<?php echo $this->get_field_id( 'top_offset' ); ?>"><?php _e( 'Top Offset', 'sassy-social-share' ); ?></label>
|
390 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'top_offset' ); ?>" name="<?php echo $this->get_field_name( 'top_offset' ); ?>" type="text" value="<?php echo $instance['top_offset']; ?>" />px<br/>
|
391 |
+
|
392 |
+
<label for="<?php echo $this->get_field_id( 'vertical_bg' ); ?>"><?php _e( 'Background Color', 'sassy-social-share' ); ?></label>
|
393 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vertical_bg' ); ?>" name="<?php echo $this->get_field_name( 'vertical_bg' ); ?>" type="text" value="<?php echo $instance['vertical_bg']; ?>" />
|
394 |
+
|
395 |
+
<br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'sassy-social-share' ); ?></label>
|
396 |
+
<input type="checkbox" id="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>" name="<?php echo $this->get_field_name( 'hide_for_logged_in' ); ?>" type="text" value="1" <?php if ( isset( $instance['hide_for_logged_in'] ) && $instance['hide_for_logged_in'] == 1 ) echo 'checked="checked"'; ?> />
|
397 |
+
</p>
|
398 |
+
<?php
|
399 |
+
}
|
400 |
+
}
|
includes/class-sassy-social-share.php
ADDED
@@ -0,0 +1,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* The file that defines the core plugin class
|
5 |
+
*
|
6 |
+
* A class definition that includes attributes and functions used across both the
|
7 |
+
* public-facing side of the site and the admin area.
|
8 |
+
*
|
9 |
+
* @since 1.0.0
|
10 |
+
*
|
11 |
+
*/
|
12 |
+
|
13 |
+
/**
|
14 |
+
* The core plugin class.
|
15 |
+
*
|
16 |
+
* This is used to define hooks.
|
17 |
+
*
|
18 |
+
* Also maintains the unique identifier of this plugin as well as the current
|
19 |
+
* version of the plugin.
|
20 |
+
*
|
21 |
+
* @since 1.0.0
|
22 |
+
*/
|
23 |
+
class Sassy_Social_Share {
|
24 |
+
|
25 |
+
/**
|
26 |
+
* The unique identifier of this plugin.
|
27 |
+
*
|
28 |
+
* @since 1.0.0
|
29 |
+
*/
|
30 |
+
protected $plugin_slug;
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Current version of the plugin.
|
34 |
+
*
|
35 |
+
* @since 1.0.0
|
36 |
+
*/
|
37 |
+
protected $version;
|
38 |
+
|
39 |
+
/**
|
40 |
+
* Options saved in database.
|
41 |
+
*
|
42 |
+
* @since 1.0.0
|
43 |
+
*/
|
44 |
+
public $options;
|
45 |
+
|
46 |
+
/**
|
47 |
+
* Member to assign object of Sassy_Social_Share_Public Class.
|
48 |
+
*
|
49 |
+
* @since 1.0.0
|
50 |
+
*/
|
51 |
+
public $plugin_public;
|
52 |
+
|
53 |
+
/**
|
54 |
+
* Define the core functionality of the plugin.
|
55 |
+
*
|
56 |
+
* @since 1.0.0
|
57 |
+
*/
|
58 |
+
public function __construct( $version ) {
|
59 |
+
|
60 |
+
$this->plugin_slug = 'sassy-social-share';
|
61 |
+
$this->version = $version;
|
62 |
+
$this->options = get_option( 'heateor_sss' );
|
63 |
+
|
64 |
+
$this->load_dependencies();
|
65 |
+
$this->set_locale();
|
66 |
+
$this->call_admin_hooks();
|
67 |
+
$this->call_public_hooks();
|
68 |
+
|
69 |
+
$this->define_shortcodes();
|
70 |
+
$this->define_widgets();
|
71 |
+
|
72 |
+
}
|
73 |
+
|
74 |
+
/**
|
75 |
+
* Load the required dependencies for this plugin.
|
76 |
+
*
|
77 |
+
* @since 1.0.0
|
78 |
+
*/
|
79 |
+
private function load_dependencies() {
|
80 |
+
|
81 |
+
/**
|
82 |
+
* The class responsible for defining all functions for the functionality that occur in the admin area.
|
83 |
+
*/
|
84 |
+
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-sassy-social-share-admin.php';
|
85 |
+
|
86 |
+
/**
|
87 |
+
* The class responsible for defining all functions for the functionality that occur at front-end of website.
|
88 |
+
*/
|
89 |
+
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-sassy-social-share-public.php';
|
90 |
+
|
91 |
+
/**
|
92 |
+
* The class responsible for defining all functions for widgets.
|
93 |
+
*/
|
94 |
+
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-sassy-social-share-widgets.php';
|
95 |
+
|
96 |
+
/**
|
97 |
+
* The class responsible for defining all shortcode functions.
|
98 |
+
*/
|
99 |
+
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-sassy-social-share-shortcodes.php';
|
100 |
+
|
101 |
+
/**
|
102 |
+
* The class responsible for defining sharing networks and their sharer urls.
|
103 |
+
*/
|
104 |
+
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-sassy-social-share-sharing-networks.php';
|
105 |
+
|
106 |
+
}
|
107 |
+
|
108 |
+
/**
|
109 |
+
* Define the locale for this plugin for internationalization.
|
110 |
+
*
|
111 |
+
* @since 1.0.0
|
112 |
+
*/
|
113 |
+
private function set_locale() {
|
114 |
+
|
115 |
+
load_plugin_textdomain( 'sassy-social-share', false, plugin_dir_path( dirname( __FILE__ ) ) . '/languages/' );
|
116 |
+
|
117 |
+
}
|
118 |
+
|
119 |
+
/**
|
120 |
+
* Register all of the hooks related to the admin area functionality of the plugin.
|
121 |
+
*
|
122 |
+
* @since 1.0.0
|
123 |
+
*/
|
124 |
+
private function call_admin_hooks() {
|
125 |
+
|
126 |
+
// create object of admin class to pass options
|
127 |
+
$plugin_admin = new Sassy_Social_Share_Admin( $this->options, $this->version );
|
128 |
+
|
129 |
+
// create admin menu
|
130 |
+
add_action( 'admin_menu', array( $plugin_admin, 'create_admin_menu' ) );
|
131 |
+
// set sanitization callback for plugin options
|
132 |
+
add_action( 'admin_init', array( $plugin_admin, 'options_init' ) );
|
133 |
+
// check if BuddyPress is active
|
134 |
+
add_action( 'bp_include', array( $plugin_admin, 'is_bp_loaded' ) );
|
135 |
+
// if multisite is enabled and this is the main website
|
136 |
+
if ( is_multisite() && is_main_site() ) {
|
137 |
+
// replicate the options to the new blog created
|
138 |
+
add_action( 'wpmu_new_blog', array( $plugin_admin, 'replicate_settings' ) );
|
139 |
+
// update the options in all the old blogs
|
140 |
+
add_action( 'update_option_heateor_sss', array( $plugin_admin, 'update_old_blogs' ) );
|
141 |
+
}
|
142 |
+
|
143 |
+
}
|
144 |
+
|
145 |
+
/**
|
146 |
+
* Register all of the hooks related to the front-end functionality of the plugin.
|
147 |
+
*
|
148 |
+
* @since 1.0.0
|
149 |
+
*/
|
150 |
+
private function call_public_hooks() {
|
151 |
+
|
152 |
+
// create object of public class to pass options
|
153 |
+
$plugin_public = new Sassy_Social_Share_Public( $this->options, $this->version );
|
154 |
+
$this->plugin_public = $plugin_public;
|
155 |
+
|
156 |
+
/// hook the plugin functions on 'init' event.
|
157 |
+
add_action( 'init', array( $plugin_public, 'init' ) );
|
158 |
+
|
159 |
+
// hooks to enable sharing interface
|
160 |
+
add_filter( 'the_content', array( $plugin_public, 'render_sharing' ) );
|
161 |
+
add_filter( 'get_the_excerpt', array( $plugin_public, 'render_sharing' ) );
|
162 |
+
if ( isset( $this->options['bp_activity'] ) ) {
|
163 |
+
add_action( 'bp_activity_entry_meta', array( $plugin_public, 'render_sharing' ), 999 );
|
164 |
+
}
|
165 |
+
if ( isset( $this->options['bp_group'] ) || isset( $this->options['vertical_bp_group'] ) ) {
|
166 |
+
add_action( 'bp_before_group_header', array( $plugin_public, 'render_sharing' ) );
|
167 |
+
}
|
168 |
+
add_filter( 'bbp_get_reply_content', array( $plugin_public, 'render_sharing' ) );
|
169 |
+
add_filter( 'bbp_template_before_single_forum', array( $plugin_public, 'render_sharing' ) );
|
170 |
+
add_filter( 'bbp_template_before_single_topic', array( $plugin_public, 'render_sharing' ) );
|
171 |
+
add_filter( 'bbp_template_before_lead_topic', array( $plugin_public, 'render_sharing' ) );
|
172 |
+
add_filter( 'bbp_template_after_single_forum', array( $plugin_public, 'render_sharing' ) );
|
173 |
+
add_filter( 'bbp_template_after_single_topic', array( $plugin_public, 'render_sharing' ) );
|
174 |
+
add_filter( 'bbp_template_after_lead_topic', array( $plugin_public, 'render_sharing' ) );
|
175 |
+
// Sharing at WooCommerce pages
|
176 |
+
if ( isset( $this->options['woocom_shop'] ) ) {
|
177 |
+
add_action( 'woocommerce_after_shop_loop_item', array( $plugin_public, 'render_sharing' ) );
|
178 |
+
}
|
179 |
+
if ( isset( $this->options['woocom_product'] ) ) {
|
180 |
+
add_action( 'woocommerce_share', array( $plugin_public, 'render_sharing' ) );
|
181 |
+
}
|
182 |
+
if ( isset( $this->options['woocom_thankyou'] ) ) {
|
183 |
+
add_action( 'woocommerce_thankyou', array( $plugin_public, 'render_sharing' ) );
|
184 |
+
}
|
185 |
+
|
186 |
+
// fetch share counts
|
187 |
+
add_action( 'wp_ajax_heateor_sss_sharing_count', array( $plugin_public, 'fetch_share_counts' ) );
|
188 |
+
add_action( 'wp_ajax_nopriv_heateor_sss_sharing_count', array( $plugin_public, 'fetch_share_counts' ) );
|
189 |
+
|
190 |
+
}
|
191 |
+
|
192 |
+
/**
|
193 |
+
* Define widgets
|
194 |
+
*
|
195 |
+
* @since 1.0.0
|
196 |
+
*/
|
197 |
+
private function define_widgets() {
|
198 |
+
|
199 |
+
// standard widget
|
200 |
+
add_action( 'widgets_init', create_function( '', 'return register_widget( "Sassy_Social_Share_Standard_Widget" );' ) );
|
201 |
+
// floating widget
|
202 |
+
add_action( 'widgets_init', create_function( '', 'return register_widget( "Sassy_Social_Share_Floating_Widget" );' ) );
|
203 |
+
|
204 |
+
}
|
205 |
+
|
206 |
+
/**
|
207 |
+
* Define shortcodes
|
208 |
+
*
|
209 |
+
* @since 1.0.0
|
210 |
+
*/
|
211 |
+
private function define_shortcodes() {
|
212 |
+
|
213 |
+
// create object of shortcode class
|
214 |
+
$plugin_shortcodes = new Sassy_Social_Share_Shortcodes( $this->options, $this->plugin_public );
|
215 |
+
|
216 |
+
// shortcode for sharing
|
217 |
+
add_shortcode( 'Sassy_Social_Share', array( $plugin_shortcodes, 'sharing_shortcode' ) );
|
218 |
+
|
219 |
+
}
|
220 |
+
|
221 |
+
/**
|
222 |
+
* Returns the plugin slug
|
223 |
+
*
|
224 |
+
* @since 1.0.0
|
225 |
+
* @return string The plugin slug.
|
226 |
+
*/
|
227 |
+
public function get_plugin_slug() {
|
228 |
+
|
229 |
+
return $this->plugin_slug;
|
230 |
+
|
231 |
+
}
|
232 |
+
|
233 |
+
/**
|
234 |
+
* Retrieve the version number of the plugin
|
235 |
+
*
|
236 |
+
* @since 1.0.0
|
237 |
+
* @return string The version number of the plugin.
|
238 |
+
*/
|
239 |
+
public function get_version() {
|
240 |
+
|
241 |
+
return $this->version;
|
242 |
+
|
243 |
+
}
|
244 |
+
|
245 |
+
}
|
includes/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
languages/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
languages/sassy-social-share.pot
ADDED
@@ -0,0 +1,859 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Sassy Social Share\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-11-30 04:50+0530\n"
|
6 |
+
"PO-Revision-Date: 2015-11-30 04:51+0530\n"
|
7 |
+
"Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
|
8 |
+
"Language-Team: Heateor <hello@heateor.com>\n"
|
9 |
+
"Language: \n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-Language: English\n"
|
16 |
+
"X-Poedit-Country: India\n"
|
17 |
+
"X-Poedit-SearchPath-0: ..\n"
|
18 |
+
|
19 |
+
#: ../admin/class-sassy-social-share-admin.php:59
|
20 |
+
msgid "Sassy Social Share by Heateor"
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: ../admin/class-sassy-social-share-admin.php:61
|
24 |
+
msgid "Sassy Social Share - General Options"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: ../admin/class-sassy-social-share-admin.php:61
|
28 |
+
msgid "Sassy Social Share"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: ../admin/class-sassy-social-share-admin.php:63
|
32 |
+
msgid "Sassy Social Share - What's New"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: ../admin/class-sassy-social-share-admin.php:63
|
36 |
+
msgid "What's New"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: ../admin/class-sassy-social-share-admin.php:139
|
40 |
+
msgid "Disable Standard Sharing interface on this "
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: ../admin/class-sassy-social-share-admin.php:144
|
44 |
+
msgid "Disable Floating Sharing interface on this "
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: ../admin/class-sassy-social-share-admin.php:151
|
48 |
+
msgid "Standard sharing"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: ../admin/class-sassy-social-share-admin.php:157
|
52 |
+
#: ../admin/class-sassy-social-share-admin.php:176
|
53 |
+
msgid "Starting share count for "
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: ../admin/class-sassy-social-share-admin.php:170
|
57 |
+
msgid "Floating sharing"
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: ../admin/class-sassy-social-share-admin.php:349
|
61 |
+
msgid "Click to show help"
|
62 |
+
msgstr ""
|
63 |
+
|
64 |
+
#: ../admin/class-sassy-social-share-admin.php:349
|
65 |
+
msgid "Click to hide help"
|
66 |
+
msgstr ""
|
67 |
+
|
68 |
+
#: ../admin/class-sassy-social-share-admin.php:382
|
69 |
+
msgid "Settings saved"
|
70 |
+
msgstr ""
|
71 |
+
|
72 |
+
#: ../admin/class-sassy-social-share-admin.php:382
|
73 |
+
msgid "Dismiss this notice"
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
+
#: ../admin/partials/sassy-social-share-options-page.php:19
|
77 |
+
msgid "Theme Selection"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: ../admin/partials/sassy-social-share-options-page.php:20
|
81 |
+
msgid "Standard Interface"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: ../admin/partials/sassy-social-share-options-page.php:21
|
85 |
+
msgid "Floating Interface"
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: ../admin/partials/sassy-social-share-options-page.php:22
|
89 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1449
|
90 |
+
msgid "Miscellaneous"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: ../admin/partials/sassy-social-share-options-page.php:23
|
94 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1673
|
95 |
+
msgid "Shortcode & Widget"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: ../admin/partials/sassy-social-share-options-page.php:24
|
99 |
+
msgid "Troubleshooter"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: ../admin/partials/sassy-social-share-options-page.php:25
|
103 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1704
|
104 |
+
msgid "FAQ"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../admin/partials/sassy-social-share-options-page.php:32
|
108 |
+
msgid "Standard interface theme"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../admin/partials/sassy-social-share-options-page.php:37
|
112 |
+
#: ../admin/partials/sassy-social-share-options-page.php:344
|
113 |
+
msgid "Icon Preview"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: ../admin/partials/sassy-social-share-options-page.php:109
|
117 |
+
#: ../admin/partials/sassy-social-share-options-page.php:417
|
118 |
+
msgid "Do not forget to save the configuration after making changes by clicking the save button below"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../admin/partials/sassy-social-share-options-page.php:116
|
122 |
+
#: ../admin/partials/sassy-social-share-options-page.php:424
|
123 |
+
msgid "Shape"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: ../admin/partials/sassy-social-share-options-page.php:120
|
127 |
+
#: ../admin/partials/sassy-social-share-options-page.php:428
|
128 |
+
msgid "Round"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: ../admin/partials/sassy-social-share-options-page.php:122
|
132 |
+
#: ../admin/partials/sassy-social-share-options-page.php:430
|
133 |
+
msgid "Square"
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: ../admin/partials/sassy-social-share-options-page.php:124
|
137 |
+
#: ../admin/partials/sassy-social-share-options-page.php:432
|
138 |
+
msgid "Rectangle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../admin/partials/sassy-social-share-options-page.php:131
|
142 |
+
#: ../admin/partials/sassy-social-share-options-page.php:439
|
143 |
+
msgid "Shape of the sharing icons"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: ../admin/partials/sassy-social-share-options-page.php:140
|
147 |
+
#: ../admin/partials/sassy-social-share-options-page.php:448
|
148 |
+
msgid "Size (in pixels)"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: ../admin/partials/sassy-social-share-options-page.php:156
|
152 |
+
#: ../admin/partials/sassy-social-share-options-page.php:464
|
153 |
+
msgid "Size of the sharing icons"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: ../admin/partials/sassy-social-share-options-page.php:166
|
157 |
+
#: ../admin/partials/sassy-social-share-options-page.php:474
|
158 |
+
msgid "Width (in pixels)"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: ../admin/partials/sassy-social-share-options-page.php:182
|
162 |
+
#: ../admin/partials/sassy-social-share-options-page.php:490
|
163 |
+
msgid "Width of the sharing icons"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: ../admin/partials/sassy-social-share-options-page.php:190
|
167 |
+
#: ../admin/partials/sassy-social-share-options-page.php:498
|
168 |
+
msgid "Height (in pixels)"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: ../admin/partials/sassy-social-share-options-page.php:206
|
172 |
+
#: ../admin/partials/sassy-social-share-options-page.php:514
|
173 |
+
msgid "Height of the sharing icons"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: ../admin/partials/sassy-social-share-options-page.php:216
|
177 |
+
#: ../admin/partials/sassy-social-share-options-page.php:524
|
178 |
+
msgid "Border radius (in pixels)"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
#: ../admin/partials/sassy-social-share-options-page.php:226
|
182 |
+
#: ../admin/partials/sassy-social-share-options-page.php:534
|
183 |
+
msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: ../admin/partials/sassy-social-share-options-page.php:235
|
187 |
+
#: ../admin/partials/sassy-social-share-options-page.php:543
|
188 |
+
msgid "Logo Color"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../admin/partials/sassy-social-share-options-page.php:239
|
192 |
+
#: ../admin/partials/sassy-social-share-options-page.php:260
|
193 |
+
#: ../admin/partials/sassy-social-share-options-page.php:280
|
194 |
+
#: ../admin/partials/sassy-social-share-options-page.php:547
|
195 |
+
#: ../admin/partials/sassy-social-share-options-page.php:568
|
196 |
+
#: ../admin/partials/sassy-social-share-options-page.php:587
|
197 |
+
msgid "Default"
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: ../admin/partials/sassy-social-share-options-page.php:241
|
201 |
+
#: ../admin/partials/sassy-social-share-options-page.php:261
|
202 |
+
#: ../admin/partials/sassy-social-share-options-page.php:285
|
203 |
+
#: ../admin/partials/sassy-social-share-options-page.php:549
|
204 |
+
#: ../admin/partials/sassy-social-share-options-page.php:569
|
205 |
+
#: ../admin/partials/sassy-social-share-options-page.php:592
|
206 |
+
msgid "On Hover"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: ../admin/partials/sassy-social-share-options-page.php:249
|
210 |
+
#: ../admin/partials/sassy-social-share-options-page.php:557
|
211 |
+
msgid "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: ../admin/partials/sassy-social-share-options-page.php:257
|
215 |
+
#: ../admin/partials/sassy-social-share-options-page.php:565
|
216 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1172
|
217 |
+
#: ../includes/class-sassy-social-share-widgets.php:392
|
218 |
+
msgid "Background Color"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: ../admin/partials/sassy-social-share-options-page.php:268
|
222 |
+
#: ../admin/partials/sassy-social-share-options-page.php:576
|
223 |
+
msgid "Specify the color or hex code (example #cc78e0) for icon background. Save \"transparent\" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: ../admin/partials/sassy-social-share-options-page.php:276
|
227 |
+
#: ../admin/partials/sassy-social-share-options-page.php:584
|
228 |
+
msgid "Border"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: ../admin/partials/sassy-social-share-options-page.php:282
|
232 |
+
#: ../admin/partials/sassy-social-share-options-page.php:287
|
233 |
+
#: ../admin/partials/sassy-social-share-options-page.php:589
|
234 |
+
#: ../admin/partials/sassy-social-share-options-page.php:594
|
235 |
+
msgid "Border Width"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: ../admin/partials/sassy-social-share-options-page.php:283
|
239 |
+
#: ../admin/partials/sassy-social-share-options-page.php:288
|
240 |
+
#: ../admin/partials/sassy-social-share-options-page.php:590
|
241 |
+
#: ../admin/partials/sassy-social-share-options-page.php:595
|
242 |
+
msgid "Border Color"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: ../admin/partials/sassy-social-share-options-page.php:295
|
246 |
+
#: ../admin/partials/sassy-social-share-options-page.php:602
|
247 |
+
msgid "Icon border"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: ../admin/partials/sassy-social-share-options-page.php:303
|
251 |
+
#: ../admin/partials/sassy-social-share-options-page.php:610
|
252 |
+
msgid "Counter Position"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: ../admin/partials/sassy-social-share-options-page.php:303
|
256 |
+
#: ../admin/partials/sassy-social-share-options-page.php:610
|
257 |
+
msgid "(applies, if counter enabled)"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: ../admin/partials/sassy-social-share-options-page.php:307
|
261 |
+
#: ../admin/partials/sassy-social-share-options-page.php:614
|
262 |
+
#: ../admin/partials/sassy-social-share-options-page.php:835
|
263 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1194
|
264 |
+
#: ../includes/class-sassy-social-share-widgets.php:378
|
265 |
+
msgid "Left"
|
266 |
+
msgstr ""
|
267 |
+
|
268 |
+
#: ../admin/partials/sassy-social-share-options-page.php:309
|
269 |
+
#: ../admin/partials/sassy-social-share-options-page.php:616
|
270 |
+
msgid "Top"
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: ../admin/partials/sassy-social-share-options-page.php:311
|
274 |
+
#: ../admin/partials/sassy-social-share-options-page.php:618
|
275 |
+
#: ../admin/partials/sassy-social-share-options-page.php:837
|
276 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1195
|
277 |
+
#: ../includes/class-sassy-social-share-widgets.php:379
|
278 |
+
msgid "Right"
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: ../admin/partials/sassy-social-share-options-page.php:313
|
282 |
+
#: ../admin/partials/sassy-social-share-options-page.php:620
|
283 |
+
msgid "Bottom"
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: ../admin/partials/sassy-social-share-options-page.php:315
|
287 |
+
#: ../admin/partials/sassy-social-share-options-page.php:622
|
288 |
+
msgid "Inner Left"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: ../admin/partials/sassy-social-share-options-page.php:317
|
292 |
+
#: ../admin/partials/sassy-social-share-options-page.php:624
|
293 |
+
msgid "Inner Top"
|
294 |
+
msgstr ""
|
295 |
+
|
296 |
+
#: ../admin/partials/sassy-social-share-options-page.php:319
|
297 |
+
#: ../admin/partials/sassy-social-share-options-page.php:626
|
298 |
+
msgid "Inner Right"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: ../admin/partials/sassy-social-share-options-page.php:321
|
302 |
+
#: ../admin/partials/sassy-social-share-options-page.php:628
|
303 |
+
msgid "Inner Bottom"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: ../admin/partials/sassy-social-share-options-page.php:329
|
307 |
+
#: ../admin/partials/sassy-social-share-options-page.php:636
|
308 |
+
msgid "Position of share counter"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: ../admin/partials/sassy-social-share-options-page.php:339
|
312 |
+
msgid "Floating interface theme"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: ../admin/partials/sassy-social-share-options-page.php:651
|
316 |
+
msgid "Standard Sharing Interface Options"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: ../admin/partials/sassy-social-share-options-page.php:657
|
320 |
+
msgid "Enable Standard sharing interface"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: ../admin/partials/sassy-social-share-options-page.php:667
|
324 |
+
msgid "Master control to enable standard sharing"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: ../admin/partials/sassy-social-share-options-page.php:677
|
328 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1040
|
329 |
+
msgid "Target Url"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: ../admin/partials/sassy-social-share-options-page.php:681
|
333 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1044
|
334 |
+
msgid "Url of the webpage where icons are located (default)"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: ../admin/partials/sassy-social-share-options-page.php:683
|
338 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1046
|
339 |
+
msgid "Url of the homepage of your website"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: ../admin/partials/sassy-social-share-options-page.php:685
|
343 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1048
|
344 |
+
msgid "Custom url"
|
345 |
+
msgstr ""
|
346 |
+
|
347 |
+
#: ../admin/partials/sassy-social-share-options-page.php:692
|
348 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1055
|
349 |
+
msgid "Url to share"
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: ../admin/partials/sassy-social-share-options-page.php:700
|
353 |
+
msgid "Title"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: ../admin/partials/sassy-social-share-options-page.php:710
|
357 |
+
msgid "The text to display above the sharing interface"
|
358 |
+
msgstr ""
|
359 |
+
|
360 |
+
#: ../admin/partials/sassy-social-share-options-page.php:722
|
361 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1063
|
362 |
+
msgid "Rearrange icons"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: ../admin/partials/sassy-social-share-options-page.php:781
|
366 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1122
|
367 |
+
msgid "Drag the icons to rearrange in desired order"
|
368 |
+
msgstr ""
|
369 |
+
|
370 |
+
#: ../admin/partials/sassy-social-share-options-page.php:789
|
371 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1130
|
372 |
+
msgid "Select providers"
|
373 |
+
msgstr ""
|
374 |
+
|
375 |
+
#: ../admin/partials/sassy-social-share-options-page.php:796
|
376 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1137
|
377 |
+
msgid "Select the providers for sharing interface"
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: ../admin/partials/sassy-social-share-options-page.php:831
|
381 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1190
|
382 |
+
msgid "Horizontal alignment"
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: ../admin/partials/sassy-social-share-options-page.php:836
|
386 |
+
msgid "Center"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: ../admin/partials/sassy-social-share-options-page.php:845
|
390 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1203
|
391 |
+
msgid "Horizontal alignment of the sharing interface"
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: ../admin/partials/sassy-social-share-options-page.php:853
|
395 |
+
msgid "Position with respect to content"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: ../admin/partials/sassy-social-share-options-page.php:857
|
399 |
+
msgid "Top of the content"
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: ../admin/partials/sassy-social-share-options-page.php:859
|
403 |
+
msgid "Bottom of the content"
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
+
#: ../admin/partials/sassy-social-share-options-page.php:866
|
407 |
+
msgid "Specify position of the sharing interface with respect to the content"
|
408 |
+
msgstr ""
|
409 |
+
|
410 |
+
#: ../admin/partials/sassy-social-share-options-page.php:874
|
411 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1269
|
412 |
+
msgid "Placement"
|
413 |
+
msgstr ""
|
414 |
+
|
415 |
+
#: ../admin/partials/sassy-social-share-options-page.php:878
|
416 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1273
|
417 |
+
msgid "Homepage"
|
418 |
+
msgstr ""
|
419 |
+
|
420 |
+
#: ../admin/partials/sassy-social-share-options-page.php:880
|
421 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1275
|
422 |
+
msgid "Posts"
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: ../admin/partials/sassy-social-share-options-page.php:882
|
426 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1277
|
427 |
+
msgid "Pages"
|
428 |
+
msgstr ""
|
429 |
+
|
430 |
+
#: ../admin/partials/sassy-social-share-options-page.php:884
|
431 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1279
|
432 |
+
msgid "Excerpts (at Homepage)"
|
433 |
+
msgstr ""
|
434 |
+
|
435 |
+
#: ../admin/partials/sassy-social-share-options-page.php:886
|
436 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1281
|
437 |
+
msgid "Category Archives"
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: ../admin/partials/sassy-social-share-options-page.php:888
|
441 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1283
|
442 |
+
msgid "Archive Pages (Category, Tag, Author or Date based pages)"
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: ../admin/partials/sassy-social-share-options-page.php:904
|
446 |
+
msgid "BuddyPress activity"
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: ../admin/partials/sassy-social-share-options-page.php:906
|
450 |
+
msgid "BuddyPress group (only at top of content)"
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#: ../admin/partials/sassy-social-share-options-page.php:912
|
454 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1305
|
455 |
+
msgid "BBPress forum"
|
456 |
+
msgstr ""
|
457 |
+
|
458 |
+
#: ../admin/partials/sassy-social-share-options-page.php:915
|
459 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1308
|
460 |
+
msgid "BBPress topic"
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#: ../admin/partials/sassy-social-share-options-page.php:918
|
464 |
+
msgid "BBPress reply"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: ../admin/partials/sassy-social-share-options-page.php:925
|
468 |
+
msgid "After individual product at WooCommerce Shop page"
|
469 |
+
msgstr ""
|
470 |
+
|
471 |
+
#: ../admin/partials/sassy-social-share-options-page.php:928
|
472 |
+
msgid "WooCommerce Product Page"
|
473 |
+
msgstr ""
|
474 |
+
|
475 |
+
#: ../admin/partials/sassy-social-share-options-page.php:931
|
476 |
+
msgid "WooCommerce Thankyou Page"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: ../admin/partials/sassy-social-share-options-page.php:942
|
480 |
+
msgid "Specify the pages where you want to enable Sharing interface"
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: ../admin/partials/sassy-social-share-options-page.php:950
|
484 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1326
|
485 |
+
msgid "Show share counts"
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: ../admin/partials/sassy-social-share-options-page.php:960
|
489 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1336
|
490 |
+
msgid "If enabled, share counts are displayed above sharing icons."
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: ../admin/partials/sassy-social-share-options-page.php:969
|
494 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1345
|
495 |
+
msgid "Show total shares"
|
496 |
+
msgstr ""
|
497 |
+
|
498 |
+
#: ../admin/partials/sassy-social-share-options-page.php:979
|
499 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1355
|
500 |
+
msgid "If enabled, total shares will be displayed with sharing icons"
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: ../admin/partials/sassy-social-share-options-page.php:988
|
504 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1364
|
505 |
+
msgid "Enable 'More' icon"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: ../admin/partials/sassy-social-share-options-page.php:998
|
509 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1374
|
510 |
+
msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1014
|
514 |
+
msgid "Floating Sharing Interface Options"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1020
|
518 |
+
msgid "Enable Floating sharing interface"
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1030
|
522 |
+
msgid "Master control to enable floating sharing widget"
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1182
|
526 |
+
msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1212
|
530 |
+
msgid "Left offset"
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1222
|
534 |
+
msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1232
|
538 |
+
msgid "Right offset"
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1242
|
542 |
+
msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1251
|
546 |
+
msgid "Top offset"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1261
|
550 |
+
msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
|
551 |
+
msgstr ""
|
552 |
+
|
553 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1297
|
554 |
+
msgid "BuddyPress group"
|
555 |
+
msgstr ""
|
556 |
+
|
557 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1318
|
558 |
+
msgid "Specify the pages where you want to enable vertical Sharing interface"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1382
|
562 |
+
msgid "Vertical floating bar responsiveness"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1385
|
566 |
+
#, php-format
|
567 |
+
msgid "Display vertical interface only when screen is wider than %s pixels"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1392
|
571 |
+
msgid "Display vertical interface only when screen is wider than the width specified."
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1400
|
575 |
+
msgid "Horizontal floating bar responsiveness"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1403
|
579 |
+
#, php-format
|
580 |
+
msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1410
|
584 |
+
msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1420
|
588 |
+
msgid "Horizontal floating bar position"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1423
|
592 |
+
#, php-format
|
593 |
+
msgid "%s pixels from %s"
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1430
|
597 |
+
msgid "Alignment of horizontal floating interface"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1455
|
601 |
+
msgid "Load Javascript files in footer"
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1465
|
605 |
+
msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1473
|
609 |
+
msgid "Delete all the options on plugin deletion"
|
610 |
+
msgstr ""
|
611 |
+
|
612 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1483
|
613 |
+
msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
|
614 |
+
msgstr ""
|
615 |
+
|
616 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1492
|
617 |
+
msgid "Url shortener"
|
618 |
+
msgstr ""
|
619 |
+
|
620 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1498
|
621 |
+
msgid "Use shortlinks already installed"
|
622 |
+
msgstr ""
|
623 |
+
|
624 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1508
|
625 |
+
msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
|
626 |
+
msgstr ""
|
627 |
+
|
628 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1516
|
629 |
+
msgid "Enable bit.ly url shortener for sharing"
|
630 |
+
msgstr ""
|
631 |
+
|
632 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1526
|
633 |
+
msgid "Master control to enable bit.ly url shortening for sharing"
|
634 |
+
msgstr ""
|
635 |
+
|
636 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1534
|
637 |
+
msgid "bit.ly username"
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1544
|
641 |
+
#, php-format
|
642 |
+
msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1553
|
646 |
+
msgid "bit.ly API Key"
|
647 |
+
msgstr ""
|
648 |
+
|
649 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1563
|
650 |
+
#, php-format
|
651 |
+
msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
|
652 |
+
msgstr ""
|
653 |
+
|
654 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1573
|
655 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1579
|
656 |
+
msgid "Language"
|
657 |
+
msgstr ""
|
658 |
+
|
659 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1589
|
660 |
+
#, php-format
|
661 |
+
msgid "Enter the code of the language you want to use for like buttons. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
|
662 |
+
msgstr ""
|
663 |
+
|
664 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1598
|
665 |
+
msgid "Username in sharing"
|
666 |
+
msgstr ""
|
667 |
+
|
668 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1604
|
669 |
+
msgid "Twitter username (without @)"
|
670 |
+
msgstr ""
|
671 |
+
|
672 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1614
|
673 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1633
|
674 |
+
msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1623
|
678 |
+
msgid "Buffer username (without @)"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1642
|
682 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1648
|
683 |
+
msgid "Custom CSS"
|
684 |
+
msgstr ""
|
685 |
+
|
686 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1658
|
687 |
+
msgid "You can specify any additional CSS rules (without <style> tag)"
|
688 |
+
msgstr ""
|
689 |
+
|
690 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1675
|
691 |
+
msgid "Social Sharing Shortcode & Widget"
|
692 |
+
msgstr ""
|
693 |
+
|
694 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1685
|
695 |
+
msgid "Facebook Sharing Troubleshooter"
|
696 |
+
msgstr ""
|
697 |
+
|
698 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1690
|
699 |
+
msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
|
700 |
+
msgstr ""
|
701 |
+
|
702 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1706
|
703 |
+
msgid "How can I show share counts of my website rather than of individual pages/posts?"
|
704 |
+
msgstr ""
|
705 |
+
|
706 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1707
|
707 |
+
msgid "How can I disable sharing on particular page/post?"
|
708 |
+
msgstr ""
|
709 |
+
|
710 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1708
|
711 |
+
msgid "How can I specify minimum sharing count for sharing networks?"
|
712 |
+
msgstr ""
|
713 |
+
|
714 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1718
|
715 |
+
msgid "Save Changes"
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: ../admin/partials/sassy-social-share-about.php:4
|
719 |
+
msgid "About"
|
720 |
+
msgstr ""
|
721 |
+
|
722 |
+
#: ../admin/partials/sassy-social-share-about.php:4
|
723 |
+
msgid "Version"
|
724 |
+
msgstr ""
|
725 |
+
|
726 |
+
#: ../admin/partials/sassy-social-share-about.php:6
|
727 |
+
msgid "by"
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: ../admin/partials/sassy-social-share-about.php:7
|
731 |
+
msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: ../admin/partials/sassy-social-share-about.php:18
|
735 |
+
msgid "Plugin Demo"
|
736 |
+
msgstr ""
|
737 |
+
|
738 |
+
#: ../admin/partials/sassy-social-share-about.php:24
|
739 |
+
msgid "Integrate Social Sharing with Google Analytics"
|
740 |
+
msgstr ""
|
741 |
+
|
742 |
+
#: ../admin/partials/sassy-social-share-about.php:30
|
743 |
+
msgid "Boost sharing by awarding points"
|
744 |
+
msgstr ""
|
745 |
+
|
746 |
+
#: ../admin/partials/sassy-social-share-about.php:36
|
747 |
+
msgid "Award points for Social Login"
|
748 |
+
msgstr ""
|
749 |
+
|
750 |
+
#: ../admin/partials/sassy-social-share-about.php:42
|
751 |
+
msgid "Other Add-ons"
|
752 |
+
msgstr ""
|
753 |
+
|
754 |
+
#: ../admin/partials/sassy-social-share-about.php:47
|
755 |
+
msgid "Need Help?"
|
756 |
+
msgstr ""
|
757 |
+
|
758 |
+
#: ../admin/partials/sassy-social-share-about.php:49
|
759 |
+
msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
|
760 |
+
msgstr ""
|
761 |
+
|
762 |
+
#: ../admin/partials/sassy-social-share-about.php:54
|
763 |
+
msgid "Support Us"
|
764 |
+
msgstr ""
|
765 |
+
|
766 |
+
#: ../admin/partials/sassy-social-share-about.php:57
|
767 |
+
#: ../admin/partials/sassy-social-share-about.php:60
|
768 |
+
#: ../admin/partials/sassy-social-share-about.php:61
|
769 |
+
#: ../admin/partials/sassy-social-share-about.php:62
|
770 |
+
#: ../admin/partials/sassy-social-share-about.php:63
|
771 |
+
#: ../admin/partials/sassy-social-share-about.php:64
|
772 |
+
msgid "Rate 5-star"
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: ../admin/partials/sassy-social-share-about.php:72
|
776 |
+
msgid "Facebook"
|
777 |
+
msgstr ""
|
778 |
+
|
779 |
+
#: ../includes/class-sassy-social-share-widgets.php:50
|
780 |
+
msgid "Sassy Social Share - Standard Widget"
|
781 |
+
msgstr ""
|
782 |
+
|
783 |
+
#: ../includes/class-sassy-social-share-widgets.php:51
|
784 |
+
msgid "Standard sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
|
785 |
+
msgstr ""
|
786 |
+
|
787 |
+
#: ../includes/class-sassy-social-share-widgets.php:172
|
788 |
+
msgid "Make sure \"Standard Sharing Interface\" is enabled in \"Standard Interface\" section at \"Sassy Social Share\" page."
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: ../includes/class-sassy-social-share-widgets.php:173
|
792 |
+
msgid "Title:"
|
793 |
+
msgstr ""
|
794 |
+
|
795 |
+
#: ../includes/class-sassy-social-share-widgets.php:175
|
796 |
+
#: ../includes/class-sassy-social-share-widgets.php:364
|
797 |
+
msgid "Show individual share counts:"
|
798 |
+
msgstr ""
|
799 |
+
|
800 |
+
#: ../includes/class-sassy-social-share-widgets.php:177
|
801 |
+
#: ../includes/class-sassy-social-share-widgets.php:366
|
802 |
+
msgid "Show total shares:"
|
803 |
+
msgstr ""
|
804 |
+
|
805 |
+
#: ../includes/class-sassy-social-share-widgets.php:179
|
806 |
+
#: ../includes/class-sassy-social-share-widgets.php:368
|
807 |
+
msgid "Target Url:"
|
808 |
+
msgstr ""
|
809 |
+
|
810 |
+
#: ../includes/class-sassy-social-share-widgets.php:181
|
811 |
+
#: ../includes/class-sassy-social-share-widgets.php:370
|
812 |
+
msgid "Select"
|
813 |
+
msgstr ""
|
814 |
+
|
815 |
+
#: ../includes/class-sassy-social-share-widgets.php:187
|
816 |
+
msgid "Before widget content:"
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
#: ../includes/class-sassy-social-share-widgets.php:189
|
820 |
+
msgid "After widget content:"
|
821 |
+
msgstr ""
|
822 |
+
|
823 |
+
#: ../includes/class-sassy-social-share-widgets.php:191
|
824 |
+
#: ../includes/class-sassy-social-share-widgets.php:395
|
825 |
+
msgid "Hide for logged in users:"
|
826 |
+
msgstr ""
|
827 |
+
|
828 |
+
#: ../includes/class-sassy-social-share-widgets.php:240
|
829 |
+
msgid "Floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
|
830 |
+
msgstr ""
|
831 |
+
|
832 |
+
#: ../includes/class-sassy-social-share-widgets.php:363
|
833 |
+
msgid "Make sure \"Floating Interface\" is enabled in \"Floating Interface\" section at \"Sassy Social Share\" page."
|
834 |
+
msgstr ""
|
835 |
+
|
836 |
+
#: ../includes/class-sassy-social-share-widgets.php:376
|
837 |
+
msgid "Alignment"
|
838 |
+
msgstr ""
|
839 |
+
|
840 |
+
#: ../includes/class-sassy-social-share-widgets.php:382
|
841 |
+
msgid "Left Offset"
|
842 |
+
msgstr ""
|
843 |
+
|
844 |
+
#: ../includes/class-sassy-social-share-widgets.php:386
|
845 |
+
msgid "Right Offset"
|
846 |
+
msgstr ""
|
847 |
+
|
848 |
+
#: ../includes/class-sassy-social-share-widgets.php:389
|
849 |
+
msgid "Top Offset"
|
850 |
+
msgstr ""
|
851 |
+
|
852 |
+
#: ../public/class-sassy-social-share-public.php:545
|
853 |
+
msgid "Invalid request"
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
+
#: ../public/class-sassy-social-share-public.php:551
|
857 |
+
msgid "Providers not selected"
|
858 |
+
msgstr ""
|
859 |
+
|
public/class-sassy-social-share-public.php
ADDED
@@ -0,0 +1,828 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Contains functions responsible for functionality at front-end of website
|
5 |
+
*
|
6 |
+
* @since 1.0.0
|
7 |
+
*
|
8 |
+
*/
|
9 |
+
|
10 |
+
/**
|
11 |
+
* This class defines all code necessary for functionality at front-end of website
|
12 |
+
*
|
13 |
+
* @since 1.0.0
|
14 |
+
*
|
15 |
+
*/
|
16 |
+
class Sassy_Social_Share_Public {
|
17 |
+
|
18 |
+
/**
|
19 |
+
* Options saved in database.
|
20 |
+
*
|
21 |
+
* @since 1.0.0
|
22 |
+
*/
|
23 |
+
private $options;
|
24 |
+
|
25 |
+
/**
|
26 |
+
* Current version of the plugin.
|
27 |
+
*
|
28 |
+
* @since 1.0.0
|
29 |
+
*/
|
30 |
+
private $version;
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Variable to track number of times 'the_content' hook called at homepage.
|
34 |
+
*
|
35 |
+
* @since 1.0.0
|
36 |
+
*/
|
37 |
+
private $vertical_home_count = 0;
|
38 |
+
|
39 |
+
/**
|
40 |
+
* Variable to track number of times 'the_content' hook called at excerpts.
|
41 |
+
*
|
42 |
+
* @since 1.0.0
|
43 |
+
*/
|
44 |
+
private $vertical_excerpt_count = 0;
|
45 |
+
|
46 |
+
/**
|
47 |
+
* Short urls calculated for current webpage.
|
48 |
+
*
|
49 |
+
* @since 1.0.0
|
50 |
+
*/
|
51 |
+
private $short_urls = array();
|
52 |
+
|
53 |
+
/**
|
54 |
+
* Get saved options.
|
55 |
+
*
|
56 |
+
* @since 1.0.0
|
57 |
+
* @param array $options Plugin options saved in database
|
58 |
+
*/
|
59 |
+
public function __construct( $options, $version ) {
|
60 |
+
|
61 |
+
$this->options = $options;
|
62 |
+
$this->version = $version;
|
63 |
+
|
64 |
+
}
|
65 |
+
|
66 |
+
/**
|
67 |
+
* Hook the plugin function on 'init' event.
|
68 |
+
*
|
69 |
+
* @since 1.0.0
|
70 |
+
*/
|
71 |
+
public function init() {
|
72 |
+
|
73 |
+
// update plugin version in database
|
74 |
+
if ( get_option( 'heateor_sss_version' ) != $this->version ) {
|
75 |
+
update_option( 'heateor_sss_version', $this->version );
|
76 |
+
}
|
77 |
+
// Javascripts for front-end of website
|
78 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'frontend_scripts' ) );
|
79 |
+
// stylesheets for front-end of website
|
80 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'frontend_styles' ) );
|
81 |
+
|
82 |
+
}
|
83 |
+
|
84 |
+
/**
|
85 |
+
* Javascript files to load at front end.
|
86 |
+
*
|
87 |
+
* @since 1.0.0
|
88 |
+
*/
|
89 |
+
public function frontend_scripts() {
|
90 |
+
|
91 |
+
$in_footer = isset( $this->options['footer_script'] ) ? true : false;
|
92 |
+
?>
|
93 |
+
<script type="text/javascript">function heateorSssLoadEvent(e){var t=window.onload;if(typeof window.onload!="function"){window.onload=e}else{window.onload=function(){t();e()}}}</script>
|
94 |
+
<?php
|
95 |
+
global $post;
|
96 |
+
$sharing_meta = get_post_meta( $post->ID, '_heateor_sss_meta', true );
|
97 |
+
if ( is_front_page() || ! isset( $sharing_meta['sharing'] ) || $sharing_meta['sharing'] != 1 || ! isset( $sharing_meta['vertical_sharing'] ) || $sharing_meta['vertical_sharing'] != 1 ) {
|
98 |
+
?>
|
99 |
+
<script> var heateorSssSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', heateorSssCloseIconPath = '<?php echo plugins_url( '../images/close.png', __FILE__ ) ?>', heateorSssPluginIconPath = '<?php echo plugins_url( '../images/logo.png', __FILE__ ) ?>', heateorSssHorizontalSharingCountEnable = <?php echo isset( $this->options['hor_enable'] ) && ( isset( $this->options['horizontal_counts'] ) || isset( $this->options['horizontal_total_shares'] ) ) ? 1 : 0 ?>, heateorSssVerticalSharingCountEnable = <?php echo isset( $this->options['vertical_enable'] ) && ( isset( $this->options['vertical_counts'] ) || isset( $this->options['vertical_total_shares'] ) ) ? 1 : 0 ?>, heateorSssSharingOffset = <?php echo isset( $this->options['alignment'] ) && $this->options['alignment'] != '' && isset( $this->options[$this->options['alignment'].'_offset'] ) && $this->options[$this->options['alignment'].'_offset'] != '' ? $this->options[$this->options['alignment'].'_offset'] : 0; ?>;
|
100 |
+
<?php
|
101 |
+
if ( isset( $this->options['horizontal_counts'] ) && isset( $this->options['horizontal_counter_position'] ) ) {
|
102 |
+
echo in_array( $this->options['horizontal_counter_position'], array( 'inner_left', 'inner_right' ) ) ? 'var heateorSssReduceHorizontalSvgWidth = true;' : '';
|
103 |
+
echo in_array( $this->options['horizontal_counter_position'], array( 'inner_top', 'inner_bottom' ) ) ? 'var heateorSssReduceHorizontalSvgHeight = true;' : '';
|
104 |
+
}
|
105 |
+
if ( isset( $this->options['vertical_counts'] ) && isset( $this->options['vertical_counter_position'] ) ) {
|
106 |
+
echo in_array( $this->options['vertical_counter_position'], array( 'inner_left', 'inner_right' ) ) ? 'var heateorSssReduceVerticalSvgWidth = true;' : '';
|
107 |
+
echo in_array( $this->options['vertical_counter_position'], array( 'inner_top', 'inner_bottom' ) ) ? 'var heateorSssReduceVerticalSvgHeight = true;' : '';
|
108 |
+
}
|
109 |
+
?>
|
110 |
+
var heateorSssUrlCountFetched = '';
|
111 |
+
function heateorSssPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}
|
112 |
+
</script>
|
113 |
+
<?php
|
114 |
+
if ( $this->facebook_like_recommend_enabled() ) {
|
115 |
+
?>
|
116 |
+
<script type="text/javascript">
|
117 |
+
function heateorSssInitiateFB(){FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v2.4"})}window.fbAsyncInit=function(){heateorSssInitiateFB(),<?php echo defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->facebook_like_recommend_enabled() ? 1 : 0 ?>&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")})),<?php echo defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ?>&&(FB.Event.subscribe("edge.create",function(e){heateorSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}))},function(e){var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/<?php echo $this->options['language'] ? $this->options['language'] : 'en_US' ?>/sdk.js",o.parentNode.insertBefore(n,o))}(document);
|
118 |
+
</script>
|
119 |
+
<?php
|
120 |
+
}
|
121 |
+
wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( 'js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->version, $in_footer );
|
122 |
+
}
|
123 |
+
|
124 |
+
}
|
125 |
+
|
126 |
+
/**
|
127 |
+
* Check if Facebook Like/Recommend is enabled
|
128 |
+
*
|
129 |
+
* @since 1.0.0
|
130 |
+
*/
|
131 |
+
private function facebook_like_recommend_enabled() {
|
132 |
+
|
133 |
+
if ( ( isset( $this->options['hor_enable'] ) && isset( $this->options['horizontal_re_providers'] ) && ( in_array( 'facebook_like', $this->options['horizontal_re_providers'] ) || in_array( 'facebook_recommend', $this->options['horizontal_re_providers'] ) ) ) || ( isset( $this->options['vertical_enable'] ) && isset( $this->options['vertical_re_providers'] ) && ( in_array( 'facebook_like', $this->options['vertical_re_providers'] ) || in_array( 'facebook_recommend', $this->options['vertical_re_providers'] ) ) ) ) {
|
134 |
+
return true;
|
135 |
+
}
|
136 |
+
|
137 |
+
return false;
|
138 |
+
|
139 |
+
}
|
140 |
+
|
141 |
+
/**
|
142 |
+
* Generate bitly short url for sharing buttons
|
143 |
+
*
|
144 |
+
* @since 1.0.0
|
145 |
+
*/
|
146 |
+
public function generate_bitly_url( $url, $post_id = 0 ) {
|
147 |
+
|
148 |
+
//generate the URL
|
149 |
+
$bitly = 'http://api.bit.ly/v3/shorten?format=txt&login=' . $this->options['bitly_username'] . '&apiKey=' . $this->options['bitly_key'] . '&longUrl=' . urlencode( $url );
|
150 |
+
$response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
|
151 |
+
if ( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ) {
|
152 |
+
$short_url = trim( wp_remote_retrieve_body( $response ) );
|
153 |
+
return $short_url;
|
154 |
+
}
|
155 |
+
|
156 |
+
return false;
|
157 |
+
|
158 |
+
}
|
159 |
+
|
160 |
+
/**
|
161 |
+
* Get short url.
|
162 |
+
*
|
163 |
+
* @since 1.0.0
|
164 |
+
*/
|
165 |
+
public function get_short_url( $url, $post_id ) {
|
166 |
+
|
167 |
+
$short_url = '';
|
168 |
+
|
169 |
+
if ( isset( $this->short_urls[$url] ) ) {
|
170 |
+
// short url already calculated for this post ID
|
171 |
+
$short_url = $this->short_urls[$url];
|
172 |
+
} elseif ( isset( $this->options['use_shortlinks'] ) && function_exists( 'wp_get_shortlink' ) ) {
|
173 |
+
$short_url = wp_get_shortlink();
|
174 |
+
if ( $short_url ) {
|
175 |
+
$this->short_urls[$url] = $short_url;
|
176 |
+
}
|
177 |
+
// if bit.ly integration enabled, generate bit.ly short url
|
178 |
+
} elseif ( isset( $this->options['bitly_enable'] ) && $this->options['bitly_username'] != '' && $this->options['bitly_key'] != '' ) {
|
179 |
+
$short_url = $this->generate_bitly_url( $url, $post_id );
|
180 |
+
if ( $short_url ) {
|
181 |
+
$this->short_urls[$url] = $short_url;
|
182 |
+
}
|
183 |
+
}
|
184 |
+
|
185 |
+
return $short_url;
|
186 |
+
|
187 |
+
}
|
188 |
+
|
189 |
+
/**
|
190 |
+
* Render sharing interface html.
|
191 |
+
*
|
192 |
+
* @since 1.0.0
|
193 |
+
*/
|
194 |
+
public function prepare_sharing_html( $post_url, $sharing_type = 'horizontal', $display_count, $total_shares ) {
|
195 |
+
|
196 |
+
global $post;
|
197 |
+
|
198 |
+
if ( $sharing_type == 'vertical' && ( is_front_page() || is_home() ) ) {
|
199 |
+
$post_title = wp_title( '', false );
|
200 |
+
if ( $post_title == '' ) {
|
201 |
+
$post_title = get_bloginfo( 'name' ) . " - " . get_bloginfo( 'description' );
|
202 |
+
}
|
203 |
+
} else {
|
204 |
+
$post_title = $post->post_title;
|
205 |
+
}
|
206 |
+
$post_title = html_entity_decode( $post_title, ENT_QUOTES, 'UTF-8' );
|
207 |
+
$post_title = urlencode( $post_title );
|
208 |
+
$post_title = str_replace( '#', '%23', $post_title );
|
209 |
+
$post_title = esc_html( $post_title );
|
210 |
+
|
211 |
+
$output = apply_filters( 'heateor_sss_sharing_interface_filter', '', $post_url, $sharing_type, $this->options, $post, $display_count, $total_shares );
|
212 |
+
if ( $output != '' ) {
|
213 |
+
return $output;
|
214 |
+
}
|
215 |
+
$html = '';
|
216 |
+
$sharing_meta = '';
|
217 |
+
if (! is_front_page() || ( is_front_page() && 'page' == get_option( 'show_on_front' ) ) ) {
|
218 |
+
$sharing_meta = get_post_meta( $post->ID, '_heateor_sss_meta', true );
|
219 |
+
}
|
220 |
+
|
221 |
+
if ( isset( $this->options[$sharing_type.'_re_providers'] ) ) {
|
222 |
+
|
223 |
+
$sharing_networks_object = new Sassy_Social_Share_Sharing_Networks();
|
224 |
+
|
225 |
+
$sharing_networks = $sharing_networks_object->fetch_sharing_networks();
|
226 |
+
|
227 |
+
$html = '<ul ' . ( $sharing_type == 'horizontal' && $this->options['hor_sharing_alignment'] == "center" ? "style='list-style: none;position: relative;left: 50%;'" : "" ) .' class="heateor_sss_sharing_ul">';
|
228 |
+
$style = 'style="width:' . ( $this->options[$sharing_type . '_sharing_shape'] != 'rectangle' ? $this->options[$sharing_type . '_sharing_size'] : $this->options[$sharing_type . '_sharing_width'] ) . 'px;height:' . ( $this->options[$sharing_type . '_sharing_shape'] != 'rectangle' ? $this->options[$sharing_type . '_sharing_size'] : $this->options[$sharing_type . '_sharing_height'] ) . 'px;';
|
229 |
+
$counter_container_init_html = '<ss class="heateor_sss_square_count';
|
230 |
+
$counter_container_end_html = '</ss>';
|
231 |
+
$inner_style = 'display:block;';
|
232 |
+
$li_class = 'heateorSssSharingRound';
|
233 |
+
if ( $this->options[$sharing_type . '_sharing_shape'] == 'round' ) {
|
234 |
+
$style .= 'border-radius:999px;';
|
235 |
+
$inner_style .= 'border-radius:999px;';
|
236 |
+
} elseif ( $this->options[$sharing_type . '_border_radius'] != '' ) {
|
237 |
+
$style .= 'border-radius:' . $this->options[$sharing_type . '_border_radius'] . 'px;';
|
238 |
+
}
|
239 |
+
if ( $sharing_type == 'vertical' && $this->options[$sharing_type . '_sharing_shape'] == 'square' ) {
|
240 |
+
$style .= 'margin:0;';
|
241 |
+
$li_class = '';
|
242 |
+
}
|
243 |
+
$style .= '"';
|
244 |
+
$li_items = '';
|
245 |
+
$language = $this->options['language'] != '' ? $this->options['language'] : '';
|
246 |
+
$like_button_count_container = '';
|
247 |
+
if ( $display_count ) {
|
248 |
+
$like_button_count_container = $counter_container_init_html . '"> ' . $counter_container_end_html;
|
249 |
+
}
|
250 |
+
|
251 |
+
$counter_placeholder = '';
|
252 |
+
$counter_placeholder_value = '';
|
253 |
+
|
254 |
+
if ( $display_count ) {
|
255 |
+
switch ( $this->options[$sharing_type . '_counter_position'] ) {
|
256 |
+
case 'left':
|
257 |
+
case 'top':
|
258 |
+
$counter_placeholder = '><i';
|
259 |
+
break;
|
260 |
+
case 'right':
|
261 |
+
case 'bottom':
|
262 |
+
$counter_placeholder = 'i><';
|
263 |
+
break;
|
264 |
+
case 'inner_left':
|
265 |
+
case 'inner_top':
|
266 |
+
$counter_placeholder = '><ss';
|
267 |
+
break;
|
268 |
+
case 'inner_right':
|
269 |
+
case 'inner_bottom':
|
270 |
+
$counter_placeholder = 'ss><';
|
271 |
+
break;
|
272 |
+
default:
|
273 |
+
}
|
274 |
+
$counter_placeholder_value = str_replace( '>', '>' . $counter_container_init_html . ' heateor_sss_%network%_count"> ' . $counter_container_end_html, $counter_placeholder );
|
275 |
+
}
|
276 |
+
|
277 |
+
$twitter_username = $this->options['twitter_username'] != '' ? $this->options['twitter_username'] : '';
|
278 |
+
|
279 |
+
foreach ( $this->options[$sharing_type.'_re_providers'] as $provider ) {
|
280 |
+
//var_dump($twitter_username);
|
281 |
+
$li_items .= str_replace(
|
282 |
+
array(
|
283 |
+
'%padding%',
|
284 |
+
'%network%',
|
285 |
+
'%ucfirst_network%',
|
286 |
+
'%like_count_container%',
|
287 |
+
'%post_url%',
|
288 |
+
'%post_title%',
|
289 |
+
'%decoded_post_title%',
|
290 |
+
'%twitter_username%',
|
291 |
+
'%via_twitter_username%',
|
292 |
+
'%language%',
|
293 |
+
'%buffer_username%',
|
294 |
+
'%style%',
|
295 |
+
'%inner_style%',
|
296 |
+
'%li_class%',
|
297 |
+
$counter_placeholder,
|
298 |
+
'%title%'
|
299 |
+
),
|
300 |
+
array(
|
301 |
+
( $this->options[$sharing_type . '_sharing_shape'] == 'rectangle' ? $this->options[$sharing_type . '_sharing_height'] : $this->options[$sharing_type . '_sharing_size'] ) * 21/100,
|
302 |
+
$provider,
|
303 |
+
ucfirst( str_replace( array( ' ', '_', '.' ), '', $provider ) ),
|
304 |
+
$like_button_count_container,
|
305 |
+
$post_url,
|
306 |
+
$post_title,
|
307 |
+
urldecode( $post_title ),
|
308 |
+
$twitter_username,
|
309 |
+
$twitter_username ? 'via=' . $twitter_username . '&' : '',
|
310 |
+
$language,
|
311 |
+
$this->options['buffer_username'] != '' ? $this->options['buffer_username'] : '',
|
312 |
+
$style,
|
313 |
+
$inner_style,
|
314 |
+
$li_class,
|
315 |
+
str_replace( '%network%', $provider, isset( $sharing_meta[$provider . '_' . $sharing_type . '_count'] ) && $sharing_meta[$provider . '_' . $sharing_type . '_count'] != '' ? str_replace( '> ', ' sss_st_count="' . $sharing_meta[$provider . '_' . $sharing_type . '_count'] . '"> ', $counter_placeholder_value ) : $counter_placeholder_value ),
|
316 |
+
ucfirst( str_replace( '_', ' ', $provider ) )
|
317 |
+
),
|
318 |
+
$sharing_networks[$provider]
|
319 |
+
);
|
320 |
+
}
|
321 |
+
|
322 |
+
if ( isset( $this->options[$sharing_type . '_more'] ) ) {
|
323 |
+
$li_items .= '<li class="' . ( $li_class != '' ? $li_class : '' ) . '">';
|
324 |
+
if ( $display_count) {
|
325 |
+
$li_items .= $counter_container_init_html . '"> ' . $counter_container_end_html;
|
326 |
+
}
|
327 |
+
$li_items .= '<i ' . $style . ' title="More" alt="More" class="heateorSssSharing heateorSssMoreBackground" onclick="heateorSssMoreSharingPopup(this, \'' . $post_url . '\', \''.$post_title.'\' )" ><ss style="display:block" class="heateorSssSharingSvg heateorSssMoreSvg"></ss></i></li>';
|
328 |
+
}
|
329 |
+
|
330 |
+
$total_shares_html = '';
|
331 |
+
if ( $total_shares ) {
|
332 |
+
$total_shares_html = '<li class="' . $li_class . '">';
|
333 |
+
if ( $display_count) {
|
334 |
+
$total_shares_html .= $counter_container_init_html . '"> ' . $counter_container_end_html;
|
335 |
+
}
|
336 |
+
if ( $sharing_type == 'horizontal' ) {
|
337 |
+
$add_style = ';margin-left:9px !important;';
|
338 |
+
} else {
|
339 |
+
$add_style = ';margin-bottom:9px !important;';
|
340 |
+
}
|
341 |
+
$add_style .= '"';
|
342 |
+
$style = str_replace( ';"', $add_style, $style );
|
343 |
+
$total_shares_html .= '<i ' . $style . ' title="Total Shares" alt="Total Shares" class="heateorSssSharing heateorSssTCBackground"></i></li>';
|
344 |
+
}
|
345 |
+
|
346 |
+
if ( $sharing_type == 'vertical' ) {
|
347 |
+
$html .= $total_shares_html . $li_items;
|
348 |
+
} else {
|
349 |
+
$html .= $li_items . $total_shares_html;
|
350 |
+
}
|
351 |
+
|
352 |
+
$html .= '</ul><div style="clear:both"></div>';
|
353 |
+
}
|
354 |
+
return $html;
|
355 |
+
}
|
356 |
+
|
357 |
+
/**
|
358 |
+
* Get http/https protocol at the website
|
359 |
+
*
|
360 |
+
* @since 1.0.0
|
361 |
+
*/
|
362 |
+
public function get_http_protocol() {
|
363 |
+
|
364 |
+
if ( isset( $_SERVER['HTTPS'] ) && ! empty( $_SERVER['HTTPS'] ) && $_SERVER['HTTPS'] != 'off' ) {
|
365 |
+
return "https://";
|
366 |
+
} else {
|
367 |
+
return "http://";
|
368 |
+
}
|
369 |
+
|
370 |
+
}
|
371 |
+
|
372 |
+
/**
|
373 |
+
* Enable sharing interface at selected areas.
|
374 |
+
*
|
375 |
+
* @since 1.0.0
|
376 |
+
*/
|
377 |
+
public function render_sharing( $content ) {
|
378 |
+
|
379 |
+
global $post;
|
380 |
+
// hook to bypass sharing
|
381 |
+
$disable_sharing = apply_filters( 'heateor_sss_disable_sharing', $post, $content );
|
382 |
+
// if $disable_sharing value is 1, return content without sharing interface
|
383 |
+
if ( $disable_sharing === 1 ) {
|
384 |
+
return $content;
|
385 |
+
}
|
386 |
+
$sharing_meta = get_post_meta( $post->ID, '_heateor_sss_meta', true );
|
387 |
+
|
388 |
+
$sharing_bp_activity = false;
|
389 |
+
|
390 |
+
if ( current_filter() == 'bp_activity_entry_meta' ) {
|
391 |
+
if ( isset( $this->options['bp_activity'] ) ) {
|
392 |
+
$sharing_bp_activity = true;
|
393 |
+
}
|
394 |
+
}
|
395 |
+
|
396 |
+
$post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
|
397 |
+
$post_types = array_diff( $post_types, array( 'post', 'page' ) );
|
398 |
+
|
399 |
+
// sharing interface
|
400 |
+
if ( isset( $this->options['hor_enable'] ) && ! ( isset( $sharing_meta['sharing'] ) && $sharing_meta['sharing'] == 1 && ( ! is_front_page() || ( is_front_page() && 'page' == get_option('show_on_front' ) ) ) ) ) {
|
401 |
+
$post_id = $post -> ID;
|
402 |
+
// default post url
|
403 |
+
$post_url = get_permalink( $post->ID );
|
404 |
+
if ( $sharing_bp_activity ) {
|
405 |
+
$post_url = bp_get_activity_thread_permalink();
|
406 |
+
$post_id = 0;
|
407 |
+
} else {
|
408 |
+
if ( $this->options['horizontal_target_url'] == 'default' ) {
|
409 |
+
$post_url = get_permalink( $post->ID );
|
410 |
+
if ( $post_url == '' ) {
|
411 |
+
$post_url = html_entity_decode( esc_url( $this->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
412 |
+
}
|
413 |
+
} elseif ( $this->options['horizontal_target_url'] == 'home' ) {
|
414 |
+
$post_url = site_url();
|
415 |
+
$post_id = 0;
|
416 |
+
} elseif ( $this->options['horizontal_target_url'] == 'custom' ) {
|
417 |
+
$post_url = $this->options['horizontal_target_url_custom'] ? $this->options['horizontal_target_url_custom'] : get_permalink( $post->ID );
|
418 |
+
$post_id = 0;
|
419 |
+
}
|
420 |
+
}
|
421 |
+
|
422 |
+
$sharing_url = $this->get_short_url( $post_url, $post->ID );
|
423 |
+
|
424 |
+
$sharing_div = $this->prepare_sharing_html( $sharing_url ? $sharing_url : $post_url, 'horizontal', isset( $this->options['horizontal_counts'] ), isset( $this->options['horizontal_total_shares'] ) );
|
425 |
+
$sharing_container_style = '';
|
426 |
+
$sharing_title_style = 'style="font-weight:bold"';
|
427 |
+
|
428 |
+
if ( $this->options['hor_sharing_alignment'] == 'right' ) {
|
429 |
+
$sharing_container_style = 'style="float: right"';
|
430 |
+
} elseif ( $this->options['hor_sharing_alignment'] == 'center' ) {
|
431 |
+
$sharing_container_style = 'style="float: right;position: relative;left: -50%;text-align: left;"';
|
432 |
+
$sharing_title_style = 'style="font-weight: bold;list-style: none;position: relative;left: 50%;"';
|
433 |
+
}
|
434 |
+
|
435 |
+
$horizontal_div = "<div style='clear: both'></div><div ". $sharing_container_style ." class='heateor_sss_sharing_container heateor_sss_horizontal_sharing' heateor-sss-data-href='" . $post_url . "'><div " . $sharing_title_style . " >" . ucfirst( $this->options['title'] ) . "</div>" . $sharing_div . "</div><div style='clear: both'></div>";
|
436 |
+
if ( $sharing_bp_activity ) {
|
437 |
+
echo $horizontal_div;
|
438 |
+
}
|
439 |
+
// show horizontal sharing
|
440 |
+
if ( ( isset( $this->options['home'] ) && is_front_page() ) || ( isset( $this->options['category'] ) && is_category() ) || ( isset( $this->options['archive'] ) && is_archive() ) || ( isset( $this->options['post'] ) && is_single() && isset( $post -> post_type ) && $post -> post_type == 'post' ) || ( isset( $this->options['page'] ) && is_page() && isset( $post -> post_type ) && $post -> post_type == 'page' ) || ( isset( $this->options['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $this->options['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $this->options['bb_forum'] ) && ( isset( $this->options['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $this->options['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' ) ) || ( isset( $this->options['bb_topic'] ) && ( isset( $this->options['top'] ) && in_array( current_filter(), array( 'bbp_template_before_single_topic', 'bbp_template_before_lead_topic' ) ) || isset( $this->options['bottom'] ) && in_array( current_filter(), array( 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic' ) ) ) ) || ( isset( $this->options['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item' ) || ( isset( $this->options['woocom_product'] ) && current_filter() == 'woocommerce_share' ) || ( isset( $this->options['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou' ) || (current_filter() == 'bp_before_group_header' && isset( $this->options['bp_group'] ) ) ) {
|
441 |
+
if ( in_array( current_filter(), array( 'bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum', 'woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou', 'bp_before_group_header' ) ) ) {
|
442 |
+
echo '<div style="clear:both"></div>' . $horizontal_div . '<div style="clear:both"></div>';
|
443 |
+
} else {
|
444 |
+
if ( isset( $this->options['top'] ) && isset( $this->options['bottom'] ) ) {
|
445 |
+
$content = $horizontal_div . '<br/>' . $content . '<br/>' . $horizontal_div;
|
446 |
+
} else {
|
447 |
+
if ( isset( $this->options['top'] ) ) {
|
448 |
+
$content = $horizontal_div.$content;
|
449 |
+
} elseif ( isset( $this->options['bottom'] ) ) {
|
450 |
+
$content = $content.$horizontal_div;
|
451 |
+
}
|
452 |
+
}
|
453 |
+
}
|
454 |
+
} elseif ( count( $post_types ) ) {
|
455 |
+
foreach ( $post_types as $post_type ) {
|
456 |
+
if ( isset( $this->options[$post_type] ) && ( is_single() || is_page() ) && isset( $post -> post_type ) && $post -> post_type == $post_type ) {
|
457 |
+
if ( isset( $this->options['top'] ) && isset( $this->options['bottom'] ) ) {
|
458 |
+
$content = $horizontal_div . '<br/>' . $content.'<br/>'.$horizontal_div;
|
459 |
+
} else {
|
460 |
+
if ( isset( $this->options['top'] ) ) {
|
461 |
+
$content = $horizontal_div.$content;
|
462 |
+
} elseif ( isset( $this->options['bottom'] ) ) {
|
463 |
+
$content = $content.$horizontal_div;
|
464 |
+
}
|
465 |
+
}
|
466 |
+
}
|
467 |
+
}
|
468 |
+
}
|
469 |
+
}
|
470 |
+
if ( isset( $this->options['vertical_enable'] ) && ! ( isset( $sharing_meta['vertical_sharing'] ) && $sharing_meta['vertical_sharing'] == 1 && ( ! is_front_page() || ( is_front_page() && 'page' == get_option('show_on_front' ) ) ) ) ) {
|
471 |
+
$post_id = $post -> ID;
|
472 |
+
$post_url = get_permalink( $post->ID );
|
473 |
+
|
474 |
+
if ( $this->options['vertical_target_url'] == 'default' ) {
|
475 |
+
$post_url = get_permalink( $post->ID );
|
476 |
+
if ( $post_url == '' ) {
|
477 |
+
$post_url = html_entity_decode( esc_url( $this->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
478 |
+
}
|
479 |
+
} elseif ( $this->options['vertical_target_url'] == 'home' ) {
|
480 |
+
$post_url = site_url();
|
481 |
+
$post_id = 0;
|
482 |
+
} elseif ( $this->options['vertical_target_url'] == 'custom' ) {
|
483 |
+
$post_url = $this->options['vertical_target_url_custom'] ? $this->options['vertical_target_url_custom'] : get_permalink( $post->ID );
|
484 |
+
$post_id = 0;
|
485 |
+
}
|
486 |
+
|
487 |
+
$sharing_url = $this->get_short_url( $post_url, $post->ID );
|
488 |
+
|
489 |
+
$vertical_sharing_width = ( $this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_width'] : $this->options['vertical_sharing_size'] );
|
490 |
+
if ( isset( $this->options['vertical_counts'] ) && isset( $this->options['vertical_counter_position'] ) && in_array( $this->options['vertical_counter_position'], array( 'left', 'right' ) ) ) {
|
491 |
+
$vertical_sharing_width += $vertical_sharing_width*60/100;
|
492 |
+
}
|
493 |
+
$sharing_div = $this->prepare_sharing_html( $sharing_url ? $sharing_url : $post_url, 'vertical', isset( $this->options['vertical_counts'] ), isset( $this->options['vertical_total_shares'] ) );
|
494 |
+
$offset = ( $this->options['alignment'] != '' && $this->options[$this->options['alignment'].'_offset'] != '' ? $this->options['alignment'] . ': ' . $this->options[$this->options['alignment'].'_offset'] . 'px;' : '' ) . ( $this->options['top_offset'] != '' ? 'top: '.$this->options['top_offset'] . 'px;' : '' );
|
495 |
+
$vertical_div = "<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing" . ( isset( $this->options['bottom_mobile_sharing'] ) ? ' heateor_sss_bottom_sharing' : '' ) . "' style='width:" . ( $vertical_sharing_width + 4 ) . "px;" . $offset . ( $this->options['vertical_bg'] != '' ? 'background-color: '.$this->options['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;' ) . "' heateor-sss-data-href='" . $post_url . "'>" . $sharing_div . "</div>";
|
496 |
+
// show vertical sharing
|
497 |
+
if ( ( isset( $this->options['vertical_home'] ) && is_front_page() ) || ( isset( $this->options['vertical_category'] ) && is_category() ) || ( isset( $this->options['vertical_archive'] ) && is_archive() ) || ( isset( $this->options['vertical_post'] ) && is_single() && isset( $post -> post_type ) && $post -> post_type == 'post' ) || ( isset( $this->options['vertical_page'] ) && is_page() && isset( $post -> post_type ) && $post -> post_type == 'page' ) || ( isset( $this->options['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $this->options['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum' ) || ( isset( $this->options['vertical_bb_topic'] ) && in_array( current_filter(), array( 'bbp_template_before_single_topic', 'bbp_template_before_lead_topic' )) ) || (current_filter() == 'bp_before_group_header' && isset( $this->options['vertical_bp_group'] ) ) ) {
|
498 |
+
if ( in_array( current_filter(), array( 'bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header' ) ) ) {
|
499 |
+
echo $vertical_div;
|
500 |
+
} else {
|
501 |
+
if ( is_front_page() ) {
|
502 |
+
if ( current_filter() == 'the_content' ) {
|
503 |
+
$var = $this->vertical_home_count;
|
504 |
+
} elseif ( current_filter() == 'get_the_excerpt' ) {
|
505 |
+
$var = $this->vertical_excerpt_count;
|
506 |
+
}
|
507 |
+
if ( $var == 0 ) {
|
508 |
+
if ( $this->options['vertical_target_url'] == 'default' ) {
|
509 |
+
$post_url = site_url();
|
510 |
+
$sharing_url = $this->get_short_url( $post_url, 0 );
|
511 |
+
|
512 |
+
$sharing_div = $this->prepare_sharing_html( $sharing_url ? $sharing_url : $post_url, 'vertical', isset( $this->options['vertical_counts'] ), isset( $this->options['vertical_total_shares'] ) );
|
513 |
+
$vertical_div = "<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing" . ( isset( $this->options['bottom_mobile_sharing'] ) ? ' heateor_sss_bottom_sharing' : '' ) . "' style='width:" . ( $vertical_sharing_width + 4 ) . "px;" . $offset . ( $this->options['vertical_bg'] != '' ? 'background-color: ' . $this->options['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;' ) . "' heateor-sss-data-href='" . $post_url . "'>" . $sharing_div . "</div>";
|
514 |
+
}
|
515 |
+
$content = $content . $vertical_div;
|
516 |
+
if ( current_filter() == 'the_content' ) {
|
517 |
+
$this->vertical_home_count++;
|
518 |
+
} elseif ( current_filter() == 'get_the_excerpt' ) {
|
519 |
+
$this->vertical_excerpt_count++;
|
520 |
+
}
|
521 |
+
}
|
522 |
+
} else {
|
523 |
+
$content = $content . $vertical_div;
|
524 |
+
}
|
525 |
+
}
|
526 |
+
} elseif ( count( $post_types ) ) {
|
527 |
+
foreach ( $post_types as $post_type ) {
|
528 |
+
if ( isset( $this->options['vertical_' . $post_type] ) && ( is_single() || is_page() ) && isset( $post -> post_type ) && $post -> post_type == $post_type ) {
|
529 |
+
$content = $content . $vertical_div;
|
530 |
+
}
|
531 |
+
}
|
532 |
+
}
|
533 |
+
}
|
534 |
+
return $content;
|
535 |
+
}
|
536 |
+
|
537 |
+
/**
|
538 |
+
* Return ajax response
|
539 |
+
*
|
540 |
+
* @since 1.0.0
|
541 |
+
*/
|
542 |
+
private function ajax_response( $response ) {
|
543 |
+
|
544 |
+
$response = apply_filters( 'heateor_sss_ajax_response_filter', $response );
|
545 |
+
die( json_encode( $response ) );
|
546 |
+
|
547 |
+
}
|
548 |
+
|
549 |
+
/**
|
550 |
+
* Get sharing count for providers
|
551 |
+
*
|
552 |
+
* @since 1.0.0
|
553 |
+
*/
|
554 |
+
public function fetch_share_counts() {
|
555 |
+
|
556 |
+
if ( isset( $_GET['urls'] ) && count( $_GET['urls'] ) > 0 ) {
|
557 |
+
$target_urls = array_unique( $_GET['urls'] );
|
558 |
+
foreach ( $target_urls as $k => $v ) {
|
559 |
+
$target_urls[$k] = esc_attr( $v );
|
560 |
+
}
|
561 |
+
} else {
|
562 |
+
$this->ajax_response( array( 'status' => 0, 'message' => __( 'Invalid request' ) ) );
|
563 |
+
}
|
564 |
+
$horizontal_sharing_networks = $this->options['horizontal_re_providers'] ? $this->options['horizontal_re_providers'] : array();
|
565 |
+
$vertical_sharing_networks = $this->options['vertical_re_providers'] ? $this->options['vertical_re_providers'] : array();
|
566 |
+
$sharing_networks = array_unique( array_merge( $horizontal_sharing_networks, $vertical_sharing_networks ) );
|
567 |
+
if ( count( $sharing_networks ) == 0 ) {
|
568 |
+
$this->ajax_response( array( 'status' => 0, 'message' => __( 'Providers not selected' ) ) );
|
569 |
+
}
|
570 |
+
$response_data = array();
|
571 |
+
foreach ( $target_urls as $target_url ) {
|
572 |
+
foreach ( $sharing_networks as $provider ) {
|
573 |
+
switch ( $provider ) {
|
574 |
+
case 'facebook':
|
575 |
+
$url = 'http://api.facebook.com/restserver.php?method=links.getStats&urls=' . $target_url . '&format=json&callback=';
|
576 |
+
break;
|
577 |
+
case 'linkedin':
|
578 |
+
$url = 'http://www.linkedin.com/countserv/count/share?url=' . $target_url . '&format=json';
|
579 |
+
break;
|
580 |
+
case 'reddit':
|
581 |
+
$url = 'http://www.reddit.com/api/info.json?url=' . $target_url;
|
582 |
+
break;
|
583 |
+
case 'delicious':
|
584 |
+
$url = 'http://feeds.delicious.com/v2/json/urlinfo/data?url=' . $target_url;
|
585 |
+
break;
|
586 |
+
case 'pinterest':
|
587 |
+
$url = 'http://api.pinterest.com/v1/urls/count.json?callback=heateorSss&url=' . $target_url;
|
588 |
+
break;
|
589 |
+
case 'buffer':
|
590 |
+
$url = 'https://api.bufferapp.com/1/links/shares.json?url=' . $target_url;
|
591 |
+
break;
|
592 |
+
case 'stumbleupon':
|
593 |
+
$url = 'http://www.stumbleupon.com/services/1.01/badge.getinfo?url=' . $target_url;
|
594 |
+
break;
|
595 |
+
case 'google_plus':
|
596 |
+
$url = 'http://share.yandex.ru/gpp.xml?url=' . $target_url;
|
597 |
+
break;
|
598 |
+
case 'vkontakte':
|
599 |
+
$url = 'https://vk.com/share.php?act=count&url=' . $target_url;
|
600 |
+
break;
|
601 |
+
default:
|
602 |
+
$url = '';
|
603 |
+
}
|
604 |
+
if ( $url == '' ) { continue; }
|
605 |
+
$response = wp_remote_get( $url, array( 'timeout' => 15 ) );
|
606 |
+
if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ) {
|
607 |
+
$body = wp_remote_retrieve_body( $response );
|
608 |
+
if ( $provider == 'pinterest' ) {
|
609 |
+
$body = str_replace( array( 'heateorSss(', ')' ), '', $body );
|
610 |
+
}
|
611 |
+
if ( ! in_array( $provider, array( 'google_plus', 'vkontakte') ) ) {
|
612 |
+
$body = json_decode( $body );
|
613 |
+
}
|
614 |
+
switch ( $provider ) {
|
615 |
+
case 'facebook':
|
616 |
+
if ( ! empty( $body[0] -> total_count ) ) {
|
617 |
+
$response_data[$target_url]['facebook'] = $body[0] -> total_count;
|
618 |
+
} else {
|
619 |
+
$response_data[$target_url]['facebook'] = 0;
|
620 |
+
}
|
621 |
+
break;
|
622 |
+
case 'linkedin':
|
623 |
+
if ( ! empty( $body -> count ) ) {
|
624 |
+
$response_data[$target_url]['linkedin'] = $body -> count;
|
625 |
+
} else {
|
626 |
+
$response_data[$target_url]['linkedin'] = 0;
|
627 |
+
}
|
628 |
+
break;
|
629 |
+
case 'reddit':
|
630 |
+
$response_data[$target_url]['reddit'] = 0;
|
631 |
+
if ( ! empty( $body -> data -> children ) ) {
|
632 |
+
$children = $body -> data -> children;
|
633 |
+
if ( ! empty( $children[0] -> data -> score ) ) {
|
634 |
+
$response_data[$target_url]['reddit'] = $children[0] -> data -> score;
|
635 |
+
}
|
636 |
+
}
|
637 |
+
break;
|
638 |
+
case 'delicious':
|
639 |
+
if ( ! empty( $body[0] -> total_posts ) ) {
|
640 |
+
$response_data[$target_url]['delicious'] = $body[0] -> total_posts;
|
641 |
+
} else {
|
642 |
+
$response_data[$target_url]['delicious'] = 0;
|
643 |
+
}
|
644 |
+
break;
|
645 |
+
case 'pinterest':
|
646 |
+
if ( ! empty( $body -> count ) ) {
|
647 |
+
$response_data[$target_url]['pinterest'] = $body -> count;
|
648 |
+
} else {
|
649 |
+
$response_data[$target_url]['pinterest'] = 0;
|
650 |
+
}
|
651 |
+
break;
|
652 |
+
case 'buffer':
|
653 |
+
if ( ! empty( $body -> shares ) ) {
|
654 |
+
$response_data[$target_url]['buffer'] = $body -> shares;
|
655 |
+
} else {
|
656 |
+
$response_data[$target_url]['buffer'] = 0;
|
657 |
+
}
|
658 |
+
break;
|
659 |
+
case 'stumbleupon':
|
660 |
+
if ( ! empty( $body -> result ) && isset( $body -> result -> views ) ) {
|
661 |
+
$response_data[$target_url]['stumbleupon'] = $body -> result -> views;
|
662 |
+
} else {
|
663 |
+
$response_data[$target_url]['stumbleupon'] = 0;
|
664 |
+
}
|
665 |
+
break;
|
666 |
+
case 'google_plus':
|
667 |
+
if ( ! empty( $body ) ) {
|
668 |
+
$response_data[$target_url]['google_plus'] = $body;
|
669 |
+
} else {
|
670 |
+
$response_data[$target_url]['google_plus'] = 0;
|
671 |
+
}
|
672 |
+
break;
|
673 |
+
case 'vkontakte':
|
674 |
+
if ( ! empty( $body ) ) {
|
675 |
+
$response_data[$target_url]['vkontakte'] = $body;
|
676 |
+
} else {
|
677 |
+
$response_data[$target_url]['vkontakte'] = 0;
|
678 |
+
}
|
679 |
+
break;
|
680 |
+
}
|
681 |
+
}
|
682 |
+
}
|
683 |
+
}
|
684 |
+
$this->ajax_response( array( 'status' => 1, 'message' => $response_data ) );
|
685 |
+
}
|
686 |
+
|
687 |
+
/**
|
688 |
+
* Stylesheets to load at front end.
|
689 |
+
*
|
690 |
+
* @since 1.0.0
|
691 |
+
*/
|
692 |
+
public function frontend_styles() {
|
693 |
+
?>
|
694 |
+
<style type="text/css">
|
695 |
+
.heateor_sss_horizontal_sharing .heateorSssSharing{
|
696 |
+
<?php if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
|
697 |
+
background-color: <?php echo $this->options['horizontal_bg_color_default'] ?>;
|
698 |
+
<?php }
|
699 |
+
if ( $this->options['horizontal_font_color_default'] != '' ) { ?>
|
700 |
+
color: <?php echo $this->options['horizontal_font_color_default'] ?>;
|
701 |
+
<?php }
|
702 |
+
$border_width = 0;
|
703 |
+
if ( $this->options['horizontal_border_width_default'] != '' ) {
|
704 |
+
$border_width = $this->options['horizontal_border_width_default'];
|
705 |
+
} elseif ( $this->options['horizontal_border_width_hover'] != '' ) {
|
706 |
+
$border_width = $this->options['horizontal_border_width_hover'];
|
707 |
+
}
|
708 |
+
?>
|
709 |
+
border-width: <?php echo $border_width ?>px;
|
710 |
+
border-style: solid;
|
711 |
+
border-color: <?php echo $this->options['horizontal_border_color_default'] != '' ? $this->options['horizontal_border_color_default'] : 'transparent'; ?>;
|
712 |
+
}
|
713 |
+
.heateor_sss_horizontal_sharing .heateorSssSharing:hover{
|
714 |
+
<?php if ( $this->options['horizontal_bg_color_hover'] != '' ) { ?>
|
715 |
+
background-color: <?php echo $this->options['horizontal_bg_color_hover'] ?>;
|
716 |
+
<?php }
|
717 |
+
if ( $this->options['horizontal_font_color_hover'] != '' ) { ?>
|
718 |
+
color: <?php echo $this->options['horizontal_font_color_hover'] ?>;
|
719 |
+
<?php } ?>
|
720 |
+
border-color: <?php echo $this->options['horizontal_border_color_hover'] != '' ? $this->options['horizontal_border_color_hover'] : 'transparent'; ?>;
|
721 |
+
}
|
722 |
+
.heateor_sss_vertical_sharing .heateorSssSharing{
|
723 |
+
<?php if ( $this->options['vertical_bg_color_default'] != '' ) { ?>
|
724 |
+
background-color: <?php echo $this->options['vertical_bg_color_default'] ?>;
|
725 |
+
<?php }
|
726 |
+
if ( $this->options['vertical_font_color_default'] != '' ) { ?>
|
727 |
+
color: <?php echo $this->options['vertical_font_color_default'] ?>;
|
728 |
+
<?php }
|
729 |
+
$verticalBorderWidth = 0;
|
730 |
+
if ( $this->options['vertical_border_width_default'] != '' ) {
|
731 |
+
$verticalBorderWidth = $this->options['vertical_border_width_default'];
|
732 |
+
} elseif ( $this->options['vertical_border_width_hover'] != '' ) {
|
733 |
+
$verticalBorderWidth = $this->options['vertical_border_width_hover'];
|
734 |
+
}
|
735 |
+
?>
|
736 |
+
border-width: <?php echo $verticalBorderWidth ?>px;
|
737 |
+
border-style: solid;
|
738 |
+
border-color: <?php echo $this->options['vertical_border_color_default'] != '' ? $this->options['vertical_border_color_default'] : 'transparent'; ?>;
|
739 |
+
}
|
740 |
+
.heateor_sss_vertical_sharing .heateorSssSharing:hover{
|
741 |
+
<?php if ( $this->options['vertical_bg_color_hover'] != '' ) { ?>
|
742 |
+
background-color: <?php echo $this->options['vertical_bg_color_hover'] ?>;
|
743 |
+
<?php }
|
744 |
+
if ( $this->options['vertical_font_color_hover'] != '' ) { ?>
|
745 |
+
color: <?php echo $this->options['vertical_font_color_hover'] ?>;
|
746 |
+
<?php } ?>
|
747 |
+
border-color: <?php echo $this->options['vertical_border_color_hover'] != '' ? $this->options['vertical_border_color_hover'] : 'transparent'; ?>;
|
748 |
+
}
|
749 |
+
<?php
|
750 |
+
if ( isset( $this->options['horizontal_counts'] ) ) {
|
751 |
+
$svg_height = $this->options['horizontal_sharing_shape'] == 'rectangle' ? $this->options['horizontal_sharing_height'] : $this->options['horizontal_sharing_size'];
|
752 |
+
if ( isset( $this->options['horizontal_counter_position'] ) && in_array( $this->options['horizontal_counter_position'], array( 'inner_top', 'inner_bottom' ) ) ) {
|
753 |
+
$line_height_percent = $this->options['horizontal_counter_position'] == 'inner_top' ? 38 : 19;
|
754 |
+
?>
|
755 |
+
div.heateor_sss_horizontal_sharing .heateorSssSharingSvg{height:70%;margin-top:<?php echo $svg_height*15/100 ?>px}div.heateor_sss_horizontal_sharing .heateor_sss_square_count{line-height:<?php echo $svg_height*$line_height_percent/100 ?>px;}
|
756 |
+
<?php
|
757 |
+
} elseif ( isset( $this->options['horizontal_counter_position'] ) && in_array( $this->options['horizontal_counter_position'], array( 'inner_left', 'inner_right' ) ) ) { ?>
|
758 |
+
div.heateor_sss_horizontal_sharing .heateorSssSharingSvg{width:50%;margin:auto;}div.heateor_sss_horizontal_sharing .heateor_sss_square_count{float:left;width:50%;line-height:<?php echo $svg_height; ?>px;}
|
759 |
+
<?php
|
760 |
+
} elseif ( isset( $this->options['horizontal_counter_position'] ) && in_array( $this->options['horizontal_counter_position'], array( 'left', 'right' ) ) ) { ?>
|
761 |
+
div.heateor_sss_horizontal_sharing .heateor_sss_square_count{float:<?php echo $this->options['horizontal_counter_position'] ?>;margin:0 8px;line-height:<?php echo $svg_height + 2 * $border_width; ?>px;}
|
762 |
+
<?php
|
763 |
+
} elseif ( isset( $this->options['horizontal_counter_position'] ) && $this->options['horizontal_counter_position'] == 'top' ) { ?>
|
764 |
+
div.heateor_sss_horizontal_sharing .heateor_sss_square_count{display: block}
|
765 |
+
<?php
|
766 |
+
}
|
767 |
+
|
768 |
+
}
|
769 |
+
if ( isset( $this->options['vertical_counts'] ) ) {
|
770 |
+
$vertical_svg_height = $this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_height'] : $this->options['vertical_sharing_size'];
|
771 |
+
$vertical_svg_width = $this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_width'] : $this->options['vertical_sharing_size'];
|
772 |
+
if ( isset( $this->options['vertical_counter_position'] ) && in_array( $this->options['vertical_counter_position'], array( 'inner_top', 'inner_bottom' ) ) ) {
|
773 |
+
$vertical_line_height_percent = $this->options['vertical_counter_position'] == 'inner_top' ? 38 : 19;
|
774 |
+
?>
|
775 |
+
div.heateor_sss_vertical_sharing .heateorSssSharingSvg{height:70%;margin-top:<?php echo $svg_height*15/100 ?>px}div.heateor_sss_vertical_sharing .heateor_sss_square_count{line-height:<?php echo $vertical_svg_height*$vertical_line_height_percent/100; ?>px;}
|
776 |
+
<?php
|
777 |
+
} elseif ( isset( $this->options['vertical_counter_position'] ) && in_array( $this->options['vertical_counter_position'], array( 'inner_left', 'inner_right' ) ) ) { ?>
|
778 |
+
div.heateor_sss_vertical_sharing .heateorSssSharingSvg{width:50%;margin:auto;}div.heateor_sss_vertical_sharing .heateor_sss_square_count{float:left;width:50%;line-height:<?php echo $vertical_svg_height; ?>px;}
|
779 |
+
<?php
|
780 |
+
} elseif ( isset( $this->options['vertical_counter_position'] ) && in_array( $this->options['vertical_counter_position'], array( 'left', 'right' ) ) ) { ?>
|
781 |
+
div.heateor_sss_vertical_sharing .heateor_sss_square_count{float:<?php echo $this->options['vertical_counter_position'] ?>;margin:0 8px;line-height:<?php echo $vertical_svg_height; ?>px; <?php echo $this->options['vertical_counter_position'] == 'left' ? 'min-width:' . $vertical_svg_width*30/100 . 'px;display: block' : '';?>}
|
782 |
+
<?php
|
783 |
+
} elseif ( isset( $this->options['vertical_counter_position'] ) && $this->options['vertical_counter_position'] == 'top' ) { ?>
|
784 |
+
div.heateor_sss_vertical_sharing .heateor_sss_square_count{display: block}
|
785 |
+
<?php
|
786 |
+
}
|
787 |
+
}
|
788 |
+
echo isset( $this->options['hide_mobile_sharing'] ) && $this->options['vertical_screen_width'] != '' ? '@media screen and (max-width:' . $this->options['vertical_screen_width'] . 'px){.heateor_sss_vertical_sharing{display:none!important}}' : '';
|
789 |
+
$bottom_sharing_postion_inverse = $this->options['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
|
790 |
+
echo isset( $this->options['bottom_mobile_sharing'] ) && $this->options['horizontal_screen_width'] != '' ? '@media screen and (max-width:' . $this->options['horizontal_screen_width'] . 'px){.heateor_sss_bottom_sharing{' . ( $this->options['bottom_sharing_position'] != '' ? $this->options['bottom_sharing_alignment'] . ':' . $this->options['bottom_sharing_position'] . 'px!important;' . $bottom_sharing_postion_inverse . ':auto!important;' : '' ) . 'display:block!important;width: auto!important;bottom: -10px!important;top: auto!important;}.heateor_sss_bottom_sharing .heateor_sss_square_count{line-height: inherit;}.heateor_sss_bottom_sharing .heateorSssSharingArrow{display:none;}.heateor_sss_bottom_sharing .heateorSssTCBackground{margin-right: 1.1em !important}}' : '';
|
791 |
+
echo $this->options['custom_css'];
|
792 |
+
?>
|
793 |
+
</style>
|
794 |
+
<?php
|
795 |
+
wp_enqueue_style( 'heateor_sss_frontend_css', plugins_url( 'css/sassy-social-share-public.css', __FILE__ ), false, $this->version );
|
796 |
+
$default_svg = false;
|
797 |
+
if ( isset( $this->options['hor_enable'] ) ) {
|
798 |
+
if ( isset( $this->options['horizontal_more'] ) ) {
|
799 |
+
$default_svg = true;
|
800 |
+
}
|
801 |
+
if ( $this->options['horizontal_font_color_default'] != '' ) {
|
802 |
+
wp_enqueue_style( 'heateor_sss_sharing_svg', plugins_url( '../admin/css/sassy-social-share-default-svg-horizontal.css', __FILE__ ), false, $this->version );
|
803 |
+
} else {
|
804 |
+
$default_svg = true;
|
805 |
+
}
|
806 |
+
if ( $this->options['horizontal_font_color_hover'] != '' ) {
|
807 |
+
wp_enqueue_style( 'heateor_sss_sharing_svg_hover', plugins_url( '../admin/css/sassy-social-share-hover-svg-horizontal.css', __FILE__ ), false, $this->version );
|
808 |
+
}
|
809 |
+
}
|
810 |
+
if ( isset( $this->options['vertical_enable'] ) ) {
|
811 |
+
if ( isset( $this->options['vertical_more'] ) ) {
|
812 |
+
$default_svg = true;
|
813 |
+
}
|
814 |
+
if ( $this->options['vertical_font_color_default'] != '' ) {
|
815 |
+
wp_enqueue_style( 'heateor_sss_vertical_sharing_svg', plugins_url( '../admin/css/sassy-social-share-default-svg-vertical.css', __FILE__ ), false, $this->version );
|
816 |
+
} else {
|
817 |
+
$default_svg = true;
|
818 |
+
}
|
819 |
+
if ( $this->options['vertical_font_color_hover'] != '' ) {
|
820 |
+
wp_enqueue_style( 'heateor_sss_vertical_sharing_svg_hover', plugins_url( '../admin/css/sassy-social-share-hover-svg-vertical.css', __FILE__ ), false, $this->version );
|
821 |
+
}
|
822 |
+
}
|
823 |
+
if ( $default_svg ) {
|
824 |
+
wp_enqueue_style( 'heateor_sss_sharing_default_svg', plugins_url( '../admin/css/sassy-social-share-svg.css', __FILE__ ), false, $this->version );
|
825 |
+
}
|
826 |
+
|
827 |
+
}
|
828 |
+
}
|
public/css/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
public/css/sassy-social-share-public.css
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
1 |
+
@charset "utf-8";#heateor_sss_error{color:red;margin:7px 0}.heateor_sss_login_container{margin:2px 0}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sss_login_container img{display:none;float:left}#heateor_sss_loading_image{display:block!important;float:none}.heateor_sss_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important}#heateor_sss_popup_bg{background:url(../../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sss_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sss_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sss_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#heateor_sss_sharing_more_providers .close-button img{margin:0;}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sss_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#heateor_sss_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#heateor_sss_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sss_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.heateor_sss_login_ul,ul.heateor_sss_sharing_ul{list-style:none!important;padding-left:0!important}.heateorSssXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.heateorSssFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.heateorSssLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.heateorSssGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.heateorSssInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.heateorSssLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.heateorSssTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.heateorSssVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.heateor_sss_sharing_ul{margin:1px 0!important}#heateor_sss_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.heateor_sss_sharing_ul li.heateorSssSharingRound{background:0 0!important}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em}ul.heateor_sss_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}ul.heateor_sss_login_ul li:before,ul.heateor_sss_sharing_ul li:before{content:none!important}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span{vertical-align:top!important}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000!important}.heateor_sss_counter_container li{height:21px}.heateorSssInstagramBackground{background-color:#624E47}.heateorSssYummlyBackground{background-color:#E16120}.heateorSssBufferBackground{background-color:#000}.heateorSssDeliciousBackground{background-color:#53BEEE}.heateorSssFacebookBackground{background-color:#3C589A}.heateorSssDiggBackground{background-color:#006094}.heateorSssEmailBackground{background-color:#649A3F}.heateorSssFloatitBackground{background-color:#53BEEE}.heateorSssGoogleBackground{background-color:#dd4b39}.heateorSssGoogleplusBackground{background-color:#dd4b39}.heateorSssLinkedinBackground{background-color:#2886EF}.heateorSssMoreBackground{background-color:#EE8E2D}.heateorSssPinterestBackground{background-color:#CC2329}.heateorSssPrintBackground{background-color:#FD6500}.heateorSssRedditBackground{background-color:#247CED}.heateorSssStumbleuponBackground{background-color:#EA4823}.heateorSssTumblrBackground{background-color:#29435D}.heateorSssTwitterBackground{background-color:#14B2C8}.heateorSssVkontakteBackground{background-color:#5E84AC}.heateorSssYahooBackground{background-color:#8F03CC}.heateorSssXingBackground{background-color:#00797D}.heateorSssWhatsappBackground{background-color:#55EB4C}.heateorSssTCBackground,.heateorSssTCBackground:hover{border-width: 0!important;background-color:transparent;}.heateorSssTCBackground,.heateorSssSharingTotalsharesButton{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.heateorSssPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.heateorSssCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSssTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.heateorSssTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}div.heateor_sss_horizontal_sharing li{width:auto}.heateorSssAIMBackground{background-color: #fff}.heateorSssAmazonWishListBackground{background-color: #fff}.heateorSssAOLMailBackground{background-color: #2A2A2A}.heateorSssAppnetBackground{background-color: #5D5D5D}.heateorSssBaiduBackground{background-color: #fff}.heateorSssBalatarinBackground{background-color: #fff}.heateorSssBibSonomyBackground{background-color: #fff}.heateorSssBittyBrowserBackground{background-color: #EFEFEF}.heateorSssBlinklistBackground{background-color: #3D3C3B}.heateorSssBloggerPostBackground{background-color: #FDA352}.heateorSssBlogMarksBackground{background-color: #535353}.heateorSssBookmarksfrBackground{background-color: #E8EAD4}.heateorSssBoxnetBackground{background-color: #1A74B0}.heateorSssBuddyMarksBackground{background-color: #fff}.heateorSssCare2NewsBackground{background-color: #6EB43F}.heateorSssCiteULikeBackground{background-color: #2781CD}.heateorSssDiaryRuBackground{background-color: #E8D8C6}.heateorSssDiasporaBackground{background-color: #2E3436}.heateorSssDiHITTBackground{background-color: #FF6300}.heateorSssDiigoBackground{background-color: #4A8BCA}.heateorSssDZoneBackground{background-color: #fff}.heateorSssEvernoteBackground{background-color: #8BE056}.heateorSssFarkBackground{background-color: #555}
|
2 |
+
.heateorSssFlipboardBackground{background-color: #CC0000}.heateorSssFolkdBackground{background-color: #fff}.heateorSssGoogleBookmarksBackground{background-color: #CB0909}.heateorSssGoogleGmailBackground{background-color: #E5E5E5}.heateorSssHackerNewsBackground{background-color: #F60}.heateorSssHatenaBackground{background-color: #00A6DB}.heateorSssInstapaperBackground{background-color: #EDEDED}.heateorSssJamespotBackground{background-color: #FF9E2C}.heateorSssKakaoBackground{background-color: #FCB700}.heateorSssKindleItBackground{background-color: #2A2A2A}.heateorSssKnownBackground{background-color: #FFF}.heateorSssLineBackground{background-color: #00C300}.heateorSssLiveJournalBackground{background-color: #EDEDED}.heateorSssMailRuBackground{background-color: #356FAC}.heateorSssMendeleyBackground{background-color: #A70805}.heateorSssMeneameBackground{background-color: #FF7D12}.heateorSssMixiBackground{background-color: #EDEDED}.heateorSssMySpaceBackground{background-color: #2A2A2A}.heateorSssNetlogBackground{background-color: #2A2A2A}.heateorSssNetvouzBackground{background-color: #fff}.heateorSssNewsVineBackground{background-color: #055D00}.heateorSssNUjijBackground{background-color: #D40000}.heateorSssOdnoklassnikiBackground{background-color: #F2720C}.heateorSssOknotizieBackground{background-color: #fff}.heateorSssOutlookcomBackground{background-color: #fff}.heateorSssPinboardBackground{background-color: #1341DE}.heateorSssPlurkBackground{background-color: #CF682F}.heateorSssPocketBackground{background-color: #fff}.heateorSssPrintFriendlyBackground{background-color: #61D1D5}.heateorSssProtopageBookmarksBackground{background-color: #413FFF}.heateorSssPushaBackground{background-color: #0072B8}.heateorSssQzoneBackground{background-color: #2B82D9}.heateorSssRediffMyPageBackground{background-color: #D20000}.heateorSssRenrenBackground{background-color: #005EAC}.heateorSssSegnaloBackground{background-color: #fff}.heateorSssSinaWeiboBackground{background-color: #fff}.heateorSssSiteJotBackground{background-color: #fff}.heateorSssSlashdotBackground{background-color: #004242}.heateorSssStumpediaBackground{background-color: #EDEDED}.heateorSssSvejoBackground{background-color: #FAFAFA}.heateorSssSymbalooFeedsBackground{background-color: #6DA8F7}.heateorSssTuentiBackground{background-color: #0075C9}.heateorSssTwiddlaBackground{background-color: #EDEDED}.heateorSssTypePadPostBackground{background-color: #2A2A2A}.heateorSssViadeoBackground{background-color: #2A2A2A}.heateorSssWaneloBackground{background-color: #fff}.heateorSssWebnewsBackground{background-color: #CC2512}.heateorSssWordPressBackground{background-color: #464646}.heateorSssWykopBackground{background-color: #367DA9}.heateorSssYahooMailBackground{background-color: #400090}.heateorSssYahooMessengerBackground{background-color: #400090}.heateorSssYoolinkBackground{background-color: #A2C538}.heateorSssYouMobBackground{background-color: #3B599D}i.heateorSssWhatsappBackground a{display: inline!important}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:110px}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:117px}div.heateor_sss_horizontal_sharing li.heateor_sss_google_plusone{width:74px}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:81px;}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly_share{width:81px}div.heateor_sss_horizontal_sharing li.heateor_sss_google_plus_share{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px}div.heateor_sss_horizontal_sharing li.heateor_sss_xing_share{width:98px}div.heateor_sss_horizontal_sharing .heateor_sss_stumbleupon_badge{width:80px}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#heateor_sss_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}
|
public/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
public/js/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php // Silence is golden
|
public/js/sassy-social-share-public.js
ADDED
@@ -0,0 +1,686 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
function heateorSssCallAjax(e){if(typeof jQuery!="undefined"){e()}else{heateorSssGetScript("http://code.jquery.com/jquery-latest.min.js",e)}}
|
2 |
+
|
3 |
+
function heateorSssGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}
|
4 |
+
|
5 |
+
/**
|
6 |
+
* Show more sharing services popup
|
7 |
+
*/
|
8 |
+
function heateorSssMoreSharingPopup(elem, postUrl, postTitle){
|
9 |
+
concate = '</ul></div><div class="footer-panel"><p></p></div></div>';
|
10 |
+
var heateorSssMoreSharingServices = {
|
11 |
+
facebook: {
|
12 |
+
title: "Facebook",
|
13 |
+
locale: "en-US",
|
14 |
+
redirect_url: "http://www.facebook.com/sharer.php?u=" + postUrl + "&t=" + postTitle + "&v=3",
|
15 |
+
},
|
16 |
+
twitter: {
|
17 |
+
title: "Twitter",
|
18 |
+
locale: "en-US",
|
19 |
+
redirect_url: "http://twitter.com/intent/tweet?text=" + postTitle + " " + postUrl,
|
20 |
+
},
|
21 |
+
google: {
|
22 |
+
title: "Google plus",
|
23 |
+
locale: "en-US",
|
24 |
+
redirect_url: "https://plus.google.com/share?url=" + postUrl,
|
25 |
+
},
|
26 |
+
linkedin: {
|
27 |
+
title: "Linkedin",
|
28 |
+
locale: "en-US",
|
29 |
+
redirect_url: "http://www.linkedin.com/shareArticle?mini=true&url=" + postUrl + "&title=" + postTitle,
|
30 |
+
},
|
31 |
+
pinterest: {
|
32 |
+
title: "Pinterest",
|
33 |
+
locale: "en-US",
|
34 |
+
redirect_url: "https://pinterest.com/pin/create/button/?url=" + postUrl + "&media=${media_link}&description=" + postTitle,
|
35 |
+
bookmarklet_url: "javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());"
|
36 |
+
},
|
37 |
+
yahoo_bookmarks: {
|
38 |
+
title: "Yahoo",
|
39 |
+
locale: "en-US",
|
40 |
+
redirect_url: "http://bookmarks.yahoo.com/toolbar/savebm?u=" + postUrl + "&t=" + postTitle,
|
41 |
+
},
|
42 |
+
email: {
|
43 |
+
title: "Email",
|
44 |
+
locale: "en-US",
|
45 |
+
redirect_url: "mailto:?subject=" + postTitle + "&body=Link: " + postUrl,
|
46 |
+
},
|
47 |
+
delicious: {
|
48 |
+
title: "Delicious",
|
49 |
+
locale: "en-US",
|
50 |
+
redirect_url: "http://delicious.com/save?url=" + postUrl + "&title=" + postTitle,
|
51 |
+
},
|
52 |
+
reddit: {
|
53 |
+
title: "Reddit",
|
54 |
+
locale: "en-US",
|
55 |
+
redirect_url: "http://reddit.com/submit?url=" + postUrl + "&title=" + postTitle,
|
56 |
+
},
|
57 |
+
float_it: {
|
58 |
+
title: "Float it",
|
59 |
+
locale: "en-US",
|
60 |
+
redirect_url: "http://www.designfloat.com/submit.php?url=" + postUrl + "&title=" + postTitle,
|
61 |
+
},
|
62 |
+
google_mail: {
|
63 |
+
title: "Google Gmail",
|
64 |
+
locale: "en-US",
|
65 |
+
redirect_url: "https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=" + postTitle + "&body=Link: " + postUrl,
|
66 |
+
},
|
67 |
+
google_bookmarks: {
|
68 |
+
title: "Google Bookmarks",
|
69 |
+
locale: "en-US",
|
70 |
+
redirect_url: "http://www.google.com/bookmarks/mark?op=edit&bkmk=" + postUrl + "&title=" + postTitle,
|
71 |
+
},
|
72 |
+
digg: {
|
73 |
+
title: "Digg",
|
74 |
+
locale: "en-US",
|
75 |
+
redirect_url: "http://digg.com/submit?phase=2&url=" + postUrl + "&title=" + postTitle,
|
76 |
+
},
|
77 |
+
stumbleupon: {
|
78 |
+
title: "Stumbleupon",
|
79 |
+
locale: "en-US",
|
80 |
+
redirect_url: "http://www.stumbleupon.com/submit?url=" + postUrl + "&title=" + postTitle,
|
81 |
+
},
|
82 |
+
printfriendly: {
|
83 |
+
title: "PrintFriendly",
|
84 |
+
locale: "en-US",
|
85 |
+
redirect_url: "http://www.printfriendly.com/print?url=" + postUrl,
|
86 |
+
},
|
87 |
+
print: {
|
88 |
+
title: "Print",
|
89 |
+
locale: "en-US",
|
90 |
+
redirect_url: "http://www.printfriendly.com/print?url=" + postUrl,
|
91 |
+
},
|
92 |
+
tumblr: {
|
93 |
+
title: "Tumblr",
|
94 |
+
locale: "en-US",
|
95 |
+
redirect_url: "http://www.tumblr.com/share?v=3&u=" + postUrl + "&t=" + postTitle,
|
96 |
+
bookmarklet_url: "javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://www.tumblr.com/share',l=d.location,e=encodeURIComponent,p='?v=3&u='+e(l.href) +'&t='+e(d.title) +'&s='+e(s),u=f+p;try{if(!/^(.*\\.)?tumblr[^.]*$/.test(l.host))throw(0);tstbklt();}catch(z){a =function(){if(!w.open(u,'t','toolbar=0,resizable=0,status=1,width=450,height=430'))l.href=u;};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else a();}void(0);"
|
97 |
+
},
|
98 |
+
vk: {
|
99 |
+
title: "Vkontakte",
|
100 |
+
locale: "ru",
|
101 |
+
redirect_url: "https://vk.com/share.php?url=" + postUrl + "&title=" + postTitle,
|
102 |
+
},
|
103 |
+
evernote: {
|
104 |
+
title: "Evernote",
|
105 |
+
locale: "en-US",
|
106 |
+
redirect_url: "https://www.evernote.com/clip.action?url=" + postUrl + "&title=" + postTitle,
|
107 |
+
bookmarklet_url: "javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();"
|
108 |
+
},
|
109 |
+
amazon_us_wish_list: {
|
110 |
+
title: "Amazon Wish List",
|
111 |
+
locale: "en-US",
|
112 |
+
redirect_url: "http://www.amazon.com/wishlist/add?u=" + postUrl + "&t=" + postTitle,
|
113 |
+
bookmarklet_url: "javascript:(function(){var w=window,l=w.location,d=w.document,s=d.createElement('script'),e=encodeURIComponent,x='undefined',u='http://www.amazon.com/gp/wishlist/add';if(typeof s!='object')l.href=u+'?u='+e(l)+'&t='+e(d.title);function g(){if(d.readyState&&d.readyState!='complete'){setTimeout(g,200);}else{if(typeof AUWLBook==x)s.setAttribute('src',u+'.js?loc='+e(l)),d.body.appendChild(s);function f(){(typeof AUWLBook==x)?setTimeout(f,200):AUWLBook.showPopover();}f();}}g();}())"
|
114 |
+
},
|
115 |
+
wordpress_blog: {
|
116 |
+
title: "WordPress",
|
117 |
+
locale: "en-US",
|
118 |
+
redirect_url: "http://www.addtoany.com/ext/wordpress/press_this?linkurl=" + postUrl + "&linkname=" + postTitle,
|
119 |
+
},
|
120 |
+
whatsapp: {
|
121 |
+
title: "Whatsapp",
|
122 |
+
locale: "en-US",
|
123 |
+
redirect_url: "whatsapp://send?text=" + postTitle + " " + postUrl,
|
124 |
+
},
|
125 |
+
diigo: {
|
126 |
+
title: "Diigo",
|
127 |
+
locale: "en-US",
|
128 |
+
redirect_url: "http://www.diigo.com/post?url=" + postUrl + "&title=" + postTitle,
|
129 |
+
},
|
130 |
+
yc_hacker_news: {
|
131 |
+
title: "Hacker News",
|
132 |
+
locale: "en-US",
|
133 |
+
redirect_url: "http://news.ycombinator.com/submitlink?u=" + postUrl + "&t=" + postTitle,
|
134 |
+
},
|
135 |
+
box_net: {
|
136 |
+
title: "Box.net",
|
137 |
+
locale: "en-US",
|
138 |
+
redirect_url: "https://www.box.net/api/1.0/import?url=" + postUrl + "&name=" + postTitle + "&import_as=link",
|
139 |
+
},
|
140 |
+
aol_mail: {
|
141 |
+
title: "AOL Mail",
|
142 |
+
locale: "en-US",
|
143 |
+
redirect_url: "http://webmail.aol.com/25045/aol/en-us/Mail/compose-message.aspx?subject=" + postTitle + "&body=" + postUrl,
|
144 |
+
},
|
145 |
+
yahoo_mail: {
|
146 |
+
title: "Yahoo Mail",
|
147 |
+
locale: "en-US",
|
148 |
+
redirect_url: "http://compose.mail.yahoo.com/?Subject=" + postTitle + "&body=Link: " + postUrl,
|
149 |
+
},
|
150 |
+
instapaper: {
|
151 |
+
title: "Instapaper",
|
152 |
+
locale: "en-US",
|
153 |
+
redirect_url: "http://www.instapaper.com/edit?url=" + postUrl + "&title=" + postTitle,
|
154 |
+
},
|
155 |
+
plurk: {
|
156 |
+
title: "Plurk",
|
157 |
+
locale: "en-US",
|
158 |
+
redirect_url: "http://www.plurk.com/m?content=" + postUrl + "&qualifier=shares",
|
159 |
+
},
|
160 |
+
wanelo: {
|
161 |
+
title: "Wanelo",
|
162 |
+
locale: "en-US",
|
163 |
+
redirect_url: "http://wanelo.com/p/post?bookmarklet=&images%5B%5D=&url=" + postUrl + "&title=" + postTitle + "&price=&shop=",
|
164 |
+
bookmarklet_url: "javascript:void ((function(url){if(!window.waneloBookmarklet){var productURL=encodeURIComponent(url),cacheBuster=Math.floor(Math.random()*1e3),element=document.createElement('script');element.setAttribute('src','//wanelo.com/bookmarklet/3/setup?*='+cacheBuster+'&url='+productURL),element.onload=init,element.setAttribute('type','text/javascript'),document.getElementsByTagName('head')[0].appendChild(element)}else init();function init(){window.waneloBookmarklet()}})(window.location.href))"
|
165 |
+
},
|
166 |
+
aim: {
|
167 |
+
title: "AIM",
|
168 |
+
locale: "en-US",
|
169 |
+
redirect_url: "http://share.aim.com/share/?url=" + postUrl + "&title=" + postTitle,
|
170 |
+
},
|
171 |
+
stumpedia: {
|
172 |
+
title: "Stumpedia",
|
173 |
+
locale: "en-US",
|
174 |
+
redirect_url: "http://www.stumpedia.com/submit?url=" + postUrl + "&title=" + postTitle,
|
175 |
+
},
|
176 |
+
viadeo: {
|
177 |
+
title: "Viadeo",
|
178 |
+
locale: "en-US",
|
179 |
+
redirect_url: "http://www.viadeo.com/shareit/share/?url=" + postUrl + "&title=" + postTitle,
|
180 |
+
},
|
181 |
+
yahoo_messenger: {
|
182 |
+
title: "Yahoo Messenger",
|
183 |
+
locale: "en-US",
|
184 |
+
redirect_url: "ymsgr:sendim?m=" + postUrl,
|
185 |
+
},
|
186 |
+
pinboard_in: {
|
187 |
+
title: "Pinboard",
|
188 |
+
locale: "en-US",
|
189 |
+
redirect_url: "http://pinboard.in/add?url=" + postUrl + "&title=" + postTitle,
|
190 |
+
},
|
191 |
+
blogger_post: {
|
192 |
+
title: "Blogger Post",
|
193 |
+
locale: "en-US",
|
194 |
+
redirect_url: "http://www.blogger.com/blog_this.pyra?t=&u=" + postUrl + "&l&n=" + postTitle,
|
195 |
+
},
|
196 |
+
typepad_post: {
|
197 |
+
title: "TypePad Post",
|
198 |
+
locale: "en-US",
|
199 |
+
redirect_url: "http://www.typepad.com/services/quickpost/post?v=2&qp_show=ac&qp_title=" + postTitle + "&qp_href=" + postUrl + "&qp_text=" + postTitle,
|
200 |
+
},
|
201 |
+
buffer: {
|
202 |
+
title: "Buffer",
|
203 |
+
locale: "en-US",
|
204 |
+
redirect_url: "http://bufferapp.com/add?url=" + postUrl + "&text=" + postTitle,
|
205 |
+
},
|
206 |
+
flipboard: {
|
207 |
+
title: "Flipboard",
|
208 |
+
locale: "en-US",
|
209 |
+
redirect_url: "https://share.flipboard.com/flipit/load?v=1.0&url=" + postUrl + "&title=" + postTitle,
|
210 |
+
},
|
211 |
+
mail: {
|
212 |
+
title: "Email",
|
213 |
+
locale: "en-US",
|
214 |
+
redirect_url: "mailto:?subject=" + postTitle + "&body=Link: " + postUrl,
|
215 |
+
},
|
216 |
+
pocket: {
|
217 |
+
title: "Pocket",
|
218 |
+
locale: "en-US",
|
219 |
+
redirect_url: "https://readitlaterlist.com/save?url=" + postUrl + "&title=" + postTitle,
|
220 |
+
},
|
221 |
+
fark: {
|
222 |
+
title: "Fark",
|
223 |
+
locale: "en-US",
|
224 |
+
redirect_url: "http://cgi.fark.com/cgi/fark/submit.pl?new_url=" + postUrl,
|
225 |
+
},
|
226 |
+
yummly: {
|
227 |
+
title: "Yummly",
|
228 |
+
locale: "en-US",
|
229 |
+
redirect_url: "http://www.yummly.com/urb/verify?url=" + postUrl + "&title=" + postTitle,
|
230 |
+
},
|
231 |
+
app_net: {
|
232 |
+
title: "App.net",
|
233 |
+
locale: "en-US",
|
234 |
+
redirect_url: "https://account.app.net/login/",
|
235 |
+
},
|
236 |
+
baidu: {
|
237 |
+
title: "Baidu",
|
238 |
+
locale: "en-US",
|
239 |
+
redirect_url: "http://cang.baidu.com/do/add?it=" + postTitle + "&iu=" + postUrl,
|
240 |
+
},
|
241 |
+
balatarin: {
|
242 |
+
title: "Balatarin",
|
243 |
+
locale: "en-US",
|
244 |
+
redirect_url: "https://www.balatarin.com/login",
|
245 |
+
},
|
246 |
+
bibSonomy: {
|
247 |
+
title: "BibSonomy",
|
248 |
+
locale: "en-US",
|
249 |
+
redirect_url: "http://www.bibsonomy.org/login",
|
250 |
+
},
|
251 |
+
Bitty_Browser: {
|
252 |
+
title: "Bitty Browser",
|
253 |
+
locale: "en-US",
|
254 |
+
redirect_url: "http://www.bitty.com/manual/?contenttype=&contentvalue=" + postUrl,
|
255 |
+
},
|
256 |
+
Blinklist: {
|
257 |
+
title: "Blinklist",
|
258 |
+
locale: "en-US",
|
259 |
+
redirect_url: "http://blinklist.com/blink?t=" + postTitle + "&d=&u=" + postUrl,
|
260 |
+
},
|
261 |
+
BlogMarks: {
|
262 |
+
title: "BlogMarks",
|
263 |
+
locale: "en-US",
|
264 |
+
redirect_url: "http://blogmarks.net/my/new.php?mini=1&simple=1&title=" + postTitle + "&url=" + postUrl,
|
265 |
+
},
|
266 |
+
Bookmarks_fr: {
|
267 |
+
title: "Bookmarks.fr",
|
268 |
+
locale: "en-US",
|
269 |
+
redirect_url: "http://www.bookmarks.fr/Connexion/?action=add&address=" + postUrl + "&title=" + postTitle,
|
270 |
+
},
|
271 |
+
BuddyMarks: {
|
272 |
+
title: "BuddyMarks",
|
273 |
+
locale: "en-US",
|
274 |
+
redirect_url: "http://buddymarks.com/login.php?bookmark_title=" + postTitle + "&bookmark_url=" + postUrl + "&bookmark_desc=&bookmark_tags=",
|
275 |
+
},
|
276 |
+
Care2_news: {
|
277 |
+
title: "Care2 News",
|
278 |
+
locale: "en-US",
|
279 |
+
redirect_url: "http://www.care2.com/passport/login.html?promoID=10&pg=http://www.care2.com/news/compose?sharehint=news&share[share_type]news&bookmarklet=Y&share[title]=" + postTitle + "&share[link_url]=" + postUrl + "&share[content]=",
|
280 |
+
},
|
281 |
+
CiteULike: {
|
282 |
+
title: "Cite U Like",
|
283 |
+
locale: "en-US",
|
284 |
+
redirect_url: "http://www.citeulike.org/posturl?url=" + postUrl + "&title=" + postTitle,
|
285 |
+
},
|
286 |
+
Diary_Ru: {
|
287 |
+
title: "Diary.Ru",
|
288 |
+
locale: "en-US",
|
289 |
+
redirect_url: "http://www.diary.ru/?newpost&title=" + postTitle + "&text=" + postUrl,
|
290 |
+
},
|
291 |
+
diHITT: {
|
292 |
+
title: "diHITT",
|
293 |
+
locale: "en-US",
|
294 |
+
redirect_url: "http://www.dihitt.com/submit?url=" + postUrl + "&title=" + postTitle,
|
295 |
+
},
|
296 |
+
dzone: {
|
297 |
+
title: "DZone",
|
298 |
+
locale: "en-US",
|
299 |
+
redirect_url: "http://www.dzone.com/links/add.html?url=" + postUrl + "&title=" + postTitle,
|
300 |
+
},
|
301 |
+
Folkd: {
|
302 |
+
title: "Folkd",
|
303 |
+
locale: "en-US",
|
304 |
+
redirect_url: "http://www.folkd.com/page/social-bookmarking.html?addurl=" + postUrl,
|
305 |
+
},
|
306 |
+
Hatena: {
|
307 |
+
title: "Hatena",
|
308 |
+
locale: "en-US",
|
309 |
+
redirect_url: "http://b.hatena.ne.jp/bookmarklet?url=" + postUrl + "&btitle=" + postTitle,
|
310 |
+
},
|
311 |
+
Jamespot: {
|
312 |
+
title: "Jamespot",
|
313 |
+
locale: "en-US",
|
314 |
+
redirect_url: "//my.jamespot.com/",
|
315 |
+
},
|
316 |
+
Kakao: {
|
317 |
+
title: "Kakao",
|
318 |
+
locale: "en-US",
|
319 |
+
redirect_url: "https://story.kakao.com/share?url=" + postUrl,
|
320 |
+
},
|
321 |
+
Kindle_It: {
|
322 |
+
title: "Kindle_It",
|
323 |
+
locale: "en-US",
|
324 |
+
redirect_url: "//fivefilters.org/kindle-it/send.php?url=" + postUrl,
|
325 |
+
},
|
326 |
+
Known: {
|
327 |
+
title: "Known",
|
328 |
+
locale: "en-US",
|
329 |
+
redirect_url: "https://withknown.com/share/?url=" + postUrl + "&title=" + postTitle,
|
330 |
+
},
|
331 |
+
Line: {
|
332 |
+
title: "Line",
|
333 |
+
locale: "en-US",
|
334 |
+
redirect_url: "line://msg/text/" + postTitle + "! " + postUrl,
|
335 |
+
},
|
336 |
+
LiveJournal: {
|
337 |
+
title: "LiveJournal",
|
338 |
+
locale: "en-US",
|
339 |
+
redirect_url: "http://www.livejournal.com/update.bml?subject=" + postTitle + "&event=" + postUrl,
|
340 |
+
},
|
341 |
+
Mail_Ru: {
|
342 |
+
title: "Mail.Ru",
|
343 |
+
locale: "en-US",
|
344 |
+
redirect_url: "http://connect.mail.ru/share?share_url=" + postUrl,
|
345 |
+
},
|
346 |
+
Mendeley: {
|
347 |
+
title: "Mendeley",
|
348 |
+
locale: "en-US",
|
349 |
+
redirect_url: "https://www.mendeley.com/sign-in/",
|
350 |
+
},
|
351 |
+
Meneame: {
|
352 |
+
title: "Meneame",
|
353 |
+
locale: "en-US",
|
354 |
+
redirect_url: "https://www.meneame.net/submit.php?url=" + postUrl,
|
355 |
+
},
|
356 |
+
Mixi: {
|
357 |
+
title: "Mixi",
|
358 |
+
locale: "en-US",
|
359 |
+
redirect_url: "https://mixi.jp/share.pl?mode=login&u=" + postUrl,
|
360 |
+
},
|
361 |
+
MySpace: {
|
362 |
+
title: "Mixi",
|
363 |
+
locale: "en-US",
|
364 |
+
redirect_url: "https://myspace.com/",
|
365 |
+
},
|
366 |
+
Netlog: {
|
367 |
+
title: "Netlog",
|
368 |
+
locale: "en-US",
|
369 |
+
redirect_url: "http://www.netlog.com/go/manage/links/view=save&origin=external&url=" + postUrl + "&title=" + postTitle + "&description=",
|
370 |
+
},
|
371 |
+
Netvouz: {
|
372 |
+
title: "Netvouz",
|
373 |
+
locale: "en-US",
|
374 |
+
redirect_url: "http://www.netvouz.com/action/submitBookmark?url=" + postUrl + "&title=" + postTitle + "&popup=no&description=",
|
375 |
+
},
|
376 |
+
NewsVine: {
|
377 |
+
title: "NewsVine",
|
378 |
+
locale: "en-US",
|
379 |
+
redirect_url: "http://www.newsvine.com/_tools/seed?popoff=0&u=" + postUrl + "&h=" + postTitle,
|
380 |
+
},
|
381 |
+
NUjij: {
|
382 |
+
title: "NUjij",
|
383 |
+
locale: "en-US",
|
384 |
+
redirect_url: "http://www.nujij.nl/nieuw-bericht.2051051.lynkx?title=" + postTitle + "&url=" + postUrl + "&bericht=&topic=",
|
385 |
+
},
|
386 |
+
Odnoklassniki: {
|
387 |
+
title: "Odnoklassniki",
|
388 |
+
locale: "en-US",
|
389 |
+
redirect_url: "https://connect.ok.ru/dk?cmd=WidgetSharePreview&st.cmd=WidgetSharePreview&st.shareUrl=" + postUrl + "&st.client_id=-1",
|
390 |
+
},
|
391 |
+
Oknotizie: {
|
392 |
+
title: "Oknotizie",
|
393 |
+
locale: "en-US",
|
394 |
+
redirect_url: "//oknotizie.virgilio.it/post?url=" + postUrl + "&title=" + postTitle,
|
395 |
+
},
|
396 |
+
Outlook_com: {
|
397 |
+
title: "Outlook.com",
|
398 |
+
locale: "en-US",
|
399 |
+
redirect_url: "https://mail.live.com/default.aspx?rru=compose?subject=" + postTitle + "&body=" + postUrl + "&lc=1033&id=64855&mkt=en-us&cbcxt=mai",
|
400 |
+
},
|
401 |
+
Protopage_Bookmarks: {
|
402 |
+
title: "Protopage_Bookmarks",
|
403 |
+
locale: "en-US",
|
404 |
+
redirect_url: "http://www.protopage.com/add-button-site?url=" + postUrl + "&label=&type=page",
|
405 |
+
},
|
406 |
+
Pusha: {
|
407 |
+
title: "Pusha",
|
408 |
+
locale: "en-US",
|
409 |
+
redirect_url: "//www.pusha.se/posta?url=" + postUrl,
|
410 |
+
},
|
411 |
+
Qzone: {
|
412 |
+
title: "Qzone",
|
413 |
+
locale: "en-US",
|
414 |
+
redirect_url: "http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=" + postUrl,
|
415 |
+
},
|
416 |
+
Rediff_MyPage: {
|
417 |
+
title: "Rediff MyPage",
|
418 |
+
locale: "en-US",
|
419 |
+
redirect_url: "//share.rediff.com/bookmark/addbookmark?bookmarkurl=" + postUrl + "&title=" + postTitle,
|
420 |
+
},
|
421 |
+
Renren: {
|
422 |
+
title: "Renren",
|
423 |
+
locale: "en-US",
|
424 |
+
redirect_url: "//www.connect.renren.com/share/sharer?url=" + postUrl + "&title=" + postTitle,
|
425 |
+
},
|
426 |
+
Segnalo: {
|
427 |
+
title: "Segnalo",
|
428 |
+
locale: "en-US",
|
429 |
+
redirect_url: "http://segnalo.virgilio.it/post.html.php?url=" + postUrl + "&title=" + postTitle,
|
430 |
+
},
|
431 |
+
Sina_Weibo: {
|
432 |
+
title: "Sina Weibo",
|
433 |
+
locale: "en-US",
|
434 |
+
redirect_url: "//service.weibo.com/share/share.php?url=" + postUrl + "&title=" + postTitle,
|
435 |
+
},
|
436 |
+
SiteJot: {
|
437 |
+
title: "SiteJot",
|
438 |
+
locale: "en-US",
|
439 |
+
redirect_url: "http://www.sitejot.com/loginform.php?iSiteAdd=&iSiteDes=",
|
440 |
+
},
|
441 |
+
Slashdot: {
|
442 |
+
title: "Slashdot",
|
443 |
+
locale: "en-US",
|
444 |
+
redirect_url: "//slashdot.org/submission?url=" + postUrl,
|
445 |
+
},
|
446 |
+
Svejo: {
|
447 |
+
title: "Svejo",
|
448 |
+
locale: "en-US",
|
449 |
+
redirect_url: "https://svejo.net/story/submit_by_url?url=" + postUrl + "&title=" + postTitle + "&summary=",
|
450 |
+
},
|
451 |
+
Symbaloo_Feeds: {
|
452 |
+
title: "Symbaloo_Feeds",
|
453 |
+
locale: "en-US",
|
454 |
+
redirect_url: "//www.symbaloo.com/",
|
455 |
+
},
|
456 |
+
Tuenti: {
|
457 |
+
title: "Tuenti",
|
458 |
+
locale: "en-US",
|
459 |
+
redirect_url: "https://www.tuenti.com/share?p=b5dd6602&url=" + postUrl,
|
460 |
+
},
|
461 |
+
Twiddla: {
|
462 |
+
title: "Twiddla",
|
463 |
+
locale: "en-US",
|
464 |
+
redirect_url: "//www.twiddla.com/New.aspx?url=" + postUrl + "&title=" + postTitle,
|
465 |
+
},
|
466 |
+
Webnews: {
|
467 |
+
title: "Webnews",
|
468 |
+
locale: "en-US",
|
469 |
+
redirect_url: "//www.webnews.de/login",
|
470 |
+
},
|
471 |
+
Wykop: {
|
472 |
+
title: "Wykop",
|
473 |
+
locale: "en-US",
|
474 |
+
redirect_url: "//www.wykop.pl/dodaj?url=" + postUrl + "&title=" + postTitle,
|
475 |
+
},
|
476 |
+
Yoolink: {
|
477 |
+
title: "Yoolink",
|
478 |
+
locale: "en-US",
|
479 |
+
redirect_url: "//yoolink.to/addorshare?url_value=" + postUrl + "&title=" + postTitle,
|
480 |
+
},
|
481 |
+
YouMob: {
|
482 |
+
title: "YouMob",
|
483 |
+
locale: "en-US",
|
484 |
+
redirect_url: "//youmob.com/startmob.aspx?cookietest=true&mob=" + postUrl,
|
485 |
+
}
|
486 |
+
}
|
487 |
+
var heateorSssMoreSharingServicesHtml = '<button id="heateor_sss_sharing_popup_close" class="close-button separated"><img src="'+ heateorSssCloseIconPath +'" /></button><div id="heateor_sss_sharing_more_content"><div class="filter"><input type="text" onkeyup="heateorSssFilterSharing(this.value.trim())" placeholder="Search" class="search"></div><div class="all-services"><ul class="mini">';
|
488 |
+
for(var i in heateorSssMoreSharingServices){
|
489 |
+
var tempTitle = heateorSssCapitaliseFirstLetter(heateorSssMoreSharingServices[i].title.replace(/[_. ]/g, ""));
|
490 |
+
heateorSssMoreSharingServicesHtml += '<li><a rel="nofollow" title="'+ heateorSssMoreSharingServices[i].title +'" alt="'+ heateorSssMoreSharingServices[i].title +'" ';
|
491 |
+
if(heateorSssMoreSharingServices[i].bookmarklet_url){
|
492 |
+
heateorSssMoreSharingServicesHtml += 'href="' + heateorSssMoreSharingServices[i].bookmarklet_url + '" ';
|
493 |
+
}else{
|
494 |
+
heateorSssMoreSharingServicesHtml += 'onclick="heateorSssPopup(\'' + heateorSssMoreSharingServices[i].redirect_url + '\')" href="javascript:void(0)" ';
|
495 |
+
}
|
496 |
+
heateorSssMoreSharingServicesHtml += '"><i style="width:22px;height:22px" title="'+ heateorSssMoreSharingServices[i].title +'" class="heateorSssSharing heateorSss' + tempTitle + 'Background"><ss style="display:block;width:100%;height:100%;" class="heateorSssSharingSvg heateorSss' + tempTitle + 'Svg"></ss></i>' + heateorSssMoreSharingServices[i].title + '</a></li>';
|
497 |
+
}
|
498 |
+
heateorSssMoreSharingServicesHtml += concate;
|
499 |
+
|
500 |
+
var mainDiv = document.createElement('div');
|
501 |
+
mainDiv.innerHTML = heateorSssMoreSharingServicesHtml;
|
502 |
+
mainDiv.setAttribute('id', 'heateor_sss_sharing_more_providers');
|
503 |
+
var bgDiv = document.createElement('div');
|
504 |
+
bgDiv.setAttribute('id', 'heateor_sss_popup_bg');
|
505 |
+
jQuery('body').append(mainDiv).append(bgDiv);
|
506 |
+
document.getElementById('heateor_sss_sharing_popup_close').onclick = function(){
|
507 |
+
mainDiv.parentNode.removeChild(mainDiv);
|
508 |
+
bgDiv.parentNode.removeChild(bgDiv);
|
509 |
+
}
|
510 |
+
}
|
511 |
+
|
512 |
+
if(heateorSssHorizontalSharingCountEnable || heateorSssVerticalSharingCountEnable){
|
513 |
+
// get sharing counts on window load
|
514 |
+
heateorSssLoadEvent(
|
515 |
+
function(){
|
516 |
+
// sharing counts
|
517 |
+
heateorSssCallAjax(function(){
|
518 |
+
heateorSssGetSharingCounts(heateorSssHorizontalSharingCountEnable, heateorSssVerticalSharingCountEnable);
|
519 |
+
});
|
520 |
+
}
|
521 |
+
);
|
522 |
+
}
|
523 |
+
|
524 |
+
/**
|
525 |
+
* Search sharing services
|
526 |
+
*/
|
527 |
+
function heateorSssFilterSharing(val) {
|
528 |
+
jQuery('ul.mini li a').each(function(){
|
529 |
+
if (jQuery(this).text().toLowerCase().indexOf(val.toLowerCase()) != -1) {
|
530 |
+
jQuery(this).parent().css('display', 'block');
|
531 |
+
} else {
|
532 |
+
jQuery(this).parent().css('display', 'none');
|
533 |
+
}
|
534 |
+
});
|
535 |
+
};
|
536 |
+
|
537 |
+
/**
|
538 |
+
* Get sharing counts
|
539 |
+
*/
|
540 |
+
function heateorSssGetSharingCounts(horizontalCounts, verticalCounts){
|
541 |
+
var targetUrls = [];
|
542 |
+
jQuery('.heateor_sss_sharing_container').each(function(){
|
543 |
+
var currentTargetUrl = jQuery(this).attr('heateor-sss-data-href');
|
544 |
+
if(heateorSssUrlCountFetched.indexOf(currentTargetUrl) == -1){
|
545 |
+
targetUrls.push(currentTargetUrl);
|
546 |
+
heateorSssUrlCountFetched += ',' + currentTargetUrl;
|
547 |
+
}
|
548 |
+
});
|
549 |
+
if(targetUrls.length == 0){
|
550 |
+
return;
|
551 |
+
}
|
552 |
+
jQuery.ajax({
|
553 |
+
type: 'GET',
|
554 |
+
dataType: 'json',
|
555 |
+
url: heateorSssSharingAjaxUrl,
|
556 |
+
data: {
|
557 |
+
action: 'heateor_sss_sharing_count',
|
558 |
+
urls: targetUrls,
|
559 |
+
},
|
560 |
+
success: function(data, textStatus, XMLHttpRequest){
|
561 |
+
if(data.status == 1){
|
562 |
+
for(var i in data.message){
|
563 |
+
var totalCount = 0, sharingContainer;
|
564 |
+
|
565 |
+
if(!(verticalCounts) && !(horizontalCounts)){
|
566 |
+
sharingContainer = jQuery("div[heateor-sss-data-href='"+i+"']:not(.heateor_sss_vertical_sharing, .heateor_sss_horizontal_sharing)");
|
567 |
+
} else if (!(horizontalCounts)){
|
568 |
+
sharingContainer = jQuery("div[heateor-sss-data-href='"+i+"']:not(.heateor_sss_horizontal_sharing)");
|
569 |
+
} else if (!(verticalCounts)){
|
570 |
+
sharingContainer = jQuery("div[heateor-sss-data-href='"+i+"']:not(.heateor_sss_vertical_sharing)");
|
571 |
+
} else {
|
572 |
+
sharingContainer = jQuery("div[heateor-sss-data-href='"+i+"']");
|
573 |
+
}
|
574 |
+
|
575 |
+
for(var j in data.message[i]){
|
576 |
+
if(j == 'google_plus'){
|
577 |
+
var sharingCount = data.message[i][j].match( /"(.*?)"/ )[1];
|
578 |
+
sharingCount = parseInt(sharingCount) || 0;
|
579 |
+
}else if(j == 'vkontakte'){
|
580 |
+
var sharingCount = parseInt(data.message[i][j].replace('VK.Share.count(0, ', '').replace(');', ''));
|
581 |
+
}else{
|
582 |
+
var sharingCount = data.message[i][j];
|
583 |
+
}
|
584 |
+
|
585 |
+
var targetElement = jQuery(sharingContainer).find('.heateor_sss_'+j+'_count');
|
586 |
+
|
587 |
+
if(jQuery(targetElement).attr('sss_st_count')){
|
588 |
+
sharingCount = parseInt(sharingCount) + parseInt(jQuery(targetElement).attr('sss_st_count'));
|
589 |
+
}
|
590 |
+
totalCount += parseInt(sharingCount);
|
591 |
+
if(sharingCount < 1){ continue; }
|
592 |
+
var countAndWidth = heateorSssCalculateCountWidth(sharingCount) . split(',');
|
593 |
+
jQuery(targetElement).html(countAndWidth[0]).css({'visibility': 'visible', 'display': 'block'});
|
594 |
+
if ( ( typeof heateorSssReduceHorizontalSvgWidth != 'undefined' && jQuery(sharingContainer).hasClass('heateor_sss_horizontal_sharing') ) || ( typeof heateorSssReduceVerticalSvgWidth != 'undefined' && jQuery(sharingContainer).hasClass('heateor_sss_vertical_sharing') ) ) {
|
595 |
+
jQuery(targetElement).parents('li').find('.heateorSssSharingSvg').css('float', 'left');
|
596 |
+
}
|
597 |
+
if ( ( typeof heateorSssReduceHorizontalSvgHeight != 'undefined' && jQuery(sharingContainer).hasClass('heateor_sss_horizontal_sharing') ) || ( typeof heateorSssReduceVerticalSvgHeight != 'undefined' && jQuery(sharingContainer).hasClass('heateor_sss_vertical_sharing') ) ) {
|
598 |
+
jQuery(targetElement).parents('li').find('.heateorSssSharingSvg').css('marginTop', '0');
|
599 |
+
}
|
600 |
+
}
|
601 |
+
var totalCountNWidth = heateorSssCalculateCountWidth(totalCount) . split(',');
|
602 |
+
var totalCountContainer = jQuery(sharingContainer).find('.heateorSssTCBackground');
|
603 |
+
jQuery(totalCountContainer).each(function(){
|
604 |
+
var containerHeight = jQuery(this).css('height');
|
605 |
+
jQuery(this).html('<div class="heateorSssTotalShareCount" style="font-size: '+ (parseInt(containerHeight) * 62/100) +'px">' + totalCountNWidth[0] + '</div><div class="heateorSssTotalShareText" style="font-size: '+ (parseInt(containerHeight) * 38/100) +'px">Shares</div>');
|
606 |
+
});
|
607 |
+
}
|
608 |
+
}
|
609 |
+
}
|
610 |
+
});
|
611 |
+
}
|
612 |
+
|
613 |
+
function heateorSssCalculateCountWidth(sharingCount){
|
614 |
+
var width = '12px';
|
615 |
+
if(sharingCount > 9 && sharingCount < 100){
|
616 |
+
width = '12px';
|
617 |
+
}else if(sharingCount > 99 && sharingCount < 1000){
|
618 |
+
width = '20px';
|
619 |
+
}else if(sharingCount > 999 && sharingCount < 10000){
|
620 |
+
sharingCount = Math.round(sharingCount/1000) + 'K';
|
621 |
+
width = '20px';
|
622 |
+
}else if(sharingCount > 9999 && sharingCount < 100000){
|
623 |
+
sharingCount = Math.round(sharingCount/1000) + 'K';
|
624 |
+
width = '30px';
|
625 |
+
}else if(sharingCount > 99999 && sharingCount < 1000000){
|
626 |
+
sharingCount = Math.round(sharingCount/1000) + 'K';
|
627 |
+
width = '42px';
|
628 |
+
}else if(sharingCount > 999999){
|
629 |
+
sharingCount = Math.round(sharingCount/1000000) + 'M';
|
630 |
+
width = '30px';
|
631 |
+
}
|
632 |
+
return sharingCount + "," + width;
|
633 |
+
}
|
634 |
+
|
635 |
+
function heateorSssCapitaliseFirstLetter(e) {
|
636 |
+
return e.charAt(0).toUpperCase() + e.slice(1)
|
637 |
+
}
|
638 |
+
|
639 |
+
jQuery(function(){
|
640 |
+
var classes = ['heateor_sss_vertical_sharing', 'heateor_sss_vertical_counter'];
|
641 |
+
for(var i = 0; i < classes.length; i++){
|
642 |
+
if(jQuery('.' + classes[i]).length){
|
643 |
+
jQuery('.' + classes[i]).each(function(){
|
644 |
+
var verticalSharingHtml = jQuery(this).html();
|
645 |
+
if(jQuery(this).attr('style').indexOf('right') >= 0){
|
646 |
+
var removeClass = 'heateorSssPushIn', margin = 'Right', alignment = 'right', addClass = 'heateorSssPullOut';
|
647 |
+
}else{
|
648 |
+
var removeClass = 'heateorSssPullOut', margin = 'Left', alignment = 'left', addClass = 'heateorSssPushIn';
|
649 |
+
}
|
650 |
+
jQuery(this).html(verticalSharingHtml + '<div title="Hide" style="float:' + alignment + '" onclick="heateorSssHideSharing(this, \''+ removeClass +'\', \''+ addClass +'\',\'' + margin +'\', \'' + alignment + '\')" class="heateorSssSharingArrow ' + removeClass + '"></div>');
|
651 |
+
});
|
652 |
+
}
|
653 |
+
}
|
654 |
+
});
|
655 |
+
|
656 |
+
function heateorSssHideSharing(elem, removeClass, addClass, margin, alignment){
|
657 |
+
var animation = {}, counter = jQuery(elem).parent().hasClass('heateor_sss_vertical_counter'), offset = parseInt(jQuery(elem).parent().css('width')) + 10 - (counter ? 16 : 0);
|
658 |
+
var ssOffset = jQuery(elem).parent().attr('ss-offset');
|
659 |
+
if(ssOffset){
|
660 |
+
var savedOffset = parseInt(ssOffset);
|
661 |
+
}else{
|
662 |
+
var savedOffset = (counter ? heateorSssCounterOffset : heateorSssSharingOffset);
|
663 |
+
}
|
664 |
+
if(jQuery(elem).attr('title') == 'Hide'){
|
665 |
+
animation[alignment] = "-=" + (offset + savedOffset);
|
666 |
+
jQuery(elem).parent().animate(animation, 400, function(){
|
667 |
+
jQuery(elem).removeClass(removeClass).addClass(addClass).attr('title', 'Share');
|
668 |
+
if(counter){
|
669 |
+
var cssFloat = alignment == 'left' ? 'right' : 'left';
|
670 |
+
jQuery(elem).css('float', cssFloat);
|
671 |
+
}else{
|
672 |
+
jQuery(elem).css('margin' + margin, offset + 'px')
|
673 |
+
}
|
674 |
+
});
|
675 |
+
}else{
|
676 |
+
animation[alignment] = "+=" + (offset + savedOffset);
|
677 |
+
jQuery(elem).parent().animate(animation, 400, function(){
|
678 |
+
jQuery(elem).removeClass(addClass).addClass(removeClass).attr('title', 'Hide');
|
679 |
+
if(counter){
|
680 |
+
jQuery(elem).css('float', alignment);
|
681 |
+
}else{
|
682 |
+
jQuery(elem).css('margin' + margin, '0px');
|
683 |
+
}
|
684 |
+
});
|
685 |
+
}
|
686 |
+
}
|
readme.txt
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Sassy Social Share ===
|
2 |
+
Contributors: Heateor
|
3 |
+
Donate link: https://www.heateor.com/donate/?action=Sassy+Social+Share
|
4 |
+
Tags: social share, social sharing, social plugin, social media plugin, social media share, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, social buttons, share wordpress, wordpress plugin share, share social plugin, facebook like, twitter tweet, google plus one, google +1, google plus share, googleplus share, googleplus one, social bookmark, bookmark, bookmarking, social bookmarking, social bookmarks, responsive share buttons, responsive sharing, mobile share buttons, mobile sharing
|
5 |
+
Requires at least: 2.5.0
|
6 |
+
Tested up to: 4.4
|
7 |
+
Stable tag: 1.0.0
|
8 |
+
License: GPLv2 or later
|
9 |
+
|
10 |
+
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
|
14 |
+
This plugin enables your website users to share the content over Facebook, Twitter, Google, LinkedIn, Whatsapp, Tumblr, Pinterest, Reddit and over 100 more sharing and bookmarking services.
|
15 |
+
|
16 |
+
This is the Simplest and Smoothest share plugin with optimized and great looking vector icons.
|
17 |
+
|
18 |
+
= Feature list =
|
19 |
+
* Around **100 Sharing/Bookmarking** services
|
20 |
+
+ FREE **Icon Customization** options
|
21 |
+
* **Url Shortening Service** integration
|
22 |
+
* **Standard and Floating** layout for sharing icons
|
23 |
+
* **Customizable Target Url** for sharing
|
24 |
+
* **Rearrange Order** of sharing icons
|
25 |
+
* Specify **Position of Sharing Bar** with respect to content - Top and Bottom
|
26 |
+
* Enable/Disable sharing on default/custom post types
|
27 |
+
* Enable/Disable sharing on individual pages/posts
|
28 |
+
* Enable/Disable total/individual share count(s)
|
29 |
+
* **Mobile Responsiveness**
|
30 |
+
* Enable **Sharing at WooCommerce** products
|
31 |
+
* **Official Like Buttons** (Faceboo Like, Twitter Tweet, Google +1 etc.)
|
32 |
+
* **Widgets and Shortcodes**
|
33 |
+
* Compatible with BuddyPress, BBPress, WooCommerce
|
34 |
+
* Multisite Compatible
|
35 |
+
* Supports HTTPS enabled websites
|
36 |
+
* 24/7 quickest support
|
37 |
+
|
38 |
+
= What makes this plugin Stand Out from others? =
|
39 |
+
1. **Free**: Yea, right. It is a free plugin. You need not pay single penny to use the features of this plugin.
|
40 |
+
2. **No Need to Register Anywhere**: You do not need to create account at our website to use this plugin.
|
41 |
+
3. **No Middle Layer**: Plugin runs totally on your website server without any communication to our servers.
|
42 |
+
4. **Absolutely Simple**: Plugin configuration is kept dead simple. Screenshots are provided with options wherever required.
|
43 |
+
5. **Free Icon Customization**: Icons can be customized in thousands of ways using the options available within the plugin, for FREE.
|
44 |
+
6. **Mobile Responsiveness**: Icons can be adjusted according to the width of mobile device, using the plugin options.
|
45 |
+
7. **Perfect Vector (SVG) Icons**: Share icons are Scalable Vector Graphics, meaning these load fast, scalable to any size, and are stunning on High-PPI screens (Retina and Retina HD displays).
|
46 |
+
8. **Optimal Loading time**: Loading time of Sharing icons is optimal and if you compare with other plugins, you will find it less than that of all those plugins.
|
47 |
+
9. **Lightweight Code**: Our developers follow best coding practices to ensure efficient loading and performance.
|
48 |
+
10. We promise to provide **best quality** among other similar plugins. If you find our plugin is lacking some feature, you can email us and we will do our best to include that feature in our plugin as soon as possible.
|
49 |
+
11. Our **support team is working 24/7** to answer your queries and assist you. You will find us the quickest to respond.
|
50 |
+
|
51 |
+
= Important links =
|
52 |
+
* **Plugin Demo**: https://www.heateor.com/sassy-social-share-demo
|
53 |
+
* About Us: https://www.heateor.com
|
54 |
+
* Our Facebook Page: https://www.facebook.com/Heateor
|
55 |
+
* Our GooglePlus Page: https://plus.google.com/+Heateor
|
56 |
+
* Our Twitter Profile: https://twitter.com/Heateor
|
57 |
+
* Support Documentation: http://support.heateor.com
|
58 |
+
* Social Analytics: https://www.heateor.com/social-analytics-sharing
|
59 |
+
* Add-Ons: https://www.heateor.com/add-ons
|
60 |
+
|
61 |
+
You can provide your feedback at hello[at]heateor[dot]com
|
62 |
+
|
63 |
+
== Installation ==
|
64 |
+
|
65 |
+
= Installation =
|
66 |
+
* Download the plugin from this page
|
67 |
+
* Navigate to **Plugins** > **Add New** > **Upload Plugin** page in admin panel of your website
|
68 |
+
* Click **Upload**, click **Choose file**, upload the plugin zip and click **Install Now** button
|
69 |
+
* Activate the plugin when installation is complete
|
70 |
+
|
71 |
+
= Configuration =
|
72 |
+
|
73 |
+
After installing and activating the plugin, you will see **Sassy Social Share** in the left sidebar in your website admin panel.
|
74 |
+
There is **help** available with each option. You can see the help text by clicking the **?** icon before each option.
|
75 |
+
|
76 |
+
= Widgets and Shortcodes =
|
77 |
+
|
78 |
+
* Navigate to the **Widgets** section in the **Appearance** menu.
|
79 |
+
* Look for the **Sassy Social Share** widgets and click/drag these to add the widgets to the desired widget area on the right.
|
80 |
+
* After adding the widget, you can customize it by configuring the available options in the widget.
|
81 |
+
|
82 |
+
You can use **[Sassy_Social_Share]** Shortcode in the content of required page/post where you want to display Sharing interface.
|
83 |
+
|
84 |
+
Optionally, you can use **style** attribute in the Shortcode to style the rendered Social Sharing interface.
|
85 |
+
|
86 |
+
For example
|
87 |
+
|
88 |
+
**[Sassy_Social_Share style="background-color:#000; float:right"]**
|
89 |
+
|
90 |
+
= Display Sharing interface on other pages =
|
91 |
+
You can enable Social Sharing anywhere in your website page/post content using **Shortcode** mentioned above.
|
92 |
+
|
93 |
+
== Frequently Asked Questions ==
|
94 |
+
|
95 |
+
= What is Social Sharing and why would I need it? =
|
96 |
+
Social Sharing enables your website users to share your website content over their social network.
|
97 |
+
|
98 |
+
**Benefits**
|
99 |
+
|
100 |
+
1. **Increased User Traffic**: When users share content over their Social network, it shows up in front of more people which results in increased user traffic at your website.
|
101 |
+
|
102 |
+
2. **SEO Optimization**: Social sharing helps your website content get indexed faster and improves other factors that help in search engine optimization of your blog.
|
103 |
+
|
104 |
+
= How much do you charge for the plugin? =
|
105 |
+
This plugin is FREE to download and feel free to use it on your WordPress, BuddyPress, BBPress and any other WP based systems. For advanced features and custom solutions, drop an email at support[at]heateor[dot]com
|
106 |
+
|
107 |
+
= Can you help me set up the plugin at my website? =
|
108 |
+
Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
109 |
+
|
110 |
+
== Screenshots ==
|
111 |
+
1. **Free Icon Customization**: Customizable in thousands Of ways
|
112 |
+
2. **Icon Customization Options**: Icon Customization options
|
113 |
+
3. **Sharing Services**: Over 100 Sharing and Bookmarking services
|
114 |
+
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
115 |
+
|
116 |
+
== Changelog ==
|
117 |
+
|
118 |
+
= 1.0.0 =
|
119 |
+
* Initial release of the plugin
|
120 |
+
|
121 |
+
== Upgrade Notice ==
|
122 |
+
|
123 |
+
= 1.0.0 =
|
124 |
+
* Initial release of the plugin
|
sassy-social-share.php
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Plugin bootstrap file
|
5 |
+
*
|
6 |
+
* @sassy-social-share
|
7 |
+
* Plugin Name: Sassy Social Share
|
8 |
+
* Plugin URI: https://www.heateor.com
|
9 |
+
* Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
10 |
+
* Version: 1.0.0
|
11 |
+
* Author: Team Heateor
|
12 |
+
* Author URI: https://www.heateor.com
|
13 |
+
* Text Domain: sassy-social-share
|
14 |
+
* Domain Path: /languages
|
15 |
+
*/
|
16 |
+
|
17 |
+
defined( 'ABSPATH' ) or die( "Cheating........Uh!!" );
|
18 |
+
|
19 |
+
// If this file is called directly, halt.
|
20 |
+
if ( ! defined( 'WPINC' ) ) {
|
21 |
+
die;
|
22 |
+
}
|
23 |
+
|
24 |
+
define( 'HEATEOR_SSS_VERSION', '1.0.0' );
|
25 |
+
|
26 |
+
// plugin core class object
|
27 |
+
$heateor_sss = null;
|
28 |
+
|
29 |
+
/**
|
30 |
+
* Runs during plugin activation.
|
31 |
+
*/
|
32 |
+
function heateor_sss_activate() {
|
33 |
+
|
34 |
+
// default options
|
35 |
+
add_option( 'heateor_sss', array(
|
36 |
+
'horizontal_sharing_shape' => 'round',
|
37 |
+
'horizontal_sharing_size' => '35',
|
38 |
+
'horizontal_sharing_width' => '70',
|
39 |
+
'horizontal_sharing_height' => '35',
|
40 |
+
'horizontal_border_radius' => '',
|
41 |
+
'horizontal_font_color_default' => '',
|
42 |
+
'horizontal_sharing_replace_color' => '#fff',
|
43 |
+
'horizontal_font_color_hover' => '',
|
44 |
+
'horizontal_sharing_replace_color_hover' => '#fff',
|
45 |
+
'horizontal_bg_color_default' => '',
|
46 |
+
'horizontal_bg_color_hover' => '',
|
47 |
+
'horizontal_border_width_default' => '',
|
48 |
+
'horizontal_border_color_default' => '',
|
49 |
+
'horizontal_border_width_hover' => '',
|
50 |
+
'horizontal_border_color_hover' => '',
|
51 |
+
'vertical_sharing_shape' => 'square',
|
52 |
+
'vertical_sharing_size' => '40',
|
53 |
+
'vertical_sharing_width' => '80',
|
54 |
+
'vertical_sharing_height' => '40',
|
55 |
+
'vertical_border_radius' => '',
|
56 |
+
'vertical_font_color_default' => '',
|
57 |
+
'vertical_sharing_replace_color' => '#fff',
|
58 |
+
'vertical_font_color_hover' => '',
|
59 |
+
'vertical_sharing_replace_color_hover' => '#fff',
|
60 |
+
'vertical_bg_color_default' => '',
|
61 |
+
'vertical_bg_color_hover' => '',
|
62 |
+
'vertical_border_width_default' => '',
|
63 |
+
'vertical_border_color_default' => '',
|
64 |
+
'vertical_border_width_hover' => '',
|
65 |
+
'vertical_border_color_hover' => '',
|
66 |
+
'hor_enable' => '1',
|
67 |
+
'horizontal_target_url' => 'default',
|
68 |
+
'horizontal_target_url_custom' => '',
|
69 |
+
'title' => 'Spread the love',
|
70 |
+
'horizontal_re_providers' => array( 'facebook', 'twitter', 'google_plus', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon', 'whatsapp' ),
|
71 |
+
'hor_sharing_alignment' => 'left',
|
72 |
+
'top' => '1',
|
73 |
+
'post' => '1',
|
74 |
+
'page' => '1',
|
75 |
+
'horizontal_more' => '1',
|
76 |
+
'vertical_enable' => '1',
|
77 |
+
'vertical_target_url' => 'default',
|
78 |
+
'vertical_target_url_custom' => '',
|
79 |
+
'vertical_re_providers' => array( 'facebook', 'twitter', 'google_plus', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon', 'whatsapp' ),
|
80 |
+
'vertical_bg' => '',
|
81 |
+
'alignment' => 'left',
|
82 |
+
'left_offset' => '-10',
|
83 |
+
'right_offset' => '-10',
|
84 |
+
'top_offset' => '100',
|
85 |
+
'vertical_post' => '1',
|
86 |
+
'vertical_page' => '1',
|
87 |
+
'vertical_excerpt' => '1',
|
88 |
+
'vertical_more' => '1',
|
89 |
+
'hide_mobile_sharing' => '1',
|
90 |
+
'vertical_screen_width' => '783',
|
91 |
+
'bottom_mobile_sharing' => '1',
|
92 |
+
'horizontal_screen_width' => '783',
|
93 |
+
'bottom_sharing_position' => '0',
|
94 |
+
'bottom_sharing_alignment' => 'left',
|
95 |
+
'footer_script' => '1',
|
96 |
+
'delete_options' => '1',
|
97 |
+
'bitly_username' => '',
|
98 |
+
'bitly_key' => '',
|
99 |
+
'language' => '',
|
100 |
+
'twitter_username' => '',
|
101 |
+
'buffer_username' => '',
|
102 |
+
'custom_css' => ''
|
103 |
+
) );
|
104 |
+
|
105 |
+
// plugin version
|
106 |
+
update_option( 'heateor_sss_version', HEATEOR_SSS_VERSION );
|
107 |
+
}
|
108 |
+
|
109 |
+
register_activation_hook( __FILE__, 'heateor_sss_activate' );
|
110 |
+
|
111 |
+
/**
|
112 |
+
* The core plugin class
|
113 |
+
*/
|
114 |
+
require plugin_dir_path( __FILE__ ) . 'includes/class-sassy-social-share.php';
|
115 |
+
|
116 |
+
/**
|
117 |
+
* Begins execution of the plugin.
|
118 |
+
*
|
119 |
+
* @since 1.0.0
|
120 |
+
*/
|
121 |
+
function heateor_sss_run() {
|
122 |
+
|
123 |
+
global $heateor_sss;
|
124 |
+
$heateor_sss = new Sassy_Social_Share( HEATEOR_SSS_VERSION );
|
125 |
+
|
126 |
+
}
|
127 |
+
heateor_sss_run();
|
uninstall.php
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Fired when the plugin is deleted.
|
5 |
+
*
|
6 |
+
* Works in single as well as in Multisite/Network installs.
|
7 |
+
*
|
8 |
+
* @since 1.0.0
|
9 |
+
*/
|
10 |
+
|
11 |
+
defined( 'ABSPATH' ) or die( "Cheating........Uh!!" );
|
12 |
+
|
13 |
+
//if uninstall not called from WordPress, exit
|
14 |
+
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
15 |
+
exit();
|
16 |
+
}
|
17 |
+
|
18 |
+
// check if current user is eligible to perform uninstall
|
19 |
+
if ( ! current_user_can( 'activate_plugins' ) ) {
|
20 |
+
return;
|
21 |
+
}
|
22 |
+
|
23 |
+
$heateor_sss_options = get_option( 'heateor_sss' );
|
24 |
+
$heateor_sss_option_to_delete = 'heateor_sss';
|
25 |
+
|
26 |
+
if ( isset( $heateor_sss_options['delete_options'] ) ) {
|
27 |
+
global $wpdb;
|
28 |
+
|
29 |
+
// For Single site
|
30 |
+
if ( ! is_multisite() ) {
|
31 |
+
delete_option( $heateor_sss_option_to_delete );
|
32 |
+
$wpdb->query( "delete from $wpdb->postmeta where meta_key like '_heateor_sss%'" );
|
33 |
+
} else {
|
34 |
+
// for multisite
|
35 |
+
$heateor_sss_blog_ids = heateor_sss_get_blog_ids();
|
36 |
+
$heateor_sss_original_blog_id = get_current_blog_id();
|
37 |
+
foreach ( $heateor_sss_blog_ids as $blog_id ) {
|
38 |
+
switch_to_blog( $blog_id );
|
39 |
+
delete_site_option( $heateor_sss_option_to_delete );
|
40 |
+
}
|
41 |
+
switch_to_blog( $heateor_sss_original_blog_id ); // should use "restore_current_blog"?
|
42 |
+
}
|
43 |
+
}
|
44 |
+
|
45 |
+
/**
|
46 |
+
* Get all blog IDs of blogs in the current network that are not:
|
47 |
+
* archived, spam, deleted
|
48 |
+
*
|
49 |
+
* @since 1.0.0
|
50 |
+
* @return array|boolean The blog IDs, (bool) FALSE if: no matches.
|
51 |
+
*/
|
52 |
+
function heateor_sss_get_blog_ids() {
|
53 |
+
global $wpdb;
|
54 |
+
|
55 |
+
$sql = <<<SQL
|
56 |
+
SELECT blog_id
|
57 |
+
FROM {$wpdb->blogs}
|
58 |
+
WHERE archived = '0'
|
59 |
+
AND spam = '0'
|
60 |
+
AND deleted = '0'
|
61 |
+
SQL;
|
62 |
+
|
63 |
+
return $wpdb->get_col( esc_sql( $sql ) );
|
64 |
+
}
|