Version Description
- [New] Added "heateor_sss_follow_icons" filter to customize "Follow Icons" widget
- [Improvement] Reduced space between social share icons in AMP for better look
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 3.1.10 |
Comparing to | |
See all releases |
Code changes from version 3.1.9 to 3.1.10
admin/partials/sassy-social-share-options-page.php
CHANGED
@@ -1018,7 +1018,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
1018 |
<td>
|
1019 |
<input id="heateor_sss_counts" name="heateor_sss[horizontal_counts]" type="checkbox" <?php echo isset( $options['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1020 |
<br/>
|
1021 |
-
<span class="heateor_sss_help_content" style="display:block"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte', 'sassy-social-share' ) ?></span>
|
1022 |
</td>
|
1023 |
</tr>
|
1024 |
|
@@ -1462,7 +1462,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
1462 |
<td>
|
1463 |
<input id="heateor_sss_vertical_counts" name="heateor_sss[vertical_counts]" type="checkbox" <?php echo isset( $options['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1464 |
<br/>
|
1465 |
-
<span class="heateor_sss_help_content" style="display:block"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte', 'sassy-social-share' ) ?></span>
|
1466 |
</td>
|
1467 |
</tr>
|
1468 |
|
1018 |
<td>
|
1019 |
<input id="heateor_sss_counts" name="heateor_sss[horizontal_counts]" type="checkbox" <?php echo isset( $options['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1020 |
<br/>
|
1021 |
+
<span class="heateor_sss_help_content" style="display:block"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki and Vkontakte', 'sassy-social-share' ) ?></span>
|
1022 |
</td>
|
1023 |
</tr>
|
1024 |
|
1462 |
<td>
|
1463 |
<input id="heateor_sss_vertical_counts" name="heateor_sss[vertical_counts]" type="checkbox" <?php echo isset( $options['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1464 |
<br/>
|
1465 |
+
<span class="heateor_sss_help_content" style="display:block"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki and Vkontakte', 'sassy-social-share' ) ?></span>
|
1466 |
</td>
|
1467 |
</tr>
|
1468 |
|
includes/class-sassy-social-share-widgets.php
CHANGED
@@ -540,6 +540,7 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
540 |
if ( $instance['rss_feed'] ) {
|
541 |
$html .= '<li class="heateorSssSharingRound"><i style="'. $icon_style .'" alt="RSS Feed" title="RSS Feed" class="heateorSssSharing heateorSssRSSBackground"><a target="_blank" href="'. $instance['rss_feed'] .'" rel="noopener"><ss style="display:block" class="heateorSssSharingSvg heateorSssRSSSvg"></ss></a></i></li>';
|
542 |
}
|
|
|
543 |
$html .= '<ul>';
|
544 |
|
545 |
return $html;
|
540 |
if ( $instance['rss_feed'] ) {
|
541 |
$html .= '<li class="heateorSssSharingRound"><i style="'. $icon_style .'" alt="RSS Feed" title="RSS Feed" class="heateorSssSharing heateorSssRSSBackground"><a target="_blank" href="'. $instance['rss_feed'] .'" rel="noopener"><ss style="display:block" class="heateorSssSharingSvg heateorSssRSSSvg"></ss></a></i></li>';
|
542 |
}
|
543 |
+
$html = apply_filters( 'heateor_sss_follow_icons', $html, $instance, $icon_style );
|
544 |
$html .= '<ul>';
|
545 |
|
546 |
return $html;
|
languages/sassy-social-share.pot
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Sassy Social Share\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-01-
|
6 |
-
"PO-Revision-Date: 2018-01-
|
7 |
"Last-Translator: Team Heateor <hello@heateor.com>\n"
|
8 |
"Language-Team: Heateor <hello@heateor.com>\n"
|
9 |
"Language: en_IN\n"
|
@@ -141,13 +141,13 @@ msgstr ""
|
|
141 |
|
142 |
#: ../admin/partials/sassy-social-share-options-page.php:128
|
143 |
#: ../admin/partials/sassy-social-share-options-page.php:436
|
144 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
145 |
msgid "Round"
|
146 |
msgstr ""
|
147 |
|
148 |
#: ../admin/partials/sassy-social-share-options-page.php:130
|
149 |
#: ../admin/partials/sassy-social-share-options-page.php:438
|
150 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
151 |
msgid "Square"
|
152 |
msgstr ""
|
153 |
|
@@ -377,7 +377,7 @@ msgid "Url to share"
|
|
377 |
msgstr ""
|
378 |
|
379 |
#: ../admin/partials/sassy-social-share-options-page.php:709
|
380 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
381 |
msgid "Title"
|
382 |
msgstr ""
|
383 |
|
@@ -546,7 +546,7 @@ msgstr ""
|
|
546 |
#: ../admin/partials/sassy-social-share-options-page.php:1465
|
547 |
msgid ""
|
548 |
"Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
|
549 |
-
"Pinterest, Stumbleupon and Vkontakte"
|
550 |
msgstr ""
|
551 |
|
552 |
#: ../admin/partials/sassy-social-share-options-page.php:1028
|
@@ -1140,12 +1140,12 @@ msgid "Select"
|
|
1140 |
msgstr ""
|
1141 |
|
1142 |
#: ../includes/class-sassy-social-share-widgets.php:196
|
1143 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1144 |
msgid "Before widget content:"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
#: ../includes/class-sassy-social-share-widgets.php:198
|
1148 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1149 |
msgid "After widget content:"
|
1150 |
msgstr ""
|
1151 |
|
@@ -1190,79 +1190,79 @@ msgstr ""
|
|
1190 |
msgid "These icons link to your Social Media accounts"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1194 |
msgid "Size of icons"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1198 |
msgid "Icon Shape"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1202 |
msgid "Facebook ID:"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1206 |
msgid "Twitter ID:"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1210 |
msgid "Instagram ID:"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1214 |
msgid "Pinterest ID:"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1218 |
msgid "Behance ID:"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1222 |
msgid "Flickr ID:"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1226 |
msgid "Foursquare ID:"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1230 |
msgid "Github ID:"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1234 |
msgid "Google+ ID:"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1238 |
msgid "LinkedIn ID:"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1242 |
msgid "LinkedIn Company ID:"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1246 |
msgid "Snapchat ID:"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1250 |
msgid "Tumblr ID:"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1254 |
msgid "Vimeo ID:"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1258 |
msgid "Youtube ID:"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1262 |
msgid "Youtube Channel ID:"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
-
#: ../includes/class-sassy-social-share-widgets.php:
|
1266 |
msgid "RSS Feed URL:"
|
1267 |
msgstr ""
|
1268 |
|
@@ -1271,12 +1271,12 @@ msgid "Link copied."
|
|
1271 |
msgstr ""
|
1272 |
|
1273 |
#: ../public/class-sassy-social-share-public.php:118
|
1274 |
-
#: ../public/class-sassy-social-share-public.php:
|
1275 |
msgid "Shares"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
#: ../public/class-sassy-social-share-public.php:118
|
1279 |
-
#: ../public/class-sassy-social-share-public.php:
|
1280 |
msgid "Share"
|
1281 |
msgstr ""
|
1282 |
|
@@ -1290,11 +1290,11 @@ msgstr ""
|
|
1290 |
msgid "Archives"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
-
#: ../public/class-sassy-social-share-public.php:
|
1294 |
-
#: ../public/class-sassy-social-share-public.php:
|
1295 |
msgid "Invalid request"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: ../public/class-sassy-social-share-public.php:
|
1299 |
msgid "Providers not selected"
|
1300 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Sassy Social Share\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-01-30 12:53+0530\n"
|
6 |
+
"PO-Revision-Date: 2018-01-30 12:53+0530\n"
|
7 |
"Last-Translator: Team Heateor <hello@heateor.com>\n"
|
8 |
"Language-Team: Heateor <hello@heateor.com>\n"
|
9 |
"Language: en_IN\n"
|
141 |
|
142 |
#: ../admin/partials/sassy-social-share-options-page.php:128
|
143 |
#: ../admin/partials/sassy-social-share-options-page.php:436
|
144 |
+
#: ../includes/class-sassy-social-share-widgets.php:613
|
145 |
msgid "Round"
|
146 |
msgstr ""
|
147 |
|
148 |
#: ../admin/partials/sassy-social-share-options-page.php:130
|
149 |
#: ../admin/partials/sassy-social-share-options-page.php:438
|
150 |
+
#: ../includes/class-sassy-social-share-widgets.php:614
|
151 |
msgid "Square"
|
152 |
msgstr ""
|
153 |
|
377 |
msgstr ""
|
378 |
|
379 |
#: ../admin/partials/sassy-social-share-options-page.php:709
|
380 |
+
#: ../includes/class-sassy-social-share-widgets.php:607
|
381 |
msgid "Title"
|
382 |
msgstr ""
|
383 |
|
546 |
#: ../admin/partials/sassy-social-share-options-page.php:1465
|
547 |
msgid ""
|
548 |
"Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
|
549 |
+
"Pinterest, Stumbleupon, Odnoklassniki and Vkontakte"
|
550 |
msgstr ""
|
551 |
|
552 |
#: ../admin/partials/sassy-social-share-options-page.php:1028
|
1140 |
msgstr ""
|
1141 |
|
1142 |
#: ../includes/class-sassy-social-share-widgets.php:196
|
1143 |
+
#: ../includes/class-sassy-social-share-widgets.php:605
|
1144 |
msgid "Before widget content:"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
#: ../includes/class-sassy-social-share-widgets.php:198
|
1148 |
+
#: ../includes/class-sassy-social-share-widgets.php:667
|
1149 |
msgid "After widget content:"
|
1150 |
msgstr ""
|
1151 |
|
1190 |
msgid "These icons link to your Social Media accounts"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: ../includes/class-sassy-social-share-widgets.php:609
|
1194 |
msgid "Size of icons"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: ../includes/class-sassy-social-share-widgets.php:611
|
1198 |
msgid "Icon Shape"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: ../includes/class-sassy-social-share-widgets.php:616
|
1202 |
msgid "Facebook ID:"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: ../includes/class-sassy-social-share-widgets.php:619
|
1206 |
msgid "Twitter ID:"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: ../includes/class-sassy-social-share-widgets.php:622
|
1210 |
msgid "Instagram ID:"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: ../includes/class-sassy-social-share-widgets.php:625
|
1214 |
msgid "Pinterest ID:"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: ../includes/class-sassy-social-share-widgets.php:628
|
1218 |
msgid "Behance ID:"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: ../includes/class-sassy-social-share-widgets.php:631
|
1222 |
msgid "Flickr ID:"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: ../includes/class-sassy-social-share-widgets.php:634
|
1226 |
msgid "Foursquare ID:"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: ../includes/class-sassy-social-share-widgets.php:637
|
1230 |
msgid "Github ID:"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: ../includes/class-sassy-social-share-widgets.php:640
|
1234 |
msgid "Google+ ID:"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: ../includes/class-sassy-social-share-widgets.php:643
|
1238 |
msgid "LinkedIn ID:"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: ../includes/class-sassy-social-share-widgets.php:646
|
1242 |
msgid "LinkedIn Company ID:"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: ../includes/class-sassy-social-share-widgets.php:649
|
1246 |
msgid "Snapchat ID:"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: ../includes/class-sassy-social-share-widgets.php:652
|
1250 |
msgid "Tumblr ID:"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: ../includes/class-sassy-social-share-widgets.php:655
|
1254 |
msgid "Vimeo ID:"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: ../includes/class-sassy-social-share-widgets.php:658
|
1258 |
msgid "Youtube ID:"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: ../includes/class-sassy-social-share-widgets.php:661
|
1262 |
msgid "Youtube Channel ID:"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: ../includes/class-sassy-social-share-widgets.php:664
|
1266 |
msgid "RSS Feed URL:"
|
1267 |
msgstr ""
|
1268 |
|
1271 |
msgstr ""
|
1272 |
|
1273 |
#: ../public/class-sassy-social-share-public.php:118
|
1274 |
+
#: ../public/class-sassy-social-share-public.php:1146
|
1275 |
msgid "Shares"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
#: ../public/class-sassy-social-share-public.php:118
|
1279 |
+
#: ../public/class-sassy-social-share-public.php:1146
|
1280 |
msgid "Share"
|
1281 |
msgstr ""
|
1282 |
|
1290 |
msgid "Archives"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: ../public/class-sassy-social-share-public.php:1471
|
1294 |
+
#: ../public/class-sassy-social-share-public.php:1714
|
1295 |
msgid "Invalid request"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: ../public/class-sassy-social-share-public.php:1477
|
1299 |
msgid "Providers not selected"
|
1300 |
msgstr ""
|
public/class-sassy-social-share-public.php
CHANGED
@@ -1967,7 +1967,7 @@ class Sassy_Social_Share_Public {
|
|
1967 |
public function frontend_amp_css() {
|
1968 |
|
1969 |
// background color of amp icons
|
1970 |
-
$css = 'a.heateor_sss_amp{padding:0 4px;}div.heateor_sss_horizontal_sharing a amp-img{display:inline-block;
|
1971 |
|
1972 |
// css for horizontal sharing bar
|
1973 |
if ( $this->options['horizontal_sharing_shape'] == 'round' ) {
|
1967 |
public function frontend_amp_css() {
|
1968 |
|
1969 |
// background color of amp icons
|
1970 |
+
$css = 'a.heateor_sss_amp{padding:0 4px;}div.heateor_sss_horizontal_sharing a amp-img{display:inline-block;}.heateor_sss_amp_instagram img{background-color:#624E47}.heateor_sss_amp_yummly img{background-color:#E16120}.heateor_sss_amp_buffer img{background-color:#000}.heateor_sss_amp_delicious img{background-color:#53BEEE}.heateor_sss_amp_facebook img{background-color:#3C589A}.heateor_sss_amp_digg img{background-color:#006094}.heateor_sss_amp_email img{background-color:#649A3F}.heateor_sss_amp_float_it img{background-color:#53BEEE}.heateor_sss_amp_google img{background-color:#dd4b39}.heateor_sss_amp_google_plus img{background-color:#dd4b39}.heateor_sss_amp_linkedin img{background-color:#0077B5}.heateor_sss_amp_pinterest img{background-color:#CC2329}.heateor_sss_amp_print img{background-color:#FD6500}.heateor_sss_amp_reddit img{background-color:#247CED}.heateor_sss_amp_stocktwits img{background-color: #40576F}.heateor_sss_amp_stumbleupon img{background-color:#EA4823}.heateor_sss_amp_tumblr img{background-color:#29435D}.heateor_sss_amp_twitter img{background-color:#55acee}.heateor_sss_amp_vkontakte img{background-color:#5E84AC}.heateor_sss_amp_yahoo img{background-color:#8F03CC}.heateor_sss_amp_xing img{background-color:#00797D}.heateor_sss_amp_instagram img{background-color:#527FA4}.heateor_sss_amp_whatsapp img{background-color:#55EB4C}.heateor_sss_amp_aim img{background-color: #10ff00}.heateor_sss_amp_amazon_wish_list img{background-color: #ffe000}.heateor_sss_amp_aol_mail img{background-color: #2A2A2A}.heateor_sss_amp_app_net img{background-color: #5D5D5D}.heateor_sss_amp_baidu img{background-color: #2319DC}.heateor_sss_amp_balatarin img{background-color: #fff}.heateor_sss_amp_bibsonomy img{background-color: #000}.heateor_sss_amp_bitty_browser img{background-color: #EFEFEF}.heateor_sss_amp_blinklist img{background-color: #3D3C3B}.heateor_sss_amp_blogger_post img{background-color: #FDA352}.heateor_sss_amp_blogmarks img{background-color: #535353}.heateor_sss_amp_bookmarks_fr img{background-color: #E8EAD4}.heateor_sss_amp_box_net img{background-color: #1A74B0}.heateor_sss_amp_buddymarks img{background-color: #ffd400}.heateor_sss_amp_care2_news img{background-color: #6EB43F}.heateor_sss_amp_citeulike img{background-color: #2781CD}.heateor_sss_amp_comment img{background-color: #444}.heateor_sss_amp_diary_ru img{background-color: #E8D8C6}.heateor_sss_amp_diaspora img{background-color: #2E3436}.heateor_sss_amp_dihitt img{background-color: #FF6300}.heateor_sss_amp_diigo img{background-color: #4A8BCA}.heateor_sss_amp_douban img{background-color: #497700}.heateor_sss_amp_draugiem img{background-color: #ffad66}.heateor_sss_amp_dzone img{background-color: #fff088}.heateor_sss_amp_evernote img{background-color: #8BE056}.heateor_sss_amp_facebook_messenger img{background-color: #0084FF}.heateor_sss_amp_fark img{background-color: #555}.heateor_sss_amp_flipboard img{background-color: #CC0000}.heateor_sss_amp_folkd img{background-color: #0F70B2}.heateor_sss_amp_google_classroom img{background-color: #FFC112}.heateor_sss_amp_google_bookmarks img{background-color: #CB0909}.heateor_sss_amp_google_gmail img{background-color: #E5E5E5}.heateor_sss_amp_hacker_news img{background-color: #F60}.heateor_sss_amp_hatena img{background-color: #00A6DB}.heateor_sss_amp_instapaper img{background-color: #EDEDED}.heateor_sss_amp_jamespot img{background-color: #FF9E2C}.heateor_sss_amp_kakao img{background-color: #FCB700}.heateor_sss_amp_kik img{background-color: #2A2A2A}.heateor_sss_amp_kindle_it img{background-color: #2A2A2A}.heateor_sss_amp_known img{background-color: #fff101}.heateor_sss_amp_line img{background-color: #00C300}.heateor_sss_amp_livejournal img{background-color: #EDEDED}.heateor_sss_amp_mail_ru img{background-color: #356FAC}.heateor_sss_amp_mendeley img{background-color: #A70805}.heateor_sss_amp_meneame img{background-color: #FF7D12}.heateor_sss_amp_mixi img{background-color: #EDEDED}.heateor_sss_amp_myspace img{background-color: #2A2A2A}.heateor_sss_amp_netlog img{background-color: #2A2A2A}.heateor_sss_amp_netvouz img{background-color: #c0ff00}.heateor_sss_amp_newsvine img{background-color: #055D00}.heateor_sss_amp_nujij img{background-color: #D40000}.heateor_sss_amp_odnoklassniki img{background-color: #F2720C}.heateor_sss_amp_oknotizie img{background-color: #fdff88}.heateor_sss_amp_outlook_com img{background-color: #0072C6}.heateor_sss_amp_papaly img{background-color: #3AC0F6}.heateor_sss_amp_pinboard img{background-color: #1341DE}.heateor_sss_amp_plurk img{background-color: #CF682F}.heateor_sss_amp_pocket img{background-color: #f0f0f0}.heateor_sss_amp_polyvore img{background-color: #2A2A2A}.heateor_sss_amp_printfriendly img{background-color: #61D1D5}.heateor_sss_amp_protopage_bookmarks img{background-color: #413FFF}.heateor_sss_amp_pusha img{background-color: #0072B8}.heateor_sss_amp_qzone img{background-color: #2B82D9}.heateor_sss_amp_refind img{background-color: #1492ef}.heateor_sss_amp_rediff_mypage img{background-color: #D20000}.heateor_sss_amp_renren img{background-color: #005EAC}.heateor_sss_amp_segnalo img{background-color: #fdff88}.heateor_sss_amp_sina_weibo img{background-color: #ff0}.heateor_sss_amp_sitejot img{background-color: #ffc800}.heateor_sss_amp_skype img{background-color: #00AFF0}.heateor_sss_amp_sms img{background-color: #6ebe45}.heateor_sss_amp_slashdot img{background-color: #004242}.heateor_sss_amp_stumpedia img{background-color: #EDEDED}.heateor_sss_amp_svejo img{background-color: #fa7aa3}.heateor_sss_amp_symbaloo_feeds img{background-color: #6DA8F7}.heateor_sss_amp_telegram img{background-color: #3DA5f1}.heateor_sss_amp_trello img{background-color: #1189CE}.heateor_sss_amp_tuenti img{background-color: #0075C9}.heateor_sss_amp_twiddla img{background-color: #EDEDED}.heateor_sss_amp_typepad_post img{background-color: #2A2A2A}.heateor_sss_amp_viadeo img{background-color: #2A2A2A}.heateor_sss_amp_viber img{background-color: #8B628F}.heateor_sss_amp_wanelo img{background-color: #fff}.heateor_sss_amp_webnews img{background-color: #CC2512}.heateor_sss_amp_wordpress img{background-color: #464646}.heateor_sss_amp_wykop img{background-color: #367DA9}.heateor_sss_amp_yahoo_mail img{background-color: #400090}.heateor_sss_amp_yahoo_messenger img{background-color: #400090}.heateor_sss_amp_yoolink img{background-color: #A2C538}.heateor_sss_amp_youmob img{background-color: #3B599D}';
|
1971 |
|
1972 |
// css for horizontal sharing bar
|
1973 |
if ( $this->options['horizontal_sharing_shape'] == 'round' ) {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate/?action=Sassy+Social+Share
|
|
4 |
Tags: social share, social sharing, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, facebook like, twitter tweet, google +1, google plus share
|
5 |
Requires at least: 2.5.0
|
6 |
Tested up to: 4.9.2
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
@@ -20,7 +20,7 @@ This is the Simplest and Smoothest Social Sharing plugin with optimized and grea
|
|
20 |
= Feature list =
|
21 |
* Around **100 Social Sharing/Bookmarking** services
|
22 |
* Social Media follow icons (Redirect website visitors to your Social Media pages)
|
23 |
-
* Share counts are supported for Facebook, Linkedin, Twitter, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte
|
24 |
* FREE **Icon Customization** options
|
25 |
* Options to specify sharing icon shape - Square, Round and Rectangular
|
26 |
* Options to specify sharing icon size - minimum 16 pixels, no upper limit
|
@@ -119,6 +119,10 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
119 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
120 |
|
121 |
== Changelog ==
|
|
|
|
|
|
|
|
|
122 |
= 3.1.9 =
|
123 |
* [Bugfix] Facebook share counts were not getting updated after updating to version 3.1.8 in some cases
|
124 |
|
@@ -495,4 +499,8 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
495 |
* [Improvement] Share count functionality is smoother
|
496 |
|
497 |
= 3.1.9 =
|
498 |
-
* [Bugfix] Facebook share counts were not getting updated after updating to version 3.1.8 in some cases
|
|
|
|
|
|
|
|
4 |
Tags: social share, social sharing, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, facebook like, twitter tweet, google +1, google plus share
|
5 |
Requires at least: 2.5.0
|
6 |
Tested up to: 4.9.2
|
7 |
+
Stable tag: 3.1.10
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
20 |
= Feature list =
|
21 |
* Around **100 Social Sharing/Bookmarking** services
|
22 |
* Social Media follow icons (Redirect website visitors to your Social Media pages)
|
23 |
+
* Share counts are supported for Facebook, Linkedin, Twitter, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki and Vkontakte
|
24 |
* FREE **Icon Customization** options
|
25 |
* Options to specify sharing icon shape - Square, Round and Rectangular
|
26 |
* Options to specify sharing icon size - minimum 16 pixels, no upper limit
|
119 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
120 |
|
121 |
== Changelog ==
|
122 |
+
= 3.1.10 =
|
123 |
+
* [New] Added "heateor_sss_follow_icons" filter to customize "Follow Icons" widget
|
124 |
+
* [Improvement] Reduced space between social share icons in AMP for better look
|
125 |
+
|
126 |
= 3.1.9 =
|
127 |
* [Bugfix] Facebook share counts were not getting updated after updating to version 3.1.8 in some cases
|
128 |
|
499 |
* [Improvement] Share count functionality is smoother
|
500 |
|
501 |
= 3.1.9 =
|
502 |
+
* [Bugfix] Facebook share counts were not getting updated after updating to version 3.1.8 in some cases
|
503 |
+
|
504 |
+
= 3.1.10 =
|
505 |
+
* [New] Added "heateor_sss_follow_icons" filter to customize "Follow Icons" widget
|
506 |
+
* [Improvement] Reduced space between social share icons in AMP for better look
|
sassy-social-share.php
CHANGED
@@ -7,7 +7,7 @@
|
|
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: 3.1.
|
11 |
* Author: Team Heateor
|
12 |
* Author URI: https://www.heateor.com
|
13 |
* Text Domain: sassy-social-share
|
@@ -21,7 +21,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
21 |
die;
|
22 |
}
|
23 |
|
24 |
-
define( 'HEATEOR_SSS_VERSION', '3.1.
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|
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: 3.1.10
|
11 |
* Author: Team Heateor
|
12 |
* Author URI: https://www.heateor.com
|
13 |
* Text Domain: sassy-social-share
|
21 |
die;
|
22 |
}
|
23 |
|
24 |
+
define( 'HEATEOR_SSS_VERSION', '3.1.10' );
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|