Version Description
- [Bugfix] Center alignment for standard share icons was not working in some cases
- [Bugfix] Enabling social share count was not taking effect for rectangular social share/like buttons
- [Bugfix] Fixed mis-alignment of rectangular social share icons
- [Bugfix] Xing share stopped working
- [Bugfix] Whatsapp share was not working on Firefox and Safari browsers
- [New] Added option to hide the slider present below the floating share bar
- [Improvement] Improved the look of slider arrow below the floating share bar
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 3.2.13 |
Comparing to | |
See all releases |
Code changes from version 3.2.12 to 3.2.13
- admin/class-sassy-social-share-admin.php +9 -1
- admin/css/sassy-social-share-admin.css +1 -1
- admin/partials/sassy-social-share-about.php +0 -1
- admin/partials/sassy-social-share-options-page.php +23 -4
- includes/class-sassy-social-share-sharing-networks.php +39 -9
- languages/sassy-social-share.pot +229 -220
- public/class-sassy-social-share-public.php +34 -10
- public/css/sassy-social-share-public.css +1 -1
- public/js/sassy-social-share-public.js +6 -1
- readme.txt +21 -3
- sassy-social-share.php +7 -2
admin/class-sassy-social-share-admin.php
CHANGED
@@ -463,6 +463,14 @@ class Sassy_Social_Share_Admin {
|
|
463 |
public function show_notices() {
|
464 |
|
465 |
if ( current_user_can( 'manage_options' ) ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
466 |
if ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && version_compare( '1.3.3', HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION ) > 0 ) {
|
467 |
?>
|
468 |
<div class="error notice">
|
@@ -582,7 +590,7 @@ class Sassy_Social_Share_Admin {
|
|
582 |
|
583 |
if ( is_array( $links ) ) {
|
584 |
$addons_link = '<a href="https://www.heateor.com/add-ons" target="_blank">' . __( 'Add-Ons', 'sassy-social-share' ) . '</a>';
|
585 |
-
$support_link = '<a href="http://support.heateor.com" target="_blank">' . __( 'Support Documentation', 'sassy-social-share' ) . '</a>';
|
586 |
$settings_link = '<a href="admin.php?page=heateor-sss-options">' . __( 'Settings', 'sassy-social-share' ) . '</a>';
|
587 |
|
588 |
// place it before other links
|
463 |
public function show_notices() {
|
464 |
|
465 |
if ( current_user_can( 'manage_options' ) ) {
|
466 |
+
if( get_transient( 'heateor-sss-admin-notice-on-activation' ) ) { ?>
|
467 |
+
<div class="notice notice-success is-dismissible">
|
468 |
+
<p><strong><?php printf( __( 'Thanks for installing Sassy Social Share plugin. Click <a href="%s">here</a> to configure plugin settings.', 'sassy-social-share' ), admin_url( 'admin.php?page=heateor-sss-options' ) ); ?></strong></p>
|
469 |
+
</div> <?php
|
470 |
+
/* Delete transient, only display this notice once. */
|
471 |
+
delete_transient( 'heateor-sss-admin-notice-on-activation' );
|
472 |
+
}
|
473 |
+
|
474 |
if ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && version_compare( '1.3.3', HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION ) > 0 ) {
|
475 |
?>
|
476 |
<div class="error notice">
|
590 |
|
591 |
if ( is_array( $links ) ) {
|
592 |
$addons_link = '<a href="https://www.heateor.com/add-ons" target="_blank">' . __( 'Add-Ons', 'sassy-social-share' ) . '</a>';
|
593 |
+
$support_link = '<br/><a href="http://support.heateor.com" target="_blank">' . __( 'Support Documentation', 'sassy-social-share' ) . '</a>';
|
594 |
$settings_link = '<a href="admin.php?page=heateor-sss-options">' . __( 'Settings', 'sassy-social-share' ) . '</a>';
|
595 |
|
596 |
// place it before other links
|
admin/css/sassy-social-share-admin.css
CHANGED
@@ -1 +1 @@
|
|
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;margin-bottom:0!important}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}.heateorSssThreemaBackground{background-color:#2A2A2A}.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:#0077B5}.heateorSssMoreBackground{background-color:#EE8E2D}.heateorSssPinterestBackground{background-color:#CC2329}.heateorSssPrintBackground{background-color:#FD6500}.heateorSssRedditBackground{background-color:#FF5700}.heateorSssMeWeBackground{background-color:#007da1}.heateorSssMixBackground{background-color:#ff8226}.heateorSssTumblrBackground{background-color:#29435D}.heateorSssTwitterBackground{background-color:#55acee}.heateorSssVkontakteBackground{background-color:#5E84AC}.heateorSssYahooBackground{background-color:#8F03CC}.heateorSssXingBackground{background-color:#00797D}.heateorSssDeliciousBackground{background-color:#53BEEE}.heateorSssInstagramBackground{background-color:#527FA4}.heateorSssWhatsappBackground{background-color:#55EB4C}.heateorSssLinkedinshareBackground{width:66px!important;}.heateorSssFacebookrecommendBackground{width:95px!important;}.heateorSssFacebookshareBackground{width:60px!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;}.heateorSssSharingSvg{width:100%;height:100%}.ss_demo{background:linear-gradient(#ec1b23, #d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer;border-bottom-style: groove;border-bottom-width: 5px;border-bottom-color: rgb(0,0,0,0.2);}.ss_demo:hover{background: linear-gradient(#d43116,#ec1b23);}.heateorSssLinkedinshareSvg{background:url(../../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.heateorSssFacebookshareSvg{background:url(../../images/sharing/facebook_share.png) left no-repeat;border-radius: 0!important}.heateorSssFacebooklikeSvg{background:url(../../images/sharing/facebook_like.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;}.heateorSssAIMBackground{background-color: #10ff00}.heateorSssAmazonWishListBackground{background-color: #ffe000}.heateorSssAOLMailBackground{background-color: #2A2A2A}.heateorSssAppnetBackground{background-color: #5D5D5D}.heateorSssBaiduBackground{background-color: #2319DC}.heateorSssBalatarinBackground{background-color: #fff}.heateorSssBibSonomyBackground{background-color: #000}.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: #ffd400}.heateorSssCare2NewsBackground{background-color: #6EB43F}.heateorSssCiteULikeBackground{background-color: #2781CD}.heateorSssCommentBackground{background-color: #444}.heateorSssCopyLinkBackground{background-color: #FFC112}.heateorSssDiaryRuBackground{background-color: #E8D8C6}.heateorSssDiHITTBackground{background-color: #FF6300}.heateorSssDiasporaBackground{background-color: #0166FF}.heateorSssDiigoBackground{background-color: #4A8BCA}.heateorSssDoubanBackground{background-color: #497700}.heateorSssDraugiemBackground{background-color: #ffad66}.heateorSssDZoneBackground{background-color: #fff088}.heateorSssEvernoteBackground{background-color: #8BE056}.heateorSssFacebookMessengerBackground{background-color: #0084FF}.heateorSssFarkBackground{background-color: #555}.heateorSssFlipboardBackground{background-color: #CC0000}.heateorSssFolkdBackground{background-color: #0F70B2}.heateorSssGoogleClassroomBackground{background-color: #FFC112}.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}.heateorSssKikBackground{background-color: #2A2A2A}.heateorSssKnownBackground{background-color: #fff101}.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: #c0ff00}.heateorSssNewsVineBackground{background-color: #055D00}.heateorSssNUjijBackground{background-color: #D40000}.heateorSssOdnoklassnikiBackground{background-color: #F2720C}.heateorSssOknotizieBackground{background-color: #fdff88}.heateorSssOutlookcomBackground{background-color: #0072C6}.heateorSssPapalyBackground{background-color: #3AC0F6}.heateorSssPinboardBackground{background-color: #1341DE}.heateorSssPlurkBackground{background-color: #CF682F}.heateorSssPocketBackground{background-color: #f0f0f0}.heateorSssPolyvoreBackground{background-color: #2A2A2A}.heateorSssPrintFriendlyBackground{background-color: #61D1D5}.heateorSssProtopageBookmarksBackground{background-color: #413FFF}.heateorSssPushaBackground{background-color: #0072B8}.heateorSssQzoneBackground{background-color: #2B82D9}.heateorSssRefindBackground{background-color: #1492ef}.heateorSssRediffMyPageBackground{background-color: #D20000}.heateorSssRenrenBackground{background-color: #005EAC}.heateorSssSegnaloBackground{background-color: #fdff88}.heateorSssSinaWeiboBackground{background-color: #ff0}.heateorSssSiteJotBackground{background-color: #ffc800}.heateorSssSkypeBackground{background-color: #00AFF0}.heateorSssSMSBackground{background-color: #6ebe45}.heateorSssSlashdotBackground{background-color: #004242}.heateorSssStockTwitsBackground{background-color: #40576F}.heateorSssStumpediaBackground{background-color: #EDEDED}.heateorSssSvejoBackground{background-color: #fa7aa3}.heateorSssSymbalooFeedsBackground{background-color: #6DA8F7}.heateorSssTelegramBackground{background-color: #3DA5f1}.heateorSssTrelloBackground{background-color: #1189CE}.heateorSssTuentiBackground{background-color: #0075C9}.heateorSssTwiddlaBackground{background-color: #EDEDED}.heateorSssTypePadPostBackground{background-color: #2A2A2A}.heateorSssViadeoBackground{background-color: #2A2A2A}.heateorSssViberBackground{background-color: #8B628F}.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%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 0px;padding-top:0!important;}select{height:24px !important;line-height:24px !important;vertical-align:top !important}.heateorSssGentleReaderBackground{background-color:#46aecf}@media screen and (max-width:783px){.heateor_sss_left_column{width:99%!important;}.heateor_sss_right_column{width:99%;margin-left:0;}.form-table input[type=radio]{margin:3px 0 !important;}}
|
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;margin-bottom:0!important}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}.heateorSssThreemaBackground{background-color:#2A2A2A}.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:#0077B5}.heateorSssMoreBackground{background-color:#EE8E2D}.heateorSssPinterestBackground{background-color:#CC2329}.heateorSssPrintBackground{background-color:#FD6500}.heateorSssRedditBackground{background-color:#FF5700}.heateorSssMeWeBackground{background-color:#007da1}.heateorSssMixBackground{background-color:#ff8226}.heateorSssTumblrBackground{background-color:#29435D}.heateorSssTwitterBackground{background-color:#55acee}.heateorSssVkontakteBackground{background-color:#5E84AC}.heateorSssYahooBackground{background-color:#8F03CC}.heateorSssXingBackground{background-color:#00797D}.heateorSssDeliciousBackground{background-color:#53BEEE}.heateorSssInstagramBackground{background-color:#527FA4}.heateorSssWhatsappBackground{background-color:#55EB4C}.heateorSssLinkedinshareBackground{width:66px!important;}.heateorSssFacebookrecommendBackground{width:95px!important;}.heateorSssFacebookshareBackground{width:60px!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;}.heateorSssSharingSvg{width:100%;height:100%}.ss_demo{background:linear-gradient(#ec1b23, #d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer;border-bottom-style: groove;border-bottom-width: 5px;border-bottom-color: rgb(0,0,0,0.2);}.ss_demo:hover{background: linear-gradient(#d43116,#ec1b23);}.heateorSssLinkedinshareSvg{background:url(../../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.heateorSssFacebookshareSvg{background:url(../../images/sharing/facebook_share.png) left no-repeat;border-radius: 0!important}.heateorSssFacebooklikeSvg{background:url(../../images/sharing/facebook_like.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;}.heateorSssAIMBackground{background-color: #10ff00}.heateorSssAmazonWishListBackground{background-color: #ffe000}.heateorSssAOLMailBackground{background-color: #2A2A2A}.heateorSssAppnetBackground{background-color: #5D5D5D}.heateorSssBaiduBackground{background-color: #2319DC}.heateorSssBalatarinBackground{background-color: #fff}.heateorSssBibSonomyBackground{background-color: #000}.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: #ffd400}.heateorSssCare2NewsBackground{background-color: #6EB43F}.heateorSssCiteULikeBackground{background-color: #2781CD}.heateorSssCommentBackground{background-color: #444}.heateorSssCopyLinkBackground{background-color: #FFC112}.heateorSssDiaryRuBackground{background-color: #E8D8C6}.heateorSssDiHITTBackground{background-color: #FF6300}.heateorSssDiasporaBackground{background-color: #0166FF}.heateorSssDiigoBackground{background-color: #4A8BCA}.heateorSssDoubanBackground{background-color: #497700}.heateorSssDraugiemBackground{background-color: #ffad66}.heateorSssDZoneBackground{background-color: #fff088}.heateorSssEvernoteBackground{background-color: #8BE056}.heateorSssFacebookMessengerBackground{background-color: #0084FF}.heateorSssFarkBackground{background-color: #555}.heateorSssFlipboardBackground{background-color: #CC0000}.heateorSssFolkdBackground{background-color: #0F70B2}.heateorSssGoogleClassroomBackground{background-color: #FFC112}.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}.heateorSssKikBackground{background-color: #2A2A2A}.heateorSssKnownBackground{background-color: #fff101}.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: #c0ff00}.heateorSssNewsVineBackground{background-color: #055D00}.heateorSssNUjijBackground{background-color: #D40000}.heateorSssOdnoklassnikiBackground{background-color: #F2720C}.heateorSssOknotizieBackground{background-color: #fdff88}.heateorSssOutlookcomBackground{background-color: #0072C6}.heateorSssPapalyBackground{background-color: #3AC0F6}.heateorSssPinboardBackground{background-color: #1341DE}.heateorSssPlurkBackground{background-color: #CF682F}.heateorSssPocketBackground{background-color: #f0f0f0}.heateorSssPolyvoreBackground{background-color: #2A2A2A}.heateorSssPrintFriendlyBackground{background-color: #61D1D5}.heateorSssProtopageBookmarksBackground{background-color: #413FFF}.heateorSssPushaBackground{background-color: #0072B8}.heateorSssQzoneBackground{background-color: #2B82D9}.heateorSssRefindBackground{background-color: #1492ef}.heateorSssRediffMyPageBackground{background-color: #D20000}.heateorSssRenrenBackground{background-color: #005EAC}.heateorSssSegnaloBackground{background-color: #fdff88}.heateorSssSinaWeiboBackground{background-color: #ff0}.heateorSssSiteJotBackground{background-color: #ffc800}.heateorSssSkypeBackground{background-color: #00AFF0}.heateorSssSMSBackground{background-color: #6ebe45}.heateorSssSlashdotBackground{background-color: #004242}.heateorSssStockTwitsBackground{background-color: #40576F}.heateorSssStumpediaBackground{background-color: #EDEDED}.heateorSssSvejoBackground{background-color: #fa7aa3}.heateorSssSymbalooFeedsBackground{background-color: #6DA8F7}.heateorSssTelegramBackground{background-color: #3DA5f1}.heateorSssTrelloBackground{background-color: #1189CE}.heateorSssTuentiBackground{background-color: #0075C9}.heateorSssTwiddlaBackground{background-color: #EDEDED}.heateorSssTypePadPostBackground{background-color: #2A2A2A}.heateorSssViadeoBackground{background-color: #2A2A2A}.heateorSssViberBackground{background-color: #8B628F}.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%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 0px;padding-top:0!important;}select{height:24px !important;line-height:24px !important;vertical-align:top !important}.heateorSssGentleReaderBackground{background-color:#46aecf}div#tabs .stuffbox h3{padding-left:7px}div.heateor_sss_left_column div.stuffbox{padding:0px 4px 5px 6px;}div.heateor_sss_left_column div.stuffbox h3{padding-left:7px}div.heateor_sss_right_column div.stuffbox{padding:0 4px 10px 9px;}div#tabs div.heateor_sss_right_column div.stuffbox h3{padding-left:0px}div.heateor_sss_right_column div.stuffbox h3{padding-left:1px;}@media screen and (max-width:783px){.heateor_sss_left_column{width:99%!important;}.heateor_sss_right_column{width:99%;margin-left:0;}.form-table input[type=radio]{margin:3px 0 !important;}}
|
admin/partials/sassy-social-share-about.php
CHANGED
@@ -4,7 +4,6 @@
|
|
4 |
<h3><label><?php _e( 'About', 'sassy-social-share' );?></label><label style="float:right"><?php _e( 'Version', 'sassy-social-share' );?> <?php echo $this->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>
|
4 |
<h3><label><?php _e( 'About', 'sassy-social-share' );?></label><label style="float:right"><?php _e( 'Version', 'sassy-social-share' );?> <?php echo $this->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 |
<div style="height:32px">
|
8 |
<a href="//www.facebook.com/heateor" target="_blank" title="Facebook"><img style="box-shadow:1px 1px 10px 1px #888888" class="heateorSssLoginButton heateorSssFacebookButton" /></a>
|
9 |
<a href="//twitter.com/heateor" target="_blank" title="Twitter"><img style="box-shadow:1px 1px 10px 1px #888888" class="heateorSssLoginButton heateorSssTwitterButton" ></a>
|
admin/partials/sassy-social-share-options-page.php
CHANGED
@@ -679,6 +679,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
679 |
<td colspan="2">
|
680 |
<div>
|
681 |
<?php _e( 'Master control to enable standard sharing', 'sassy-social-share' ) ?>
|
|
|
682 |
<img width="550" src="<?php echo plugins_url( '../../images/snaps/sss_horizontal_sharing.png', __FILE__ ); ?>" />
|
683 |
</div>
|
684 |
</td>
|
@@ -1496,6 +1497,24 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
1496 |
</td>
|
1497 |
</tr>
|
1498 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1499 |
<tr>
|
1500 |
<th>
|
1501 |
<img id="heateor_sss_mobile_sharing_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url( '../../images/info.png', __FILE__ ) ?>" />
|
@@ -1917,7 +1936,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
1917 |
<div class="heateor_sss_left_column">
|
1918 |
<div class="stuffbox">
|
1919 |
<h3><label><?php _e( 'Shortcode & Widget', 'sassy-social-share' );?></label></h3>
|
1920 |
-
<div class="inside">
|
1921 |
<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>
|
1922 |
</div>
|
1923 |
</div>
|
@@ -1930,7 +1949,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
1930 |
<div class="heateor_sss_left_column">
|
1931 |
<div class="stuffbox">
|
1932 |
<h3><label><?php _e( 'Facebook Sharing Troubleshooter', 'sassy-social-share' );?></label></h3>
|
1933 |
-
<div class="inside">
|
1934 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1935 |
<tr>
|
1936 |
<td>
|
@@ -1950,7 +1969,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
1950 |
<div class="heateor_sss_left_column">
|
1951 |
<div class="stuffbox">
|
1952 |
<h3><label><?php _e( 'FAQ', 'sassy-social-share' ) ?></label></h3>
|
1953 |
-
<div class="inside faq">
|
1954 |
<p><?php _e( '<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'sassy-social-share' ); ?></p>
|
1955 |
<p>
|
1956 |
<p><a href="http://support.heateor.com/why-is-sharer-not-showing-the-correct-image-title-and-other-meta-tags-content" target="_blank"><?php _e( 'Why is sharer not showing the correct image, title and other meta tags content?', 'sassy-social-share' ) ?></a></p>
|
@@ -1998,7 +2017,7 @@ defined( 'ABSPATH' ) or die("Cheating........Uh!!");
|
|
1998 |
|
1999 |
<div class="stuffbox">
|
2000 |
<h3><label>Instagram Shoutout</label></h3>
|
2001 |
-
<div class="inside">
|
2002 |
<p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'sassy-social-share' ) ?></p>
|
2003 |
<p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'sassy-social-share' ) ?></p>
|
2004 |
<p><?php _e( '@blahblahonlinecoaching proudly use #SassySocialShare to share content of their website. Be sure to visit their website at
|
679 |
<td colspan="2">
|
680 |
<div>
|
681 |
<?php _e( 'Master control to enable standard sharing', 'sassy-social-share' ) ?>
|
682 |
+
<div style="clear:both"></div>
|
683 |
<img width="550" src="<?php echo plugins_url( '../../images/snaps/sss_horizontal_sharing.png', __FILE__ ); ?>" />
|
684 |
</div>
|
685 |
</td>
|
1497 |
</td>
|
1498 |
</tr>
|
1499 |
|
1500 |
+
<tr>
|
1501 |
+
<th>
|
1502 |
+
<img id="heateor_sss_hslider_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url( '../../images/info.png', __FILE__ ) ?>" />
|
1503 |
+
<label for="heateor_sss_hslider"><?php _e( "Hide floating slider", 'sassy-social-share' ); ?></label>
|
1504 |
+
</th>
|
1505 |
+
<td>
|
1506 |
+
<input id="heateor_sss_hslider" name="heateor_sss[hide_slider]" type="checkbox" <?php echo isset( $options['hide_slider'] ) ? 'checked = "checked"' : '';?> value="1" />
|
1507 |
+
</td>
|
1508 |
+
</tr>
|
1509 |
+
|
1510 |
+
<tr class="heateor_sss_help_content" id="heateor_sss_hslider_help_cont">
|
1511 |
+
<td colspan="2">
|
1512 |
+
<div>
|
1513 |
+
<?php _e( 'Hides the slider arrow present below the floating share bar', 'sassy-social-share' ) ?>
|
1514 |
+
</div>
|
1515 |
+
</td>
|
1516 |
+
</tr>
|
1517 |
+
|
1518 |
<tr>
|
1519 |
<th>
|
1520 |
<img id="heateor_sss_mobile_sharing_help" class="heateor_sss_help_bubble" src="<?php echo plugins_url( '../../images/info.png', __FILE__ ) ?>" />
|
1936 |
<div class="heateor_sss_left_column">
|
1937 |
<div class="stuffbox">
|
1938 |
<h3><label><?php _e( 'Shortcode & Widget', 'sassy-social-share' );?></label></h3>
|
1939 |
+
<div class="inside" style="padding-left:7px">
|
1940 |
<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>
|
1941 |
</div>
|
1942 |
</div>
|
1949 |
<div class="heateor_sss_left_column">
|
1950 |
<div class="stuffbox">
|
1951 |
<h3><label><?php _e( 'Facebook Sharing Troubleshooter', 'sassy-social-share' );?></label></h3>
|
1952 |
+
<div class="inside" style="padding-left:1px">
|
1953 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
|
1954 |
<tr>
|
1955 |
<td>
|
1969 |
<div class="heateor_sss_left_column">
|
1970 |
<div class="stuffbox">
|
1971 |
<h3><label><?php _e( 'FAQ', 'sassy-social-share' ) ?></label></h3>
|
1972 |
+
<div class="inside faq" style="padding-left:8px">
|
1973 |
<p><?php _e( '<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'sassy-social-share' ); ?></p>
|
1974 |
<p>
|
1975 |
<p><a href="http://support.heateor.com/why-is-sharer-not-showing-the-correct-image-title-and-other-meta-tags-content" target="_blank"><?php _e( 'Why is sharer not showing the correct image, title and other meta tags content?', 'sassy-social-share' ) ?></a></p>
|
2017 |
|
2018 |
<div class="stuffbox">
|
2019 |
<h3><label>Instagram Shoutout</label></h3>
|
2020 |
+
<div class="inside" style="padding-left:7px">
|
2021 |
<p><?php _e( 'If you can send (to hello@heateor.com) how our plugin is helping your business, we can share it on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'sassy-social-share' ) ?></p>
|
2022 |
<p><?php _e( '<b>Example</b> - Blah-Blah Online Coaching teaches various programming language courses through their website. They have emerged as one of the most popular online coaching websites in the past year. Anyone can become proficient in programming language of their choice in a very easy way in no time.', 'sassy-social-share' ) ?></p>
|
2023 |
<p><?php _e( '@blahblahonlinecoaching proudly use #SassySocialShare to share content of their website. Be sure to visit their website at
|
includes/class-sassy-social-share-sharing-networks.php
CHANGED
@@ -41,14 +41,14 @@ class Sassy_Social_Share_Sharing_Networks {
|
|
41 |
'facebook_share' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button_count"></div></li>',
|
42 |
'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>',
|
43 |
'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>',
|
44 |
-
'twitter_tweet' => '<li
|
45 |
'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>',
|
46 |
'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>',
|
47 |
-
'linkedin_share' => '<li style="
|
48 |
-
'pinterest_pin' => '<li style="
|
49 |
-
'buffer_share' => '<li
|
50 |
-
'xing_share' => '<li
|
51 |
-
'yummly_share' => '<li
|
52 |
'reddit_badge' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>',
|
53 |
'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=%encoded_post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
54 |
'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=%wpseo_post_title%&url=%encoded_post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
@@ -62,7 +62,7 @@ class Sassy_Social_Share_Sharing_Networks {
|
|
62 |
'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=%encoded_post_url%&t=%post_title%&s=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
63 |
'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=%encoded_post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
64 |
'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>',
|
65 |
-
'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.xing
|
66 |
'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background"><a %amp_whatsapp% href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" rel="nofollow noopener" target="_blank"><ss style="display:block" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></a></i></li>',
|
67 |
'instagram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background"><a href="https://www.instagram.com/%instagram_username%" rel="nofollow noopener" target="_blank"><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></a></i></li>',
|
68 |
'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=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
@@ -189,7 +189,7 @@ class Sassy_Social_Share_Sharing_Networks {
|
|
189 |
'tumblr' => '<a class="heateor_sss_amp heateor_sss_amp_tumblr" href="http://www.tumblr.com/share?v=3&u=%encoded_post_url%&t=%post_title%&s=" title="Tumblr" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/tumblr.svg" width="%width%" height="%height%" alt="Tumblr" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
190 |
'vkontakte' => '<a class="heateor_sss_amp heateor_sss_amp_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/vkontakte.svg" width="%width%" height="%height%" alt="Vkontakte" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
191 |
'pinterest' => '<a class="heateor_sss_amp heateor_sss_amp_pinterest" href="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)})());" title="Pinterest" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/pinterest.svg" width="%width%" height="%height%" alt="Pinterest" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
192 |
-
'xing' => '<a class="heateor_sss_amp heateor_sss_amp_xing" href="https://www.xing
|
193 |
'whatsapp' => '<a class="heateor_sss_amp heateor_sss_amp_whatsapp" href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" title="Whatsapp" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/whatsapp.svg" width="%width%" height="%height%" alt="Whatsapp" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
194 |
'instagram' => '<a class="heateor_sss_amp heateor_sss_amp_instagram" href="https://www.instagram.com/%instagram_username%" title="Instagram" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/instagram.svg" width="%width%" height="%height%" alt="Instagram" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
195 |
'yummly' => '<a class="heateor_sss_amp heateor_sss_amp_yummly" href="http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%" title="Yummly" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/yummly.svg" width="%width%" height="%height%" alt="Yummly" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
@@ -291,10 +291,18 @@ class Sassy_Social_Share_Sharing_Networks {
|
|
291 |
*
|
292 |
* @since 1.0.0
|
293 |
*/
|
294 |
-
public function fetch_sharing_networks() {
|
295 |
|
296 |
$this->sharing_networks['instagram'] = str_replace( '%instagram_username%', $this->options['instagram_username'] != '' ? $this->options['instagram_username'] : $this->options['vertical_instagram_username'], $this->sharing_networks['instagram'] );
|
297 |
$this->sharing_networks['Comment'] = str_replace( '%comment_container_id%', $this->options['comment_container_id'] != '' ? $this->options['comment_container_id'] : $this->options['vertical_comment_container_id'], $this->sharing_networks['Comment'] );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
return $this->sharing_networks;
|
299 |
|
300 |
}
|
@@ -312,4 +320,26 @@ class Sassy_Social_Share_Sharing_Networks {
|
|
312 |
|
313 |
}
|
314 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
}
|
41 |
'facebook_share' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button_count"></div></li>',
|
42 |
'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>',
|
43 |
'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>',
|
44 |
+
'twitter_tweet' => '<li class="heateor_sss_%network%" heateor-sss-data-href="%post_url%">%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>',
|
45 |
'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>',
|
46 |
'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>',
|
47 |
+
'linkedin_share' => '<li style="margin-top:-1px!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>',
|
48 |
+
'pinterest_pin' => '<li style="margin-top:-6px!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>',
|
49 |
+
'buffer_share' => '<li 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>',
|
50 |
+
'xing_share' => '<li 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>',
|
51 |
+
'yummly_share' => '<li 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>',
|
52 |
'reddit_badge' => '<li style="padding:%padding%px 0 !important" class="heateor_sss_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>',
|
53 |
'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=%encoded_post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
54 |
'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=%wpseo_post_title%&url=%encoded_post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
62 |
'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=%encoded_post_url%&t=%post_title%&s=")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
63 |
'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=%encoded_post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
64 |
'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>',
|
65 |
+
'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background" onclick=\'heateorSssPopup("https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
66 |
'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background"><a %amp_whatsapp% href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" rel="nofollow noopener" target="_blank"><ss style="display:block" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></a></i></li>',
|
67 |
'instagram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background"><a href="https://www.instagram.com/%instagram_username%" rel="nofollow noopener" target="_blank"><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></a></i></li>',
|
68 |
'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=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></i></li>',
|
189 |
'tumblr' => '<a class="heateor_sss_amp heateor_sss_amp_tumblr" href="http://www.tumblr.com/share?v=3&u=%encoded_post_url%&t=%post_title%&s=" title="Tumblr" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/tumblr.svg" width="%width%" height="%height%" alt="Tumblr" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
190 |
'vkontakte' => '<a class="heateor_sss_amp heateor_sss_amp_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/vkontakte.svg" width="%width%" height="%height%" alt="Vkontakte" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
191 |
'pinterest' => '<a class="heateor_sss_amp heateor_sss_amp_pinterest" href="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)})());" title="Pinterest" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/pinterest.svg" width="%width%" height="%height%" alt="Pinterest" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
192 |
+
'xing' => '<a class="heateor_sss_amp heateor_sss_amp_xing" href="https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%" title="Xing" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/xing.svg" width="%width%" height="%height%" alt="Xing" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
193 |
'whatsapp' => '<a class="heateor_sss_amp heateor_sss_amp_whatsapp" href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" title="Whatsapp" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/whatsapp.svg" width="%width%" height="%height%" alt="Whatsapp" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
194 |
'instagram' => '<a class="heateor_sss_amp heateor_sss_amp_instagram" href="https://www.instagram.com/%instagram_username%" title="Instagram" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/instagram.svg" width="%width%" height="%height%" alt="Instagram" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
195 |
'yummly' => '<a class="heateor_sss_amp heateor_sss_amp_yummly" href="http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%" title="Yummly" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/yummly.svg" width="%width%" height="%height%" alt="Yummly" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
|
291 |
*
|
292 |
* @since 1.0.0
|
293 |
*/
|
294 |
+
public function fetch_sharing_networks( $sharing_type ) {
|
295 |
|
296 |
$this->sharing_networks['instagram'] = str_replace( '%instagram_username%', $this->options['instagram_username'] != '' ? $this->options['instagram_username'] : $this->options['vertical_instagram_username'], $this->sharing_networks['instagram'] );
|
297 |
$this->sharing_networks['Comment'] = str_replace( '%comment_container_id%', $this->options['comment_container_id'] != '' ? $this->options['comment_container_id'] : $this->options['vertical_comment_container_id'], $this->sharing_networks['Comment'] );
|
298 |
+
$this->sharing_networks['facebook_share'] = '<li style="padding:%padding%px 0 !important" class="heateor_sss_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button' . ( isset( $this->options[$sharing_type . '_counts'] ) ? '_count' : '' ) . '"></div></li>';
|
299 |
+
$this->sharing_networks['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' . ( isset( $this->options[$sharing_type . '_counts'] ) ? '_count' : '' ) . '" data-action="like" data-show-faces="false" data-share="false"></div></li>';
|
300 |
+
$this->sharing_networks['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' . ( isset( $this->options[$sharing_type . '_counts'] ) ? '_count' : '' ) . '" data-action="recommend" data-show-faces="false" data-share="false"></div></li>';
|
301 |
+
$this->sharing_networks['xing_share'] = '<li class="heateor_sss_xing">%like_count_container%<div data-type="XING/Share" ' . ( isset( $this->options[$sharing_type . '_counts'] ) ? '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>';
|
302 |
+
|
303 |
+
$whatsapp_share_url = $this->whatsapp_share_api();
|
304 |
+
$this->sharing_networks['whatsapp'] = '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="heateorSssSharing heateorSss%ucfirst_network%Background"><a %amp_whatsapp% href="https://' . $whatsapp_share_url . '.whatsapp.com/send?text=%post_title% %encoded_post_url%" rel="nofollow noopener" target="_blank"><ss style="display:block" class="heateorSssSharingSvg heateorSss%ucfirst_network%Svg"></ss></a></i></li>';
|
305 |
+
|
306 |
return $this->sharing_networks;
|
307 |
|
308 |
}
|
320 |
|
321 |
}
|
322 |
|
323 |
+
/**
|
324 |
+
* Determine which Whatsapp share url to use
|
325 |
+
*
|
326 |
+
* @since 3.2.13
|
327 |
+
*/
|
328 |
+
private function whatsapp_share_api() {
|
329 |
+
|
330 |
+
// detect the device for Whatsapp share API
|
331 |
+
$iphone = strpos( $_SERVER['HTTP_USER_AGENT'], "iPhone" );
|
332 |
+
$android = strpos( $_SERVER['HTTP_USER_AGENT'], "Android" );
|
333 |
+
$palmpre = strpos( $_SERVER['HTTP_USER_AGENT'], "webOS" );
|
334 |
+
$berry = strpos( $_SERVER['HTTP_USER_AGENT'], "BlackBerry" );
|
335 |
+
$ipod = strpos( $_SERVER['HTTP_USER_AGENT'], "iPod" );
|
336 |
+
// check if is a mobile
|
337 |
+
if ( $iphone || $android || $palmpre || $ipod || $berry == true ) {
|
338 |
+
return 'api';
|
339 |
+
} else {
|
340 |
+
return 'web';
|
341 |
+
}
|
342 |
+
|
343 |
+
}
|
344 |
+
|
345 |
}
|
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: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Heateor <hello@heateor.com>\n"
|
8 |
"Language-Team: Heateor <hello@heateor.com>\n"
|
9 |
"Language: en_IN\n"
|
@@ -64,14 +64,21 @@ msgstr ""
|
|
64 |
msgid "Dismiss this notice"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
msgid ""
|
69 |
"Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
|
70 |
"with current version of Sassy Social Share"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
74 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
75 |
#, php-format
|
76 |
msgid ""
|
77 |
"This plugin is GDPR compliant. You need to update the privacy policy of your "
|
@@ -79,14 +86,14 @@ msgid ""
|
|
79 |
"\"%s\" target=\"_blank\">here</a>"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
83 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
84 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
85 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
86 |
msgid "Okay"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
90 |
#, php-format
|
91 |
msgid ""
|
92 |
"Twitter share counts are no longer working as newsharecounts.com is down. To "
|
@@ -94,7 +101,7 @@ msgid ""
|
|
94 |
"\"_blank\">here</a> with this domain. No other steps needed."
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
98 |
#, php-format
|
99 |
msgid ""
|
100 |
"Now plugin supports a new service Twitcount.com to show Twitter shares. To "
|
@@ -103,20 +110,20 @@ msgid ""
|
|
103 |
"your website %s with them. No need to copy-paste any code from their website."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
107 |
msgid "Add-Ons"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
111 |
msgid "Support Documentation"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: ../admin/class-sassy-social-share-admin.php:
|
115 |
msgid "Settings"
|
116 |
msgstr ""
|
117 |
|
118 |
#: ../admin/partials/sassy-social-share-options-page.php:16
|
119 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
120 |
#, php-format
|
121 |
msgid ""
|
122 |
"You can appreciate the effort put in this free plugin by rating it <a href="
|
@@ -136,7 +143,7 @@ msgid "Floating Interface"
|
|
136 |
msgstr ""
|
137 |
|
138 |
#: ../admin/partials/sassy-social-share-options-page.php:27
|
139 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
140 |
msgid "Miscellaneous"
|
141 |
msgstr ""
|
142 |
|
@@ -145,8 +152,8 @@ msgid "3rd Party Integration"
|
|
145 |
msgstr ""
|
146 |
|
147 |
#: ../admin/partials/sassy-social-share-options-page.php:35
|
148 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
149 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
150 |
msgid "Shortcode & Widget"
|
151 |
msgstr ""
|
152 |
|
@@ -155,7 +162,7 @@ msgid "Troubleshooter"
|
|
155 |
msgstr ""
|
156 |
|
157 |
#: ../admin/partials/sassy-social-share-options-page.php:37
|
158 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
159 |
msgid "FAQ"
|
160 |
msgstr ""
|
161 |
|
@@ -277,7 +284,7 @@ msgstr ""
|
|
277 |
|
278 |
#: ../admin/partials/sassy-social-share-options-page.php:270
|
279 |
#: ../admin/partials/sassy-social-share-options-page.php:578
|
280 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
281 |
#: ../includes/class-sassy-social-share-widgets.php:417
|
282 |
msgid "Background Color"
|
283 |
msgstr ""
|
@@ -327,8 +334,8 @@ msgstr ""
|
|
327 |
|
328 |
#: ../admin/partials/sassy-social-share-options-page.php:320
|
329 |
#: ../admin/partials/sassy-social-share-options-page.php:627
|
330 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
331 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
332 |
#: ../includes/class-sassy-social-share-widgets.php:403
|
333 |
msgid "Left"
|
334 |
msgstr ""
|
@@ -340,8 +347,8 @@ msgstr ""
|
|
340 |
|
341 |
#: ../admin/partials/sassy-social-share-options-page.php:324
|
342 |
#: ../admin/partials/sassy-social-share-options-page.php:631
|
343 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
344 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
345 |
#: ../includes/class-sassy-social-share-widgets.php:404
|
346 |
msgid "Right"
|
347 |
msgstr ""
|
@@ -392,206 +399,206 @@ msgstr ""
|
|
392 |
msgid "Master control to enable standard sharing"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
396 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
397 |
msgid "Target Url"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
401 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
402 |
msgid "Url of the webpage where icons are located (default)"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
406 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
407 |
msgid "Url of the homepage of your website"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
411 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
412 |
msgid "Custom url"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
416 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
417 |
msgid "Url to share"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
421 |
#: ../includes/class-sassy-social-share-widgets.php:632
|
422 |
msgid "Title"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
426 |
msgid "The text to display above the sharing interface"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
430 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
431 |
msgid "Instagram username"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
435 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
436 |
msgid ""
|
437 |
"Username of the Instagram account you want to redirect users to, on clicking "
|
438 |
"the icon"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
442 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
443 |
msgid "HTML ID of container element of comment form"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
447 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
448 |
msgid ""
|
449 |
"HTML ID of the element you want to focus on the webpage, on click of Comment "
|
450 |
"icon."
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
454 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
455 |
msgid "Rearrange icons"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
459 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
460 |
msgid "Drag the icons to rearrange in desired order"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
464 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
465 |
msgid "Select Sharing Services"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
469 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
470 |
msgid "Select sharing services to show in social share bar"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
474 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
475 |
msgid "Search social network"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
479 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
480 |
msgid "Horizontal alignment"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
484 |
msgid "Center"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
488 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
489 |
msgid "Horizontal alignment of the sharing interface"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
493 |
msgid "Position with respect to content"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
497 |
msgid "Top of the content"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
501 |
msgid "Bottom of the content"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
505 |
msgid "Specify position of the sharing interface with respect to the content"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
509 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
510 |
msgid "Placement"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
514 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
515 |
msgid "Homepage"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
519 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
520 |
msgid "Posts"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
524 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
525 |
msgid "Pages"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
529 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
530 |
msgid "Excerpts and Posts page"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
534 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
535 |
msgid "Category Archives"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
539 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
540 |
msgid "Archive Pages (Category, Tag, Author or Date based pages)"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
544 |
msgid "BuddyPress activity"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
548 |
msgid "BuddyPress group (only at top of content)"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
552 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
553 |
msgid "BBPress forum"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
557 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
558 |
msgid "BBPress topic"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
562 |
msgid "BBPress reply"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
566 |
msgid "After individual product at WooCommerce Shop page"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
570 |
msgid "WooCommerce Product Page"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
574 |
msgid "WooCommerce Thankyou Page"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
578 |
msgid "Specify the pages where you want to enable Sharing interface"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
582 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
583 |
msgid "Show share counts"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
587 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
588 |
msgid ""
|
589 |
"Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
|
590 |
"Pinterest, Odnoklassniki and Vkontakte"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
594 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
595 |
#, php-format
|
596 |
msgid ""
|
597 |
"To show Twitter share count, you have to click \"Give me my Twitter counts "
|
@@ -600,46 +607,46 @@ msgid ""
|
|
600 |
"their website."
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
604 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
605 |
msgid "If enabled, share counts are displayed above sharing icons."
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
609 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
610 |
msgid "Show total shares"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
614 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
615 |
msgid "If enabled, total shares will be displayed with sharing icons"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
619 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
620 |
msgid "Enable 'More' icon"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
624 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
625 |
msgid ""
|
626 |
"If enabled, \"More\" icon will be displayed after selected sharing icons "
|
627 |
"which shows additional sharing networks in popup"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
631 |
msgid "Floating Sharing Interface Options"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
635 |
msgid "Enable Floating sharing interface"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
639 |
msgid "Master control to enable floating sharing widget"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
643 |
msgid ""
|
644 |
"Specify the color or hex code (example #cc78e0) for the background of "
|
645 |
"vertical sharing bar. Leave empty for transparent. You can get the hex code "
|
@@ -647,123 +654,131 @@ msgid ""
|
|
647 |
"\"_blank\">this link</a>"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
651 |
msgid "Left offset"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
655 |
msgid ""
|
656 |
"Specify a number. Increase in number will shift sharing interface towards "
|
657 |
"right and decrease will shift it towards left. Number can be negative too."
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
661 |
msgid "Right offset"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
665 |
msgid ""
|
666 |
"Specify a number. Increase in number will shift sharing interface towards "
|
667 |
"left and decrease will shift it towards right. Number can be negative too."
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
671 |
msgid "Top offset"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
675 |
msgid ""
|
676 |
"Specify a number. Increase in number will shift sharing interface towards "
|
677 |
"bottom and decrease will shift it towards top."
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
681 |
msgid "BuddyPress group"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
685 |
msgid "Specify the pages where you want to enable vertical Sharing interface"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
689 |
msgid "Vertical floating bar responsiveness"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
693 |
#, php-format
|
694 |
msgid "Display vertical interface only when screen is wider than %s pixels"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
698 |
msgid ""
|
699 |
"Display vertical interface only when screen is wider than the width "
|
700 |
"specified."
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
704 |
msgid "Horizontal floating bar responsiveness"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
708 |
#, php-format
|
709 |
msgid ""
|
710 |
"Stick vertical floating interface horizontally at bottom only when screen is "
|
711 |
"narrower than %s pixels"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
715 |
msgid ""
|
716 |
"Stick vertical floating interface horizontally at bottom only when screen is "
|
717 |
"narrower than the width specified"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
721 |
msgid "Horizontal floating bar position"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
725 |
#, php-format
|
726 |
msgid "%s pixels from %s"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
730 |
msgid "Auto-adjust according to screen width (responsive)"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
734 |
msgid "Alignment of horizontal floating interface. Number can be negative too."
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
738 |
msgid "Load Javascript files in footer"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
742 |
msgid ""
|
743 |
"If enabled (recommended), Javascript files will be included in the footer of "
|
744 |
"your website."
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
748 |
msgid "Delete all the options on plugin deletion"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
752 |
msgid ""
|
753 |
"If enabled, plugin options will get deleted when plugin is deleted/"
|
754 |
"uninstalled and you will need to reconfigure the options when you install "
|
755 |
"the plugin next time."
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
759 |
msgid "Share Count Cache"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
763 |
msgid "Refresh Share Count cache every"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
767 |
#, php-format
|
768 |
msgid ""
|
769 |
"Frequent cache refreshing results in slower loading of pages with share "
|
@@ -771,82 +786,82 @@ msgid ""
|
|
771 |
"target=\"_blank\">here</a>"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
775 |
msgid "Clear Share Counts Cache"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
779 |
msgid "Share Counts cache cleared successfully."
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
783 |
msgid "Use this to clear cached share counts"
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
787 |
msgid "Url shortener"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
791 |
msgid "Use shortlinks already installed"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
795 |
msgid ""
|
796 |
"Use default short url permalinks without the need for any additional plugin"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
800 |
msgid "Enable bit.ly url shortener for sharing"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
804 |
msgid "Master control to enable bit.ly url shortening for sharing"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
808 |
msgid "bit.ly Login"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
812 |
#, php-format
|
813 |
msgid ""
|
814 |
"Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
|
815 |
"\">this link</a> to get bit.ly Login"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
819 |
msgid "bit.ly API Key"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
823 |
#, php-format
|
824 |
msgid ""
|
825 |
"Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
|
826 |
"\">this link</a> to get your API key"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
830 |
msgid "Clear Bitly Cache"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
834 |
msgid "ShortUrl cache cleared successfully."
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
838 |
msgid ""
|
839 |
"Use this to delete short urls saved in database. Handy, if urls of your "
|
840 |
"website have been changed but short urls are still being generated for old "
|
841 |
"urls."
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
845 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
846 |
msgid "Language"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
850 |
#, php-format
|
851 |
msgid ""
|
852 |
"Enter the code of the language you want to use for like buttons. You can "
|
@@ -854,60 +869,60 @@ msgid ""
|
|
854 |
"Leave it empty for default language(English)"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
858 |
msgid "Username in sharing"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
862 |
msgid "Twitter username (without @)"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: ../admin/partials/sassy-social-share-options-page.php:1805
|
866 |
#: ../admin/partials/sassy-social-share-options-page.php:1824
|
|
|
867 |
msgid ""
|
868 |
"Provided username will be appended after the content being shared as \"via "
|
869 |
"@USERNAME\". Leave empty if you do not want any username in the content "
|
870 |
"being shared."
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
874 |
msgid "Buffer username (without @)"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
878 |
msgid "AMP"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
882 |
msgid "Enable sharing on AMP pages"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
886 |
msgid "Enable this option to render sharing icons on AMP pages"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
890 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
891 |
msgid "Custom CSS"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
895 |
msgid "You can specify any additional CSS rules (without <style> tag)"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
899 |
msgid "myCRED"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
903 |
msgid "Append myCRED referral ID to the urls being shared"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
907 |
msgid "Facebook Sharing Troubleshooter"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
911 |
msgid ""
|
912 |
"If Facebook sharing is not working fine, click at the following link and "
|
913 |
"enter the problematic url (where Facebook sharing is not working properly) "
|
@@ -915,23 +930,23 @@ msgid ""
|
|
915 |
"button."
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
919 |
msgid ""
|
920 |
"<strong>Note:</strong> Plugin will not work on local server. You should have "
|
921 |
"an online website for the plugin to function properly."
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
925 |
msgid ""
|
926 |
"Why is sharer not showing the correct image, title and other meta tags "
|
927 |
"content?"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
931 |
msgid "Why is Instagram icon redirecting to Instagram website?"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
935 |
msgid ""
|
936 |
"Instagram icon is there to send website visitors to the Instagram page of "
|
937 |
"your choice. You can save the desired Instagram handle in \"Instagram "
|
@@ -939,104 +954,104 @@ msgid ""
|
|
939 |
"sections."
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
943 |
msgid ""
|
944 |
"Why are Twitter shares not appearing even after registering at Twitcount.com?"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
948 |
msgid ""
|
949 |
"It takes some time for their service to track the shares made on Twitter "
|
950 |
"from your website. If you still feel it's taking too long you can contact "
|
951 |
"their support directly from their website."
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
955 |
msgid ""
|
956 |
"How to restore Social Share counts lost after moving my website to SSL/Https?"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
960 |
msgid "How to integrate Google Analytics with sharing?"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
964 |
msgid "Why the color of share icons is not being updated?"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
968 |
msgid ""
|
969 |
"How to show recent Facebook Comments from all over the website in a widget?"
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
973 |
msgid ""
|
974 |
"How to recover the Facebook Comments lost after moving my website to SSL/"
|
975 |
"Https?"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
979 |
msgid "How to Place Title and Social Share Icons in the Same Row?"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
983 |
msgid ""
|
984 |
"How can I show share counts of my website rather than of individual pages/"
|
985 |
"posts?"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
989 |
msgid "How can I disable sharing on particular page/post?"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
993 |
msgid "How can I specify minimum sharing count for sharing networks?"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
997 |
msgid "How to share specific page?"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1001 |
msgid "How to customize the look of total share counts?"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1005 |
msgid "How to customize the look of individual share counts?"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1009 |
msgid "How to show Whatsapp icon only on mobile devices?"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1013 |
msgid "How to hide arrow after floating sharing bar?"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1017 |
msgid "Why is share count not getting updated?"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1021 |
msgid "Why is there so much space between like buttons?"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1025 |
msgid "Why are floating sharing/like buttons not appearing at homepage?"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1029 |
msgid "Save Changes"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1033 |
msgid ""
|
1034 |
"If you can send (to hello@heateor.com) how our plugin is helping your "
|
1035 |
"business, we can share it on Instagram. You can also send any relevant "
|
1036 |
"hashtags and people to mention in the Instagram post."
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1040 |
msgid ""
|
1041 |
"<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
|
1042 |
"language courses through their website. They have emerged as one of the most "
|
@@ -1045,7 +1060,7 @@ msgid ""
|
|
1045 |
"time."
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: ../admin/partials/sassy-social-share-options-page.php:
|
1049 |
msgid ""
|
1050 |
"@blahblahonlinecoaching proudly use #SassySocialShare to share content of "
|
1051 |
"their website. Be sure to visit their website at \n"
|
@@ -1065,41 +1080,35 @@ msgstr ""
|
|
1065 |
msgid "by"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1069 |
-
msgid ""
|
1070 |
-
"We are a creative team with unique ideas in mind and service in heart. We "
|
1071 |
-
"love what we do. For more info join us at"
|
1072 |
-
msgstr ""
|
1073 |
-
|
1074 |
-
#: ../admin/partials/sassy-social-share-about.php:19
|
1075 |
msgid "Donate"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1079 |
msgid "Plugin Demo"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1083 |
msgid "Translate Plugin"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1087 |
msgid "Customization Options"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1091 |
msgid "Add-ons"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1095 |
msgid "Support Forum"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1099 |
msgid "Need Quick Help?"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1103 |
msgid ""
|
1104 |
"If you <strong>have any query</strong>, need help regarding <strong>plugin "
|
1105 |
"setup</strong>, want <strong>custom features</strong> in the plugin or "
|
@@ -1107,26 +1116,26 @@ msgid ""
|
|
1107 |
"email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1111 |
msgid "Testimonial"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1115 |
msgid ""
|
1116 |
"You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
|
1117 |
"\">testimonials@heateor.com</a>"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
1121 |
msgid "Support Us"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: ../admin/partials/sassy-social-share-about.php:
|
|
|
1125 |
#: ../admin/partials/sassy-social-share-about.php:74
|
1126 |
#: ../admin/partials/sassy-social-share-about.php:75
|
1127 |
#: ../admin/partials/sassy-social-share-about.php:76
|
1128 |
#: ../admin/partials/sassy-social-share-about.php:77
|
1129 |
-
#: ../admin/partials/sassy-social-share-about.php:78
|
1130 |
msgid "Rate 5-star"
|
1131 |
msgstr ""
|
1132 |
|
@@ -1322,30 +1331,30 @@ msgid "Link copied."
|
|
1322 |
msgstr ""
|
1323 |
|
1324 |
#: ../public/class-sassy-social-share-public.php:127
|
1325 |
-
#: ../public/class-sassy-social-share-public.php:
|
1326 |
msgid "Shares"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
#: ../public/class-sassy-social-share-public.php:127
|
1330 |
-
#: ../public/class-sassy-social-share-public.php:
|
1331 |
msgid "Share"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: ../public/class-sassy-social-share-public.php:
|
1335 |
msgid "Search for"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: ../public/class-sassy-social-share-public.php:
|
1339 |
-
#: ../public/class-sassy-social-share-public.php:
|
1340 |
-
#: ../public/class-sassy-social-share-public.php:
|
1341 |
msgid "Archives"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: ../public/class-sassy-social-share-public.php:
|
1345 |
-
#: ../public/class-sassy-social-share-public.php:
|
1346 |
msgid "Invalid request"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: ../public/class-sassy-social-share-public.php:
|
1350 |
msgid "Providers not selected"
|
1351 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Sassy Social Share\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-22 09:58+0530\n"
|
6 |
+
"PO-Revision-Date: 2019-02-22 09:58+0530\n"
|
7 |
"Last-Translator: Heateor <hello@heateor.com>\n"
|
8 |
"Language-Team: Heateor <hello@heateor.com>\n"
|
9 |
"Language: en_IN\n"
|
64 |
msgid "Dismiss this notice"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../admin/class-sassy-social-share-admin.php:468
|
68 |
+
#, php-format
|
69 |
+
msgid ""
|
70 |
+
"Thanks for installing Sassy Social Share plugin. Click <a href=\"%s\">here</"
|
71 |
+
"a> to configure plugin settings."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: ../admin/class-sassy-social-share-admin.php:478
|
75 |
msgid ""
|
76 |
"Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
|
77 |
"with current version of Sassy Social Share"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: ../admin/class-sassy-social-share-admin.php:502
|
81 |
+
#: ../admin/class-sassy-social-share-admin.php:575
|
82 |
#, php-format
|
83 |
msgid ""
|
84 |
"This plugin is GDPR compliant. You need to update the privacy policy of your "
|
86 |
"\"%s\" target=\"_blank\">here</a>"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: ../admin/class-sassy-social-share-admin.php:502
|
90 |
+
#: ../admin/class-sassy-social-share-admin.php:528
|
91 |
+
#: ../admin/class-sassy-social-share-admin.php:551
|
92 |
+
#: ../admin/class-sassy-social-share-admin.php:575
|
93 |
msgid "Okay"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: ../admin/class-sassy-social-share-admin.php:528
|
97 |
#, php-format
|
98 |
msgid ""
|
99 |
"Twitter share counts are no longer working as newsharecounts.com is down. To "
|
101 |
"\"_blank\">here</a> with this domain. No other steps needed."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: ../admin/class-sassy-social-share-admin.php:551
|
105 |
#, php-format
|
106 |
msgid ""
|
107 |
"Now plugin supports a new service Twitcount.com to show Twitter shares. To "
|
110 |
"your website %s with them. No need to copy-paste any code from their website."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: ../admin/class-sassy-social-share-admin.php:592
|
114 |
msgid "Add-Ons"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: ../admin/class-sassy-social-share-admin.php:593
|
118 |
msgid "Support Documentation"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: ../admin/class-sassy-social-share-admin.php:594
|
122 |
msgid "Settings"
|
123 |
msgstr ""
|
124 |
|
125 |
#: ../admin/partials/sassy-social-share-options-page.php:16
|
126 |
+
#: ../admin/partials/sassy-social-share-options-page.php:2013
|
127 |
#, php-format
|
128 |
msgid ""
|
129 |
"You can appreciate the effort put in this free plugin by rating it <a href="
|
143 |
msgstr ""
|
144 |
|
145 |
#: ../admin/partials/sassy-social-share-options-page.php:27
|
146 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1590
|
147 |
msgid "Miscellaneous"
|
148 |
msgstr ""
|
149 |
|
152 |
msgstr ""
|
153 |
|
154 |
#: ../admin/partials/sassy-social-share-options-page.php:35
|
155 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1938
|
156 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1940
|
157 |
msgid "Shortcode & Widget"
|
158 |
msgstr ""
|
159 |
|
162 |
msgstr ""
|
163 |
|
164 |
#: ../admin/partials/sassy-social-share-options-page.php:37
|
165 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1971
|
166 |
msgid "FAQ"
|
167 |
msgstr ""
|
168 |
|
284 |
|
285 |
#: ../admin/partials/sassy-social-share-options-page.php:270
|
286 |
#: ../admin/partials/sassy-social-share-options-page.php:578
|
287 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1290
|
288 |
#: ../includes/class-sassy-social-share-widgets.php:417
|
289 |
msgid "Background Color"
|
290 |
msgstr ""
|
334 |
|
335 |
#: ../admin/partials/sassy-social-share-options-page.php:320
|
336 |
#: ../admin/partials/sassy-social-share-options-page.php:627
|
337 |
+
#: ../admin/partials/sassy-social-share-options-page.php:907
|
338 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1312
|
339 |
#: ../includes/class-sassy-social-share-widgets.php:403
|
340 |
msgid "Left"
|
341 |
msgstr ""
|
347 |
|
348 |
#: ../admin/partials/sassy-social-share-options-page.php:324
|
349 |
#: ../admin/partials/sassy-social-share-options-page.php:631
|
350 |
+
#: ../admin/partials/sassy-social-share-options-page.php:909
|
351 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1313
|
352 |
#: ../includes/class-sassy-social-share-widgets.php:404
|
353 |
msgid "Right"
|
354 |
msgstr ""
|
399 |
msgid "Master control to enable standard sharing"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: ../admin/partials/sassy-social-share-options-page.php:692
|
403 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1116
|
404 |
msgid "Target Url"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: ../admin/partials/sassy-social-share-options-page.php:696
|
408 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1120
|
409 |
msgid "Url of the webpage where icons are located (default)"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: ../admin/partials/sassy-social-share-options-page.php:698
|
413 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1122
|
414 |
msgid "Url of the homepage of your website"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: ../admin/partials/sassy-social-share-options-page.php:700
|
418 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1124
|
419 |
msgid "Custom url"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: ../admin/partials/sassy-social-share-options-page.php:707
|
423 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1131
|
424 |
msgid "Url to share"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: ../admin/partials/sassy-social-share-options-page.php:715
|
428 |
#: ../includes/class-sassy-social-share-widgets.php:632
|
429 |
msgid "Title"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: ../admin/partials/sassy-social-share-options-page.php:725
|
433 |
msgid "The text to display above the sharing interface"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: ../admin/partials/sassy-social-share-options-page.php:749
|
437 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1140
|
438 |
msgid "Instagram username"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: ../admin/partials/sassy-social-share-options-page.php:759
|
442 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1150
|
443 |
msgid ""
|
444 |
"Username of the Instagram account you want to redirect users to, on clicking "
|
445 |
"the icon"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: ../admin/partials/sassy-social-share-options-page.php:769
|
449 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1160
|
450 |
msgid "HTML ID of container element of comment form"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: ../admin/partials/sassy-social-share-options-page.php:779
|
454 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1170
|
455 |
msgid ""
|
456 |
"HTML ID of the element you want to focus on the webpage, on click of Comment "
|
457 |
"icon."
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../admin/partials/sassy-social-share-options-page.php:792
|
461 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1179
|
462 |
msgid "Rearrange icons"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: ../admin/partials/sassy-social-share-options-page.php:851
|
466 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1238
|
467 |
msgid "Drag the icons to rearrange in desired order"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../admin/partials/sassy-social-share-options-page.php:859
|
471 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1246
|
472 |
msgid "Select Sharing Services"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: ../admin/partials/sassy-social-share-options-page.php:866
|
476 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1253
|
477 |
msgid "Select sharing services to show in social share bar"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: ../admin/partials/sassy-social-share-options-page.php:884
|
481 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1271
|
482 |
msgid "Search social network"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: ../admin/partials/sassy-social-share-options-page.php:903
|
486 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1308
|
487 |
msgid "Horizontal alignment"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: ../admin/partials/sassy-social-share-options-page.php:908
|
491 |
msgid "Center"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: ../admin/partials/sassy-social-share-options-page.php:917
|
495 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1321
|
496 |
msgid "Horizontal alignment of the sharing interface"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: ../admin/partials/sassy-social-share-options-page.php:925
|
500 |
msgid "Position with respect to content"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: ../admin/partials/sassy-social-share-options-page.php:929
|
504 |
msgid "Top of the content"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: ../admin/partials/sassy-social-share-options-page.php:931
|
508 |
msgid "Bottom of the content"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: ../admin/partials/sassy-social-share-options-page.php:938
|
512 |
msgid "Specify position of the sharing interface with respect to the content"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: ../admin/partials/sassy-social-share-options-page.php:946
|
516 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1387
|
517 |
msgid "Placement"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: ../admin/partials/sassy-social-share-options-page.php:950
|
521 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1391
|
522 |
msgid "Homepage"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: ../admin/partials/sassy-social-share-options-page.php:952
|
526 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1393
|
527 |
msgid "Posts"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: ../admin/partials/sassy-social-share-options-page.php:954
|
531 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1395
|
532 |
msgid "Pages"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: ../admin/partials/sassy-social-share-options-page.php:956
|
536 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1397
|
537 |
msgid "Excerpts and Posts page"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: ../admin/partials/sassy-social-share-options-page.php:958
|
541 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1399
|
542 |
msgid "Category Archives"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: ../admin/partials/sassy-social-share-options-page.php:960
|
546 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1401
|
547 |
msgid "Archive Pages (Category, Tag, Author or Date based pages)"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: ../admin/partials/sassy-social-share-options-page.php:976
|
551 |
msgid "BuddyPress activity"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: ../admin/partials/sassy-social-share-options-page.php:978
|
555 |
msgid "BuddyPress group (only at top of content)"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: ../admin/partials/sassy-social-share-options-page.php:984
|
559 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1423
|
560 |
msgid "BBPress forum"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: ../admin/partials/sassy-social-share-options-page.php:987
|
564 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1426
|
565 |
msgid "BBPress topic"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: ../admin/partials/sassy-social-share-options-page.php:990
|
569 |
msgid "BBPress reply"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: ../admin/partials/sassy-social-share-options-page.php:997
|
573 |
msgid "After individual product at WooCommerce Shop page"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1000
|
577 |
msgid "WooCommerce Product Page"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1003
|
581 |
msgid "WooCommerce Thankyou Page"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1014
|
585 |
msgid "Specify the pages where you want to enable Sharing interface"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1022
|
589 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1444
|
590 |
msgid "Show share counts"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1027
|
594 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1449
|
595 |
msgid ""
|
596 |
"Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
|
597 |
"Pinterest, Odnoklassniki and Vkontakte"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1028
|
601 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1450
|
602 |
#, php-format
|
603 |
msgid ""
|
604 |
"To show Twitter share count, you have to click \"Give me my Twitter counts "
|
607 |
"their website."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1035
|
611 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1457
|
612 |
msgid "If enabled, share counts are displayed above sharing icons."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1044
|
616 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1466
|
617 |
msgid "Show total shares"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1054
|
621 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1476
|
622 |
msgid "If enabled, total shares will be displayed with sharing icons"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1063
|
626 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1485
|
627 |
msgid "Enable 'More' icon"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1073
|
631 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1495
|
632 |
msgid ""
|
633 |
"If enabled, \"More\" icon will be displayed after selected sharing icons "
|
634 |
"which shows additional sharing networks in popup"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1090
|
638 |
msgid "Floating Sharing Interface Options"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1096
|
642 |
msgid "Enable Floating sharing interface"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1106
|
646 |
msgid "Master control to enable floating sharing widget"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1300
|
650 |
msgid ""
|
651 |
"Specify the color or hex code (example #cc78e0) for the background of "
|
652 |
"vertical sharing bar. Leave empty for transparent. You can get the hex code "
|
654 |
"\"_blank\">this link</a>"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1330
|
658 |
msgid "Left offset"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1340
|
662 |
msgid ""
|
663 |
"Specify a number. Increase in number will shift sharing interface towards "
|
664 |
"right and decrease will shift it towards left. Number can be negative too."
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1350
|
668 |
msgid "Right offset"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1360
|
672 |
msgid ""
|
673 |
"Specify a number. Increase in number will shift sharing interface towards "
|
674 |
"left and decrease will shift it towards right. Number can be negative too."
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1369
|
678 |
msgid "Top offset"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1379
|
682 |
msgid ""
|
683 |
"Specify a number. Increase in number will shift sharing interface towards "
|
684 |
"bottom and decrease will shift it towards top."
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1415
|
688 |
msgid "BuddyPress group"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1436
|
692 |
msgid "Specify the pages where you want to enable vertical Sharing interface"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1503
|
696 |
+
msgid "Hide floating slider"
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1513
|
700 |
+
msgid "Hides the slider arrow present below the floating share bar"
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1521
|
704 |
msgid "Vertical floating bar responsiveness"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1524
|
708 |
#, php-format
|
709 |
msgid "Display vertical interface only when screen is wider than %s pixels"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1531
|
713 |
msgid ""
|
714 |
"Display vertical interface only when screen is wider than the width "
|
715 |
"specified."
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1539
|
719 |
msgid "Horizontal floating bar responsiveness"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1542
|
723 |
#, php-format
|
724 |
msgid ""
|
725 |
"Stick vertical floating interface horizontally at bottom only when screen is "
|
726 |
"narrower than %s pixels"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1549
|
730 |
msgid ""
|
731 |
"Stick vertical floating interface horizontally at bottom only when screen is "
|
732 |
"narrower than the width specified"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1559
|
736 |
msgid "Horizontal floating bar position"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1562
|
740 |
#, php-format
|
741 |
msgid "%s pixels from %s"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1563
|
745 |
msgid "Auto-adjust according to screen width (responsive)"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1570
|
749 |
msgid "Alignment of horizontal floating interface. Number can be negative too."
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1596
|
753 |
msgid "Load Javascript files in footer"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1606
|
757 |
msgid ""
|
758 |
"If enabled (recommended), Javascript files will be included in the footer of "
|
759 |
"your website."
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1614
|
763 |
msgid "Delete all the options on plugin deletion"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1624
|
767 |
msgid ""
|
768 |
"If enabled, plugin options will get deleted when plugin is deleted/"
|
769 |
"uninstalled and you will need to reconfigure the options when you install "
|
770 |
"the plugin next time."
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1633
|
774 |
msgid "Share Count Cache"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1639
|
778 |
msgid "Refresh Share Count cache every"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1655
|
782 |
#, php-format
|
783 |
msgid ""
|
784 |
"Frequent cache refreshing results in slower loading of pages with share "
|
786 |
"target=\"_blank\">here</a>"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1663
|
790 |
msgid "Clear Share Counts Cache"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1667
|
794 |
msgid "Share Counts cache cleared successfully."
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1674
|
798 |
msgid "Use this to clear cached share counts"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1683
|
802 |
msgid "Url shortener"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1689
|
806 |
msgid "Use shortlinks already installed"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1699
|
810 |
msgid ""
|
811 |
"Use default short url permalinks without the need for any additional plugin"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1707
|
815 |
msgid "Enable bit.ly url shortener for sharing"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1717
|
819 |
msgid "Master control to enable bit.ly url shortening for sharing"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1725
|
823 |
msgid "bit.ly Login"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1735
|
827 |
#, php-format
|
828 |
msgid ""
|
829 |
"Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
|
830 |
"\">this link</a> to get bit.ly Login"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1744
|
834 |
msgid "bit.ly API Key"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1754
|
838 |
#, php-format
|
839 |
msgid ""
|
840 |
"Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
|
841 |
"\">this link</a> to get your API key"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1763
|
845 |
msgid "Clear Bitly Cache"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1767
|
849 |
msgid "ShortUrl cache cleared successfully."
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1774
|
853 |
msgid ""
|
854 |
"Use this to delete short urls saved in database. Handy, if urls of your "
|
855 |
"website have been changed but short urls are still being generated for old "
|
856 |
"urls."
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1783
|
860 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1789
|
861 |
msgid "Language"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1799
|
865 |
#, php-format
|
866 |
msgid ""
|
867 |
"Enter the code of the language you want to use for like buttons. You can "
|
869 |
"Leave it empty for default language(English)"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1808
|
873 |
msgid "Username in sharing"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1814
|
877 |
msgid "Twitter username (without @)"
|
878 |
msgstr ""
|
879 |
|
|
|
880 |
#: ../admin/partials/sassy-social-share-options-page.php:1824
|
881 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1843
|
882 |
msgid ""
|
883 |
"Provided username will be appended after the content being shared as \"via "
|
884 |
"@USERNAME\". Leave empty if you do not want any username in the content "
|
885 |
"being shared."
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1833
|
889 |
msgid "Buffer username (without @)"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1852
|
893 |
msgid "AMP"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1858
|
897 |
msgid "Enable sharing on AMP pages"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1868
|
901 |
msgid "Enable this option to render sharing icons on AMP pages"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1877
|
905 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1883
|
906 |
msgid "Custom CSS"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1893
|
910 |
msgid "You can specify any additional CSS rules (without <style> tag)"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1912
|
914 |
msgid "myCRED"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1918
|
918 |
msgid "Append myCRED referral ID to the urls being shared"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1951
|
922 |
msgid "Facebook Sharing Troubleshooter"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1956
|
926 |
msgid ""
|
927 |
"If Facebook sharing is not working fine, click at the following link and "
|
928 |
"enter the problematic url (where Facebook sharing is not working properly) "
|
930 |
"button."
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1973
|
934 |
msgid ""
|
935 |
"<strong>Note:</strong> Plugin will not work on local server. You should have "
|
936 |
"an online website for the plugin to function properly."
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1975
|
940 |
msgid ""
|
941 |
"Why is sharer not showing the correct image, title and other meta tags "
|
942 |
"content?"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1976
|
946 |
msgid "Why is Instagram icon redirecting to Instagram website?"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1977
|
950 |
msgid ""
|
951 |
"Instagram icon is there to send website visitors to the Instagram page of "
|
952 |
"your choice. You can save the desired Instagram handle in \"Instagram "
|
954 |
"sections."
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1980
|
958 |
msgid ""
|
959 |
"Why are Twitter shares not appearing even after registering at Twitcount.com?"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1981
|
963 |
msgid ""
|
964 |
"It takes some time for their service to track the shares made on Twitter "
|
965 |
"from your website. If you still feel it's taking too long you can contact "
|
966 |
"their support directly from their website."
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1983
|
970 |
msgid ""
|
971 |
"How to restore Social Share counts lost after moving my website to SSL/Https?"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1984
|
975 |
msgid "How to integrate Google Analytics with sharing?"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1985
|
979 |
msgid "Why the color of share icons is not being updated?"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1986
|
983 |
msgid ""
|
984 |
"How to show recent Facebook Comments from all over the website in a widget?"
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1987
|
988 |
msgid ""
|
989 |
"How to recover the Facebook Comments lost after moving my website to SSL/"
|
990 |
"Https?"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1988
|
994 |
msgid "How to Place Title and Social Share Icons in the Same Row?"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1989
|
998 |
msgid ""
|
999 |
"How can I show share counts of my website rather than of individual pages/"
|
1000 |
"posts?"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1990
|
1004 |
msgid "How can I disable sharing on particular page/post?"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1991
|
1008 |
msgid "How can I specify minimum sharing count for sharing networks?"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1992
|
1012 |
msgid "How to share specific page?"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1993
|
1016 |
msgid "How to customize the look of total share counts?"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1994
|
1020 |
msgid "How to customize the look of individual share counts?"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1995
|
1024 |
msgid "How to show Whatsapp icon only on mobile devices?"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1996
|
1028 |
msgid "How to hide arrow after floating sharing bar?"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1997
|
1032 |
msgid "Why is share count not getting updated?"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1998
|
1036 |
msgid "Why is there so much space between like buttons?"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: ../admin/partials/sassy-social-share-options-page.php:1999
|
1040 |
msgid "Why are floating sharing/like buttons not appearing at homepage?"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: ../admin/partials/sassy-social-share-options-page.php:2009
|
1044 |
msgid "Save Changes"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: ../admin/partials/sassy-social-share-options-page.php:2021
|
1048 |
msgid ""
|
1049 |
"If you can send (to hello@heateor.com) how our plugin is helping your "
|
1050 |
"business, we can share it on Instagram. You can also send any relevant "
|
1051 |
"hashtags and people to mention in the Instagram post."
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: ../admin/partials/sassy-social-share-options-page.php:2022
|
1055 |
msgid ""
|
1056 |
"<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
|
1057 |
"language courses through their website. They have emerged as one of the most "
|
1060 |
"time."
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: ../admin/partials/sassy-social-share-options-page.php:2023
|
1064 |
msgid ""
|
1065 |
"@blahblahonlinecoaching proudly use #SassySocialShare to share content of "
|
1066 |
"their website. Be sure to visit their website at \n"
|
1080 |
msgid "by"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
+
#: ../admin/partials/sassy-social-share-about.php:18
|
|
|
|
|
|
|
|
|
|
|
|
|
1084 |
msgid "Donate"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
+
#: ../admin/partials/sassy-social-share-about.php:24
|
1088 |
msgid "Plugin Demo"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
+
#: ../admin/partials/sassy-social-share-about.php:30
|
1092 |
msgid "Translate Plugin"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: ../admin/partials/sassy-social-share-about.php:36
|
1096 |
msgid "Customization Options"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: ../admin/partials/sassy-social-share-about.php:42
|
1100 |
msgid "Add-ons"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
+
#: ../admin/partials/sassy-social-share-about.php:48
|
1104 |
msgid "Support Forum"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
+
#: ../admin/partials/sassy-social-share-about.php:53
|
1108 |
msgid "Need Quick Help?"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: ../admin/partials/sassy-social-share-about.php:55
|
1112 |
msgid ""
|
1113 |
"If you <strong>have any query</strong>, need help regarding <strong>plugin "
|
1114 |
"setup</strong>, want <strong>custom features</strong> in the plugin or "
|
1116 |
"email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
+
#: ../admin/partials/sassy-social-share-about.php:60
|
1120 |
msgid "Testimonial"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: ../admin/partials/sassy-social-share-about.php:62
|
1124 |
msgid ""
|
1125 |
"You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
|
1126 |
"\">testimonials@heateor.com</a>"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: ../admin/partials/sassy-social-share-about.php:67
|
1130 |
msgid "Support Us"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: ../admin/partials/sassy-social-share-about.php:70
|
1134 |
+
#: ../admin/partials/sassy-social-share-about.php:73
|
1135 |
#: ../admin/partials/sassy-social-share-about.php:74
|
1136 |
#: ../admin/partials/sassy-social-share-about.php:75
|
1137 |
#: ../admin/partials/sassy-social-share-about.php:76
|
1138 |
#: ../admin/partials/sassy-social-share-about.php:77
|
|
|
1139 |
msgid "Rate 5-star"
|
1140 |
msgstr ""
|
1141 |
|
1331 |
msgstr ""
|
1332 |
|
1333 |
#: ../public/class-sassy-social-share-public.php:127
|
1334 |
+
#: ../public/class-sassy-social-share-public.php:1187
|
1335 |
msgid "Shares"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
#: ../public/class-sassy-social-share-public.php:127
|
1339 |
+
#: ../public/class-sassy-social-share-public.php:1187
|
1340 |
msgid "Share"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: ../public/class-sassy-social-share-public.php:965
|
1344 |
msgid "Search for"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: ../public/class-sassy-social-share-public.php:970
|
1348 |
+
#: ../public/class-sassy-social-share-public.php:972
|
1349 |
+
#: ../public/class-sassy-social-share-public.php:974
|
1350 |
msgid "Archives"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: ../public/class-sassy-social-share-public.php:1509
|
1354 |
+
#: ../public/class-sassy-social-share-public.php:1730
|
1355 |
msgid "Invalid request"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
+
#: ../public/class-sassy-social-share-public.php:1515
|
1359 |
msgid "Providers not selected"
|
1360 |
msgstr ""
|
public/class-sassy-social-share-public.php
CHANGED
@@ -784,13 +784,35 @@ class Sassy_Social_Share_Public {
|
|
784 |
}
|
785 |
}';
|
786 |
}
|
787 |
-
echo '<script type="text/javascript">' . $inline_script . '
|
788 |
wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( 'js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->version, $in_footer );
|
789 |
}
|
790 |
}
|
791 |
}
|
792 |
}
|
793 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
/**
|
795 |
* Check if Facebook Like/Recommend is enabled
|
796 |
*
|
@@ -972,10 +994,10 @@ class Sassy_Social_Share_Public {
|
|
972 |
if ( $this->is_amp_page() ) {
|
973 |
$sharing_networks = $sharing_networks_object->fetch_amp_sharing_networks();
|
974 |
} else {
|
975 |
-
$sharing_networks = $sharing_networks_object->fetch_sharing_networks();
|
976 |
}
|
977 |
|
978 |
-
$html = $this->is_amp_page() ? '' : '<ul
|
979 |
$icon_height = $this->options[$sharing_type . '_sharing_shape'] != 'rectangle' ? $this->options[$sharing_type . '_sharing_size'] : $this->options[$sharing_type . '_sharing_height'];
|
980 |
$style = 'style="width:' . ( $this->options[$sharing_type . '_sharing_shape'] != 'rectangle' ? $this->options[$sharing_type . '_sharing_size'] : $this->options[$sharing_type . '_sharing_width'] ) . 'px;height:' . $icon_height . 'px;';
|
981 |
$counter_container_init_html = '<ss class="heateor_sss_square_count';
|
@@ -1346,9 +1368,6 @@ class Sassy_Social_Share_Public {
|
|
1346 |
|
1347 |
if ( $this->options['hor_sharing_alignment'] == 'right' ) {
|
1348 |
$sharing_container_style = 'style="float: right"';
|
1349 |
-
} elseif ( $this->options['hor_sharing_alignment'] == 'center' ) {
|
1350 |
-
$sharing_container_style = 'style="float: right;position: relative;left: -50%;text-align: left;"';
|
1351 |
-
$sharing_title_style = 'style="font-weight: bold;list-style: none;position: relative;left: 50%;"';
|
1352 |
}
|
1353 |
|
1354 |
$horizontal_div = "<div class='heateorSssClear'></div><div ". $sharing_container_style ." class='heateor_sss_sharing_container heateor_sss_horizontal_sharing' " . ( $this->is_amp_page() ? "" : "heateor-sss-data-href='" . $post_url . "'" ) . ( ( $this->get_cached_share_count( $this->share_count_transient_id ) === false || $this->is_amp_page() ) ? '' : 'heateor-sss-no-counts="1"' ) . "><div class='heateor_sss_sharing_title' " . $sharing_title_style . " >" . ucfirst( $this->options['title'] ) . "</div>" . $sharing_div . "</div><div class='heateorSssClear'></div>";
|
@@ -1489,8 +1508,8 @@ class Sassy_Social_Share_Public {
|
|
1489 |
} else {
|
1490 |
$this->ajax_response( array( 'status' => 0, 'message' => __( 'Invalid request' ) ) );
|
1491 |
}
|
1492 |
-
$horizontal_sharing_networks = $this->options['horizontal_re_providers'] ? $this->options['horizontal_re_providers'] : array();
|
1493 |
-
$vertical_sharing_networks = $this->options['vertical_re_providers'] ? $this->options['vertical_re_providers'] : array();
|
1494 |
$sharing_networks = array_unique( array_merge( $horizontal_sharing_networks, $vertical_sharing_networks ) );
|
1495 |
if ( count( $sharing_networks ) == 0 ) {
|
1496 |
$this->ajax_response( array( 'status' => 0, 'message' => __( 'Providers not selected' ) ) );
|
@@ -1680,8 +1699,9 @@ class Sassy_Social_Share_Public {
|
|
1680 |
|
1681 |
if ( ! isset( $share_counts['facebook'] ) ) {
|
1682 |
$saved_share_count = $this->get_saved_share_counts( $post_id, $target_url );
|
1683 |
-
$
|
1684 |
-
|
|
|
1685 |
}
|
1686 |
|
1687 |
if ( $post_id == 'custom' ) {
|
@@ -1907,6 +1927,10 @@ class Sassy_Social_Share_Public {
|
|
1907 |
}
|
1908 |
echo isset( $this->options['vertical_enable'] ) && isset( $this->options['bottom_mobile_sharing'] ) && $this->options['horizontal_screen_width'] != '' ? 'div.heateor_sss_mobile_footer{display:none;}@media screen and (max-width:' . $this->options['horizontal_screen_width'] . 'px) {'.$bottom_sharing_responsive_css.'div.heateor_sss_mobile_footer{display:block;height:'.($this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_height'] : $this->options['vertical_sharing_size']).'px;}.heateor_sss_bottom_sharing{padding:0!important;' . ( $this->options['bottom_sharing_position_radio'] == 'nonresponsive' && $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:' . ( isset( $this->options['vertical_total_shares'] ) ? '-10' : '-2' ) . 'px!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}}' : '';
|
1909 |
echo $this->options['custom_css'];
|
|
|
|
|
|
|
|
|
1910 |
if ( current_filter() == 'wp_enqueue_scripts' ) {
|
1911 |
?>
|
1912 |
</style>
|
784 |
}
|
785 |
}';
|
786 |
}
|
787 |
+
echo '<script type="text/javascript">' . $inline_script . ';var heateorSssWhatsappShareAPI = "' . $this->whatsapp_share_api() . '";</script>';
|
788 |
wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( 'js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->version, $in_footer );
|
789 |
}
|
790 |
}
|
791 |
}
|
792 |
}
|
793 |
|
794 |
+
/**
|
795 |
+
* Determine which Whatsapp share url to use
|
796 |
+
*
|
797 |
+
* @since 3.2.13
|
798 |
+
*/
|
799 |
+
private function whatsapp_share_api() {
|
800 |
+
|
801 |
+
// detect the device for Whatsapp share API
|
802 |
+
$iphone = strpos( $_SERVER['HTTP_USER_AGENT'], "iPhone" );
|
803 |
+
$android = strpos( $_SERVER['HTTP_USER_AGENT'], "Android" );
|
804 |
+
$palmpre = strpos( $_SERVER['HTTP_USER_AGENT'], "webOS" );
|
805 |
+
$berry = strpos( $_SERVER['HTTP_USER_AGENT'], "BlackBerry" );
|
806 |
+
$ipod = strpos( $_SERVER['HTTP_USER_AGENT'], "iPod" );
|
807 |
+
// check if is a mobile
|
808 |
+
if ( $iphone || $android || $palmpre || $ipod || $berry == true ) {
|
809 |
+
return 'api';
|
810 |
+
} else {
|
811 |
+
return 'web';
|
812 |
+
}
|
813 |
+
|
814 |
+
}
|
815 |
+
|
816 |
/**
|
817 |
* Check if Facebook Like/Recommend is enabled
|
818 |
*
|
994 |
if ( $this->is_amp_page() ) {
|
995 |
$sharing_networks = $sharing_networks_object->fetch_amp_sharing_networks();
|
996 |
} else {
|
997 |
+
$sharing_networks = $sharing_networks_object->fetch_sharing_networks( $sharing_type );
|
998 |
}
|
999 |
|
1000 |
+
$html = $this->is_amp_page() ? '' : '<ul class="heateor_sss_sharing_ul">';
|
1001 |
$icon_height = $this->options[$sharing_type . '_sharing_shape'] != 'rectangle' ? $this->options[$sharing_type . '_sharing_size'] : $this->options[$sharing_type . '_sharing_height'];
|
1002 |
$style = 'style="width:' . ( $this->options[$sharing_type . '_sharing_shape'] != 'rectangle' ? $this->options[$sharing_type . '_sharing_size'] : $this->options[$sharing_type . '_sharing_width'] ) . 'px;height:' . $icon_height . 'px;';
|
1003 |
$counter_container_init_html = '<ss class="heateor_sss_square_count';
|
1368 |
|
1369 |
if ( $this->options['hor_sharing_alignment'] == 'right' ) {
|
1370 |
$sharing_container_style = 'style="float: right"';
|
|
|
|
|
|
|
1371 |
}
|
1372 |
|
1373 |
$horizontal_div = "<div class='heateorSssClear'></div><div ". $sharing_container_style ." class='heateor_sss_sharing_container heateor_sss_horizontal_sharing' " . ( $this->is_amp_page() ? "" : "heateor-sss-data-href='" . $post_url . "'" ) . ( ( $this->get_cached_share_count( $this->share_count_transient_id ) === false || $this->is_amp_page() ) ? '' : 'heateor-sss-no-counts="1"' ) . "><div class='heateor_sss_sharing_title' " . $sharing_title_style . " >" . ucfirst( $this->options['title'] ) . "</div>" . $sharing_div . "</div><div class='heateorSssClear'></div>";
|
1508 |
} else {
|
1509 |
$this->ajax_response( array( 'status' => 0, 'message' => __( 'Invalid request' ) ) );
|
1510 |
}
|
1511 |
+
$horizontal_sharing_networks = isset( $this->options['horizontal_re_providers'] ) ? $this->options['horizontal_re_providers'] : array();
|
1512 |
+
$vertical_sharing_networks = isset( $this->options['vertical_re_providers'] ) ? $this->options['vertical_re_providers'] : array();
|
1513 |
$sharing_networks = array_unique( array_merge( $horizontal_sharing_networks, $vertical_sharing_networks ) );
|
1514 |
if ( count( $sharing_networks ) == 0 ) {
|
1515 |
$this->ajax_response( array( 'status' => 0, 'message' => __( 'Providers not selected' ) ) );
|
1699 |
|
1700 |
if ( ! isset( $share_counts['facebook'] ) ) {
|
1701 |
$saved_share_count = $this->get_saved_share_counts( $post_id, $target_url );
|
1702 |
+
if ( is_array( $saved_share_count ) && isset( $saved_share_count['facebook'] ) ) {
|
1703 |
+
$share_counts['facebook'] = $saved_share_count['facebook'];
|
1704 |
+
}
|
1705 |
}
|
1706 |
|
1707 |
if ( $post_id == 'custom' ) {
|
1927 |
}
|
1928 |
echo isset( $this->options['vertical_enable'] ) && isset( $this->options['bottom_mobile_sharing'] ) && $this->options['horizontal_screen_width'] != '' ? 'div.heateor_sss_mobile_footer{display:none;}@media screen and (max-width:' . $this->options['horizontal_screen_width'] . 'px) {'.$bottom_sharing_responsive_css.'div.heateor_sss_mobile_footer{display:block;height:'.($this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_height'] : $this->options['vertical_sharing_size']).'px;}.heateor_sss_bottom_sharing{padding:0!important;' . ( $this->options['bottom_sharing_position_radio'] == 'nonresponsive' && $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:' . ( isset( $this->options['vertical_total_shares'] ) ? '-10' : '-2' ) . 'px!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}}' : '';
|
1929 |
echo $this->options['custom_css'];
|
1930 |
+
echo isset( $this->options['hide_slider'] ) ? 'div.heateorSssSharingArrow{display:none}' : '';
|
1931 |
+
if ( isset( $this->options['hor_enable'] ) && $this->options['hor_sharing_alignment'] == "center" ) {
|
1932 |
+
echo 'div.heateor_sss_sharing_title{text-align:center}ul.heateor_sss_sharing_ul{width:100%;text-align:center;}div.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li{float:none!important;display:inline-block;}';
|
1933 |
+
}
|
1934 |
if ( current_filter() == 'wp_enqueue_scripts' ) {
|
1935 |
?>
|
1936 |
</style>
|
public/css/sassy-social-share-public.css
CHANGED
@@ -1 +1 @@
|
|
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;height:308px}#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:auto;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_follow_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,ul.heateor_sss_follow_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_follow_ul li.heateorSssSharingRound,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;visibility:hidden}ul.heateor_sss_follow_ul li,ul.heateor_sss_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none!important;}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}ul.heateor_sss_follow_ul li:before,ul.heateor_sss_sharing_ul li:before{content:none!important}ul.heateor_sss_follow_ul li{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-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}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share, div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share{width:120px}li.heateor_sss_facebook_share .fb-share-button span,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}.heateor_sss_counter_container li{height:21px}.heateorSssInstagramBackground{background-color:#624E47}.heateorSssYummlyBackground{background-color:#E16120}.heateorSssBufferBackground{background-color:#000}.heateorSssDeliciousBackground{background-color:#53BEEE}.heateorSssThreemaBackground{background-color:#2A2A2A}.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:#0077B5}.heateorSssMoreBackground{background-color:#EE8E2D}.heateorSssPinterestBackground{background-color:#CC2329}.heateorSssPrintBackground{background-color:#FD6500}.heateorSssRedditBackground{background-color:#FF5700}.heateorSssStockTwitsBackground{background-color: #40576F}.heateorSssMeWeBackground{background-color:#007da1}.heateorSssMixBackground{background-color:#ff8226}.heateorSssTumblrBackground{background-color:#29435D}.heateorSssTwitterBackground{background-color:#55acee}.heateorSssVkontakteBackground{background-color:#5E84AC}.heateorSssYahooBackground{background-color:#8F03CC}.heateorSssXingBackground{background-color:#00797D}.heateorSssInstagramBackground{background-color:#527FA4}.heateorSssWhatsappBackground{background-color:#55EB4C}.heateorSssTCBackground,.heateorSssTCBackground:hover{border-width: 0!important;background-color:transparent;}.heateorSssTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.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%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.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%22-1%20-1%2034%2034%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.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-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.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-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%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%22-4%20-4%2040%2040%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}.heateorSssSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%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.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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-1%20-2%2034%2034%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.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}.heateorSssYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%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.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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: #10ff00}.heateorSssAmazonWishListBackground{background-color: #ffe000}.heateorSssAOLMailBackground{background-color: #2A2A2A}.heateorSssAppnetBackground{background-color: #5D5D5D}.heateorSssBaiduBackground{background-color: #2319DC}.heateorSssBalatarinBackground{background-color: #fff}.heateorSssBibSonomyBackground{background-color: #000}.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: #ffd400}.heateorSssCare2NewsBackground{background-color: #6EB43F}.heateorSssCiteULikeBackground{background-color: #2781CD}.heateorSssCommentBackground{background-color: #444}.heateorSssCopyLinkBackground{background-color: #FFC112}.heateorSssDiaryRuBackground{background-color: #E8D8C6}.heateorSssDiasporaBackground{background-color: #2E3436}.heateorSssDiHITTBackground{background-color: #FF6300}.heateorSssDiasporaBackground{background-color: #0166FF}.heateorSssDiigoBackground{background-color: #4A8BCA}.heateorSssDoubanBackground{background-color: #497700}.heateorSssDraugiemBackground{background-color: #ffad66}.heateorSssDZoneBackground{background-color: #fff088}.heateorSssEvernoteBackground{background-color: #8BE056}.heateorSssFacebookMessengerBackground{background-color: #0084FF}.heateorSssFarkBackground{background-color: #555}.heateorSssFlipboardBackground{background-color: #CC0000}.heateorSssFolkdBackground{background-color: #0F70B2}.heateorSssGoogleClassroomBackground{background-color: #FFC112}.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}.heateorSssKikBackground{background-color: #2A2A2A}.heateorSssKindleItBackground{background-color: #2A2A2A}.heateorSssKnownBackground{background-color: #fff101}.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: #c0ff00}.heateorSssNewsVineBackground{background-color: #055D00}.heateorSssNUjijBackground{background-color: #D40000}.heateorSssOdnoklassnikiBackground{background-color: #F2720C}.heateorSssOknotizieBackground{background-color: #fdff88}.heateorSssOutlookcomBackground{background-color: #0072C6}.heateorSssPapalyBackground{background-color: #3AC0F6}.heateorSssPinboardBackground{background-color: #1341DE}.heateorSssPlurkBackground{background-color: #CF682F}.heateorSssPocketBackground{background-color: #f0f0f0}.heateorSssPolyvoreBackground{background-color: #2A2A2A}.heateorSssPrintFriendlyBackground{background-color: #61D1D5}.heateorSssProtopageBookmarksBackground{background-color: #413FFF}.heateorSssPushaBackground{background-color: #0072B8}.heateorSssQzoneBackground{background-color: #2B82D9}.heateorSssRefindBackground{background-color: #1492ef}.heateorSssRediffMyPageBackground{background-color: #D20000}.heateorSssRenrenBackground{background-color: #005EAC}.heateorSssSegnaloBackground{background-color: #fdff88}.heateorSssSinaWeiboBackground{background-color: #ff0}.heateorSssSiteJotBackground{background-color: #ffc800}.heateorSssSkypeBackground{background-color: #00AFF0}.heateorSssSMSBackground{background-color: #6ebe45}.heateorSssSlashdotBackground{background-color: #004242}.heateorSssStumpediaBackground{background-color: #EDEDED}.heateorSssSvejoBackground{background-color: #fa7aa3}.heateorSssSymbalooFeedsBackground{background-color: #6DA8F7}.heateorSssTelegramBackground{background-color: #3DA5f1}.heateorSssTrelloBackground{background-color: #1189CE}.heateorSssTuentiBackground{background-color: #0075C9}.heateorSssTwiddlaBackground{background-color: #EDEDED}.heateorSssTypePadPostBackground{background-color: #2A2A2A}.heateorSssViadeoBackground{background-color: #2A2A2A}.heateorSssViberBackground{background-color: #8B628F}.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}.heateorSssBehanceBackground{background-color: #053eff}.heateorSssFlickrBackground{background-color: #ff0084}.heateorSssFoursquareBackground{background-color: #f94877}.heateorSssGithubBackground{background-color: #2a2a2a}.heateorSssMediumBackground{background-color: #2a2a2a}.heateorSssSnapchatBackground{background-color: #ffe900}.heateorSssVimeoBackground{background-color: #1ab7ea}.heateorSssYoutubeBackground{background-color: #ff0000}.heateorSssRSSBackground{background-color: #e3702d}.heateorSssGentleReaderBackground{background-color:#46aecf}i.heateorSssWhatsappBackground a,i.heateorSssLineBackground a,i.heateorSssViberBackground 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:65px}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{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{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both;}li.heateor_sss_google_plusone div, li.heateor_sss_google_plus_share div{display:block!important}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important;}@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%}}@media screen and (max-width:475px){#heateor_sss_sharing_more_content .all-services ul li{width:100%!important;}}
|
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;height:308px}#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:auto;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_follow_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,ul.heateor_sss_follow_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_follow_ul li.heateorSssSharingRound,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;visibility:hidden}ul.heateor_sss_follow_ul li,ul.heateor_sss_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none!important;}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}ul.heateor_sss_follow_ul li:before,ul.heateor_sss_sharing_ul li:before{content:none!important}ul.heateor_sss_follow_ul li{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-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}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share, div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share{width:120px}li.heateor_sss_facebook_share .fb-share-button span,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}.heateor_sss_counter_container li{height:21px}.heateorSssInstagramBackground{background-color:#624E47}.heateorSssYummlyBackground{background-color:#E16120}.heateorSssBufferBackground{background-color:#000}.heateorSssDeliciousBackground{background-color:#53BEEE}.heateorSssThreemaBackground{background-color:#2A2A2A}.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:#0077B5}.heateorSssMoreBackground{background-color:#EE8E2D}.heateorSssPinterestBackground{background-color:#CC2329}.heateorSssPrintBackground{background-color:#FD6500}.heateorSssRedditBackground{background-color:#FF5700}.heateorSssStockTwitsBackground{background-color: #40576F}.heateorSssMeWeBackground{background-color:#007da1}.heateorSssMixBackground{background-color:#ff8226}.heateorSssTumblrBackground{background-color:#29435D}.heateorSssTwitterBackground{background-color:#55acee}.heateorSssVkontakteBackground{background-color:#5E84AC}.heateorSssYahooBackground{background-color:#8F03CC}.heateorSssXingBackground{background-color:#00797D}.heateorSssInstagramBackground{background-color:#527FA4}.heateorSssWhatsappBackground{background-color:#55EB4C}.heateorSssTCBackground,.heateorSssTCBackground:hover{border-width: 0!important;background-color:transparent;}.heateorSssTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.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%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.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%22-1%20-1%2034%2034%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.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-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.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-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%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%22-4%20-4%2040%2040%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}.heateorSssSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%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.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.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-1%20-2%2034%2034%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.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}.heateorSssYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%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.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{background-color:white;height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{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%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssPullOut{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%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) 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: #10ff00}.heateorSssAmazonWishListBackground{background-color: #ffe000}.heateorSssAOLMailBackground{background-color: #2A2A2A}.heateorSssAppnetBackground{background-color: #5D5D5D}.heateorSssBaiduBackground{background-color: #2319DC}.heateorSssBalatarinBackground{background-color: #fff}.heateorSssBibSonomyBackground{background-color: #000}.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: #ffd400}.heateorSssCare2NewsBackground{background-color: #6EB43F}.heateorSssCiteULikeBackground{background-color: #2781CD}.heateorSssCommentBackground{background-color: #444}.heateorSssCopyLinkBackground{background-color: #FFC112}.heateorSssDiaryRuBackground{background-color: #E8D8C6}.heateorSssDiasporaBackground{background-color: #2E3436}.heateorSssDiHITTBackground{background-color: #FF6300}.heateorSssDiasporaBackground{background-color: #0166FF}.heateorSssDiigoBackground{background-color: #4A8BCA}.heateorSssDoubanBackground{background-color: #497700}.heateorSssDraugiemBackground{background-color: #ffad66}.heateorSssDZoneBackground{background-color: #fff088}.heateorSssEvernoteBackground{background-color: #8BE056}.heateorSssFacebookMessengerBackground{background-color: #0084FF}.heateorSssFarkBackground{background-color: #555}.heateorSssFlipboardBackground{background-color: #CC0000}.heateorSssFolkdBackground{background-color: #0F70B2}.heateorSssGoogleClassroomBackground{background-color: #FFC112}.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}.heateorSssKikBackground{background-color: #2A2A2A}.heateorSssKindleItBackground{background-color: #2A2A2A}.heateorSssKnownBackground{background-color: #fff101}.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: #c0ff00}.heateorSssNewsVineBackground{background-color: #055D00}.heateorSssNUjijBackground{background-color: #D40000}.heateorSssOdnoklassnikiBackground{background-color: #F2720C}.heateorSssOknotizieBackground{background-color: #fdff88}.heateorSssOutlookcomBackground{background-color: #0072C6}.heateorSssPapalyBackground{background-color: #3AC0F6}.heateorSssPinboardBackground{background-color: #1341DE}.heateorSssPlurkBackground{background-color: #CF682F}.heateorSssPocketBackground{background-color: #f0f0f0}.heateorSssPolyvoreBackground{background-color: #2A2A2A}.heateorSssPrintFriendlyBackground{background-color: #61D1D5}.heateorSssProtopageBookmarksBackground{background-color: #413FFF}.heateorSssPushaBackground{background-color: #0072B8}.heateorSssQzoneBackground{background-color: #2B82D9}.heateorSssRefindBackground{background-color: #1492ef}.heateorSssRediffMyPageBackground{background-color: #D20000}.heateorSssRenrenBackground{background-color: #005EAC}.heateorSssSegnaloBackground{background-color: #fdff88}.heateorSssSinaWeiboBackground{background-color: #ff0}.heateorSssSiteJotBackground{background-color: #ffc800}.heateorSssSkypeBackground{background-color: #00AFF0}.heateorSssSMSBackground{background-color: #6ebe45}.heateorSssSlashdotBackground{background-color: #004242}.heateorSssStumpediaBackground{background-color: #EDEDED}.heateorSssSvejoBackground{background-color: #fa7aa3}.heateorSssSymbalooFeedsBackground{background-color: #6DA8F7}.heateorSssTelegramBackground{background-color: #3DA5f1}.heateorSssTrelloBackground{background-color: #1189CE}.heateorSssTuentiBackground{background-color: #0075C9}.heateorSssTwiddlaBackground{background-color: #EDEDED}.heateorSssTypePadPostBackground{background-color: #2A2A2A}.heateorSssViadeoBackground{background-color: #2A2A2A}.heateorSssViberBackground{background-color: #8B628F}.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}.heateorSssBehanceBackground{background-color: #053eff}.heateorSssFlickrBackground{background-color: #ff0084}.heateorSssFoursquareBackground{background-color: #f94877}.heateorSssGithubBackground{background-color: #2a2a2a}.heateorSssMediumBackground{background-color: #2a2a2a}.heateorSssSnapchatBackground{background-color: #ffe900}.heateorSssVimeoBackground{background-color: #1ab7ea}.heateorSssYoutubeBackground{background-color: #ff0000}.heateorSssRSSBackground{background-color: #e3702d}.heateorSssGentleReaderBackground{background-color:#46aecf}i.heateorSssWhatsappBackground a,i.heateorSssLineBackground a,i.heateorSssViberBackground 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 span{vertical-align:text-top!important}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:117px}div.heateor_sss_horizontal_sharing li.heateor_sss_google_plusone{width:65px}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{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{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both;}li.heateor_sss_google_plusone div, li.heateor_sss_google_plus_share div{display:block!important}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important;}@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%}}@media screen and (max-width:475px){#heateor_sss_sharing_more_content .all-services ul li{width:100%!important;}}
|
public/js/sassy-social-share-public.js
CHANGED
@@ -187,7 +187,7 @@ function heateorSssMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
|
|
187 |
whatsapp: {
|
188 |
title: "Whatsapp",
|
189 |
locale: "en-US",
|
190 |
-
bookmarklet_url: "whatsapp
|
191 |
},
|
192 |
diigo: {
|
193 |
title: "Diigo",
|
@@ -510,6 +510,11 @@ function heateorSssMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
|
|
510 |
locale: "en-US",
|
511 |
redirect_url: "//www.wykop.pl/dodaj?url=" + postUrl + "&title=" + postTitle,
|
512 |
},
|
|
|
|
|
|
|
|
|
|
|
513 |
Yoolink: {
|
514 |
title: "Yoolink",
|
515 |
locale: "en-US",
|
187 |
whatsapp: {
|
188 |
title: "Whatsapp",
|
189 |
locale: "en-US",
|
190 |
+
bookmarklet_url: "https://" + heateorSssWhatsappShareAPI + ".whatsapp.com/send?text=" + postTitle + " " + postUrl,
|
191 |
},
|
192 |
diigo: {
|
193 |
title: "Diigo",
|
510 |
locale: "en-US",
|
511 |
redirect_url: "//www.wykop.pl/dodaj?url=" + postUrl + "&title=" + postTitle,
|
512 |
},
|
513 |
+
Xing: {
|
514 |
+
title: "Xing",
|
515 |
+
locale: "en-US",
|
516 |
+
redirect_url: "https://www.xing.com/spi/shares/new?cb=0&url=" + postUrl,
|
517 |
+
},
|
518 |
Yoolink: {
|
519 |
title: "Yoolink",
|
520 |
locale: "en-US",
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Heateor
|
|
3 |
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: 5.
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
@@ -124,6 +124,15 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
124 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
125 |
|
126 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
= 3.2.12 =
|
128 |
* [New] Included MeWe in social media follow icons
|
129 |
* [Bugfix] Social share icons stopped working in Classic mode of <a href="https://wordpress.org/plugins/amp">AMP</a> plugin after last update
|
@@ -662,4 +671,13 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
662 |
= 3.2.12 =
|
663 |
* [New] Included MeWe in social media follow icons
|
664 |
* [Bugfix] Social share icons stopped working in Classic mode of <a href="https://wordpress.org/plugins/amp">AMP</a> plugin after last update
|
665 |
-
* [Improvement] Updated background color of Reddit icon according to Reddit branding guidelines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
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: 5.1
|
7 |
+
Stable tag: 3.2.13
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Google+, Pinterest, WhatsApp and over 100 more.
|
124 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
125 |
|
126 |
== Changelog ==
|
127 |
+
= 3.2.13 =
|
128 |
+
* [Bugfix] Center alignment for standard share icons was not working in some cases
|
129 |
+
* [Bugfix] Enabling social share count was not taking effect for rectangular social share/like buttons
|
130 |
+
* [Bugfix] Fixed mis-alignment of rectangular social share icons
|
131 |
+
* [Bugfix] Xing share stopped working
|
132 |
+
* [Bugfix] Whatsapp share was not working on Firefox and Safari browsers
|
133 |
+
* [New] Added option to hide the slider present below the floating share bar
|
134 |
+
* [Improvement] Improved the look of slider arrow below the floating share bar
|
135 |
+
|
136 |
= 3.2.12 =
|
137 |
* [New] Included MeWe in social media follow icons
|
138 |
* [Bugfix] Social share icons stopped working in Classic mode of <a href="https://wordpress.org/plugins/amp">AMP</a> plugin after last update
|
671 |
= 3.2.12 =
|
672 |
* [New] Included MeWe in social media follow icons
|
673 |
* [Bugfix] Social share icons stopped working in Classic mode of <a href="https://wordpress.org/plugins/amp">AMP</a> plugin after last update
|
674 |
+
* [Improvement] Updated background color of Reddit icon according to Reddit branding guidelines
|
675 |
+
|
676 |
+
= 3.2.13 =
|
677 |
+
* [Bugfix] Center alignment for standard share icons was not working in some cases
|
678 |
+
* [Bugfix] Enabling social share count was not taking effect for rectangular social share/like buttons
|
679 |
+
* [Bugfix] Fixed mis-alignment of rectangular social share icons
|
680 |
+
* [Bugfix] Xing share stopped working
|
681 |
+
* [Bugfix] Whatsapp share was not working on Firefox and Safari browsers
|
682 |
+
* [New] Added option to hide the slider present below the floating share bar
|
683 |
+
* [Improvement] Improved the look of slider arrow below the floating share bar
|
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.2.
|
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.2.
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|
@@ -140,6 +140,10 @@ function heateor_sss_save_default_options() {
|
|
140 |
*/
|
141 |
function heateor_sss_activate_plugin( $network_wide ) {
|
142 |
|
|
|
|
|
|
|
|
|
143 |
global $wpdb;
|
144 |
|
145 |
if ( function_exists( 'is_multisite' ) && is_multisite() ) {
|
@@ -157,6 +161,7 @@ function heateor_sss_activate_plugin( $network_wide ) {
|
|
157 |
}
|
158 |
}
|
159 |
heateor_sss_save_default_options();
|
|
|
160 |
|
161 |
}
|
162 |
register_activation_hook( __FILE__, 'heateor_sss_activate_plugin' );
|
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.2.13
|
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.2.13' );
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path(__FILE__) );
|
26 |
|
27 |
// plugin core class object
|
140 |
*/
|
141 |
function heateor_sss_activate_plugin( $network_wide ) {
|
142 |
|
143 |
+
if ( ! current_user_can( 'activate_plugins' ) ) {
|
144 |
+
return;
|
145 |
+
}
|
146 |
+
|
147 |
global $wpdb;
|
148 |
|
149 |
if ( function_exists( 'is_multisite' ) && is_multisite() ) {
|
161 |
}
|
162 |
}
|
163 |
heateor_sss_save_default_options();
|
164 |
+
set_transient( 'heateor-sss-admin-notice-on-activation', true, 5 );
|
165 |
|
166 |
}
|
167 |
register_activation_hook( __FILE__, 'heateor_sss_activate_plugin' );
|