WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer - Version 7.8.13

Version Description

  • [New] Added option to enable/disable popup notification visible to visitors if their browser is blocking any feature of the plugin
  • [Improvement] Performance improvement
Download this release

Release Info

Developer the_champ
Plugin Icon 128x128 WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer
Version 7.8.13
Comparing to
See all releases

Code changes from version 7.8.12 to 7.8.13

admin/general_options.php CHANGED
@@ -65,6 +65,45 @@ defined('ABSPATH') or die("Cheating........Uh!!");
65
  </td>
66
  </tr>
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  <tr>
69
  <th>
70
  <img id="the_champ_custom_css_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
65
  </td>
66
  </tr>
67
 
68
+ <tr>
69
+ <th>
70
+ <img id="the_champ_browser_msg_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
71
+ <label for="the_champ_browser_msg_enable"><?php _e("Show popup notification to users if their browsers block the plugin features", 'Super-Socializer'); ?></label>
72
+ </th>
73
+ <td>
74
+ <input id="the_champ_browser_msg_enable" name="the_champ_general[browser_msg_enable]" onclick="if(this.checked){jQuery('#the_champ_browser_msg_options').css('display', 'table-row-group')}else{ jQuery('#the_champ_browser_msg_options').css('display', 'none') }" type="checkbox" <?php echo isset($theChampGeneralOptions['browser_msg_enable']) ? 'checked = "checked"' : '';?> value="1" />
75
+ </td>
76
+ </tr>
77
+
78
+ <tr class="the_champ_help_content" id="the_champ_browser_msg_enable_help_cont">
79
+ <td colspan="2">
80
+ <div>
81
+ <?php _e('If enabled, your website visitors will see a popup notification if their browsers block any of the features of the plugin so that they can change their browser settings to unblock these.', 'Super-Socializer') ?>
82
+ <img src="<?php echo plugins_url('../images/snaps/general_browser_notification.png', __FILE__); ?>" width="760" />
83
+ </div>
84
+ </td>
85
+ </tr>
86
+
87
+ <tbody id="the_champ_browser_msg_options" <?php echo !isset($theChampGeneralOptions['browser_msg_enable']) ? 'style = "display: none"' : '';?> >
88
+ <tr>
89
+ <th>
90
+ <img id="the_champ_browser_msg_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
91
+ <label for="the_champ_browser_msg"><?php _e("Message to show in popup notification", 'Super-Socializer'); ?></label>
92
+ </th>
93
+ <td>
94
+ <textarea rows="7" cols="63" id="the_champ_browser_msg" name="the_champ_general[browser_msg]"><?php echo isset( $theChampGeneralOptions['browser_msg'] ) ? $theChampGeneralOptions['browser_msg'] : '' ?></textarea>
95
+ </td>
96
+ </tr>
97
+
98
+ <tr class="the_champ_help_content" id="the_champ_browser_msg_help_cont">
99
+ <td colspan="2">
100
+ <div>
101
+ <?php _e('Use {support_url} placeholder to show support documentation url in message', 'Super-Socializer') ?>
102
+ </div>
103
+ </td>
104
+ </tr>
105
+ </tbody>
106
+
107
  <tr>
108
  <th>
109
  <img id="the_champ_custom_css_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
css/front.css CHANGED
@@ -1,2 +1,2 @@
1
- @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_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}#the_champ_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_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%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_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}#the_champ_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}#the_champ_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}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_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}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_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;box-shadow:none!important}.the_champ_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}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTwitterLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampFacebookLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%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) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul{margin:1px 0!important}#heateor_ss_browser_msg_close img,#the_champ_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.the_champ_sharing_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_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}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:120px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:74px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:98px}div.the_champ_horizontal_sharing .the_champ_stumbleupon, div.the_champ_horizontal_counter .the_champ_stumbleupon{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#527FA4}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampTwitchBackground{background-color:#6441A5}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12.5%20-12.5%2055%2055%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%3C%2Fsvg%3E) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampCommentingTabs 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}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #fff}.theChampAmazonWishListBackground{background-color: #fff}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #fff}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #fff}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #fff}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #2E3436}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDZoneBackground{background-color: #fff}.theChampEvernoteBackground{background-color: #8BE056}.theChampFarkBackground{background-color: #555}
2
  .theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #fff}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #FFF}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color: #EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #fff}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fff}.theChampOutlookcomBackground{background-color: #fff}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fff}.theChampSinaWeiboBackground{background-color: #fff}.theChampSiteJotBackground{background-color: #fff}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #FAFAFA}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}i.theChampWhatsappBackground a{display: inline!important}i.theChampLineBackground a{display: inline!important;}.the_champ_sharing_container a{box-shadow:none!important;border:none!important}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}
1
+ @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_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}#the_champ_popup_bg,#heateor_ss_browser_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_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%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_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}#the_champ_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}#the_champ_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}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_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}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_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;box-shadow:none!important}.the_champ_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}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTwitterLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampFacebookLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%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) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul{margin:1px 0!important}#heateor_ss_browser_msg_close img,#the_champ_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.the_champ_sharing_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_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}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:120px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:74px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:98px}div.the_champ_horizontal_sharing .the_champ_stumbleupon, div.the_champ_horizontal_counter .the_champ_stumbleupon{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#527FA4}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampTwitchBackground{background-color:#6441A5}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12.5%20-12.5%2055%2055%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%3C%2Fsvg%3E) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampCommentingTabs 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}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #fff}.theChampAmazonWishListBackground{background-color: #fff}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #fff}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #fff}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #fff}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #2E3436}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDZoneBackground{background-color: #fff}.theChampEvernoteBackground{background-color: #8BE056}.theChampFarkBackground{background-color: #555}
2
  .theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #fff}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #FFF}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color: #EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #fff}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fff}.theChampOutlookcomBackground{background-color: #fff}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fff}.theChampSinaWeiboBackground{background-color: #fff}.theChampSiteJotBackground{background-color: #fff}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #FAFAFA}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}i.theChampWhatsappBackground a{display: inline!important}i.theChampLineBackground a{display: inline!important;}.the_champ_sharing_container a{box-shadow:none!important;border:none!important}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}
images/snaps/general_browser_notification.png ADDED
Binary file
js/front/combined.js CHANGED
@@ -1,7 +1,8 @@
1
  theChampFBKey = typeof theChampFBKey != 'undefined' ? theChampFBKey : '', theChampFBLang = typeof theChampFBLang != 'undefined' ? theChampFBLang : '';
2
  // general.js
3
  function theChampPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
- function heateorSsBrowserMsg(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_browser_msg_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><p>'+heateorSsSDKBlockedMsg+"</p></div></div>",a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","the_champ_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_browser_msg_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}jQuery(function(){"shown"!=localStorage.getItem("heateorSsBrowserMsg")&&jQuery("<img/>").attr("src","//apps.facebook.com/favicon.ico").error(function(){heateorSsBrowserMsg(),localStorage.setItem("heateorSsBrowserMsg","shown")}).css("display","none").appendTo(document.body)?localStorage.setItem("heateorSsBrowserMsg","shown"):""});
 
5
  if(typeof theChampLinkingRedirection=="undefined"){var theChampLinkingRedirection='';}
6
  // common.js
7
  function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else 0==e.status&&"registration disabled"==e.message?t="undefined"!=typeof theChampDisableRegRedirect?theChampDisableRegRedirect:decodeURIComponent(theChampTwitterRedirect):"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)navigator.userAgent.match("CriOS")?location.href="https://www.facebook.com/dialog/oauth?client_id="+theChampFBKey+"&redirect_uri="+theChampRedirectionUrl+"&scope="+theChampFacebookScope:theChampAuthUserFB();else if("Login with Twitch"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitch");else if("Login with Steam"==t)theChampPopup(theChampSteamAuthUrl);else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
@@ -521,7 +522,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
521
  var bgDiv = document.createElement('div');
522
  bgDiv.setAttribute('id', 'the_champ_popup_bg');
523
  jQuery('body').append(mainDiv).append(bgDiv);
524
- document.getElementById('the_champ_sharing_popup_close').onclick = function(){
525
  mainDiv.parentNode.removeChild(mainDiv);
526
  bgDiv.parentNode.removeChild(bgDiv);
527
  }
1
  theChampFBKey = typeof theChampFBKey != 'undefined' ? theChampFBKey : '', theChampFBLang = typeof theChampFBLang != 'undefined' ? theChampFBLang : '';
2
  // general.js
3
  function theChampPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
+ function heateorSsBrowserMsg(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_browser_msg_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><p>'+heateorSsSDKBlockedMsg+"</p></div></div>",a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_browser_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_browser_popup_bg").onclick=document.getElementById("heateor_ss_browser_msg_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}
5
+ "undefined"!=typeof heateorSsSDKBlockedMsg&&jQuery(function(){"shown"!=localStorage.getItem("heateorSsBrowserMsg")&&(jQuery("<img/>").attr("src","//apps.facebook.com/favicon.ico").error(function(){heateorSsBrowserMsg()}).css("display","none").appendTo(document.body),localStorage.setItem("heateorSsBrowserMsg","shown"))});
6
  if(typeof theChampLinkingRedirection=="undefined"){var theChampLinkingRedirection='';}
7
  // common.js
8
  function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else 0==e.status&&"registration disabled"==e.message?t="undefined"!=typeof theChampDisableRegRedirect?theChampDisableRegRedirect:decodeURIComponent(theChampTwitterRedirect):"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)navigator.userAgent.match("CriOS")?location.href="https://www.facebook.com/dialog/oauth?client_id="+theChampFBKey+"&redirect_uri="+theChampRedirectionUrl+"&scope="+theChampFacebookScope:theChampAuthUserFB();else if("Login with Twitch"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitch");else if("Login with Steam"==t)theChampPopup(theChampSteamAuthUrl);else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
522
  var bgDiv = document.createElement('div');
523
  bgDiv.setAttribute('id', 'the_champ_popup_bg');
524
  jQuery('body').append(mainDiv).append(bgDiv);
525
+ document.getElementById('the_champ_popup_bg').onclick = document.getElementById('the_champ_sharing_popup_close').onclick = function(){
526
  mainDiv.parentNode.removeChild(mainDiv);
527
  bgDiv.parentNode.removeChild(bgDiv);
528
  }
js/front/sharing/sharing.js CHANGED
@@ -499,7 +499,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
499
  var bgDiv = document.createElement('div');
500
  bgDiv.setAttribute('id', 'the_champ_popup_bg');
501
  jQuery('body').append(mainDiv).append(bgDiv);
502
- document.getElementById('the_champ_sharing_popup_close').onclick = function(){
503
  mainDiv.parentNode.removeChild(mainDiv);
504
  bgDiv.parentNode.removeChild(bgDiv);
505
  }
499
  var bgDiv = document.createElement('div');
500
  bgDiv.setAttribute('id', 'the_champ_popup_bg');
501
  jQuery('body').append(mainDiv).append(bgDiv);
502
+ document.getElementById('the_champ_popup_bg').onclick = document.getElementById('the_champ_sharing_popup_close').onclick = function(){
503
  mainDiv.parentNode.removeChild(mainDiv);
504
  bgDiv.parentNode.removeChild(bgDiv);
505
  }
js/front/social_login/general.js CHANGED
@@ -1,2 +1,3 @@
1
  function theChampPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
2
- function heateorSsBrowserMsg(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_browser_msg_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><p>'+heateorSsSDKBlockedMsg+"</p></div></div>",a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","the_champ_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_browser_msg_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}jQuery(function(){"shown"!=localStorage.getItem("heateorSsBrowserMsg")&&jQuery("<img/>").attr("src","//apps.facebook.com/favicon.ico").error(function(){heateorSsBrowserMsg(),localStorage.setItem("heateorSsBrowserMsg","shown")}).css("display","none").appendTo(document.body)?localStorage.setItem("heateorSsBrowserMsg","shown"):""});
 
1
  function theChampPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
2
+ function heateorSsBrowserMsg(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_browser_msg_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><p>'+heateorSsSDKBlockedMsg+"</p></div></div>",a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_browser_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_browser_popup_bg").onclick=document.getElementById("heateor_ss_browser_msg_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}
3
+ "undefined"!=typeof heateorSsSDKBlockedMsg&&jQuery(function(){"shown"!=localStorage.getItem("heateorSsBrowserMsg")&&(jQuery("<img/>").attr("src","//apps.facebook.com/favicon.ico").error(function(){heateorSsBrowserMsg()}).css("display","none").appendTo(document.body),localStorage.setItem("heateorSsBrowserMsg","shown"))});
languages/Super-Socializer-ar_AR.mo CHANGED
Binary file
languages/Super-Socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:05+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:06+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -47,13 +47,6 @@ msgid ""
47
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
48
  msgstr ""
49
 
50
- #: ../super_socializer.php:476
51
- #, php-format
52
- msgid ""
53
- "Your browser is blocking some features of this website. Please follow the "
54
- "instructions at %s to unblock these."
55
- msgstr ""
56
-
57
  #: ../super_socializer.php:506 ../helper.php:965
58
  msgid "Please verify your email address to login."
59
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
@@ -126,18 +119,38 @@ msgstr ""
126
  msgid "Update social avatar, next time I Social Login"
127
  msgstr ""
128
 
129
- #: ../super_socializer.php:977
 
 
 
 
 
 
130
  msgid "Login with your Social ID"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:978
134
  msgid "Email you entered is already registered or invalid"
135
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
136
 
137
- #: ../super_socializer.php:983
138
  msgid "Please enter a valid email address. You might be required to verify it"
139
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  #: ../helper.php:8
142
  #, fuzzy
143
  msgid "Settings saved"
@@ -255,7 +268,7 @@ msgstr "صغير الرمزية رابط"
255
  msgid "Large Avatar"
256
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
257
 
258
- #: ../helper.php:902 ../admin/general_options.php:89
259
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
260
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
261
  #, fuzzy
@@ -301,11 +314,32 @@ msgstr ""
301
  "بتثبيت البرنامج المساعد في المرة القادمة."
302
 
303
  #: ../admin/general_options.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  #, fuzzy
305
  msgid "Custom CSS"
306
  msgstr "رابط (URL) مخصّص"
307
 
308
- #: ../admin/general_options.php:81
309
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
310
  msgstr ""
311
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:47+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:48+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
47
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
48
  msgstr ""
49
 
 
 
 
 
 
 
 
50
  #: ../super_socializer.php:506 ../helper.php:965
51
  msgid "Please verify your email address to login."
52
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
119
  msgid "Update social avatar, next time I Social Login"
120
  msgstr ""
121
 
122
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
123
+ msgid ""
124
+ "Your browser is blocking some features of this website. Please follow the "
125
+ "instructions at {support_url} to unblock these."
126
+ msgstr ""
127
+
128
+ #: ../super_socializer.php:979
129
  msgid "Login with your Social ID"
130
  msgstr ""
131
 
132
+ #: ../super_socializer.php:980
133
  msgid "Email you entered is already registered or invalid"
134
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
135
 
136
+ #: ../super_socializer.php:985
137
  msgid "Please enter a valid email address. You might be required to verify it"
138
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
139
 
140
+ #: ../super_socializer.php:1177
141
+ #, php-format
142
+ msgid ""
143
+ "Your website visitors will see a popup notification (only once) if their "
144
+ "browsers block any of the features of the plugin so that they can change "
145
+ "their browser settings to unblock these. You can turn it OFF by disabling "
146
+ "\"Show popup notification to users if their browsers block the plugin "
147
+ "features\" option <a href=\"%s\">here</a>"
148
+ msgstr ""
149
+
150
+ #: ../super_socializer.php:1177
151
+ msgid "Okay"
152
+ msgstr ""
153
+
154
  #: ../helper.php:8
155
  #, fuzzy
156
  msgid "Settings saved"
268
  msgid "Large Avatar"
269
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
270
 
271
+ #: ../helper.php:902 ../admin/general_options.php:128
272
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
273
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
274
  #, fuzzy
314
  "بتثبيت البرنامج المساعد في المرة القادمة."
315
 
316
  #: ../admin/general_options.php:71
317
+ msgid ""
318
+ "Show popup notification to users if their browsers block the plugin features"
319
+ msgstr ""
320
+
321
+ #: ../admin/general_options.php:81
322
+ msgid ""
323
+ "If enabled, your website visitors will see a popup notification if their "
324
+ "browsers block any of the features of the plugin so that they can change "
325
+ "their browser settings to unblock these."
326
+ msgstr ""
327
+
328
+ #: ../admin/general_options.php:91
329
+ msgid "Message to show in popup notification"
330
+ msgstr ""
331
+
332
+ #: ../admin/general_options.php:101
333
+ msgid ""
334
+ "Use {support_url} placeholder to show support documentation url in message"
335
+ msgstr ""
336
+
337
+ #: ../admin/general_options.php:110
338
  #, fuzzy
339
  msgid "Custom CSS"
340
  msgstr "رابط (URL) مخصّص"
341
 
342
+ #: ../admin/general_options.php:120
343
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
344
  msgstr ""
345
 
languages/Super-Socializer-es_ES.mo CHANGED
Binary file
languages/Super-Socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:06+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:06+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -50,13 +50,6 @@ msgid ""
50
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
51
  msgstr ""
52
 
53
- #: ../super_socializer.php:476
54
- #, php-format
55
- msgid ""
56
- "Your browser is blocking some features of this website. Please follow the "
57
- "instructions at %s to unblock these."
58
- msgstr ""
59
-
60
  #: ../super_socializer.php:506 ../helper.php:965
61
  msgid "Please verify your email address to login."
62
  msgstr "Por favor verifica tu dirección de email para ingresar."
@@ -131,20 +124,40 @@ msgstr ""
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
133
 
134
- #: ../super_socializer.php:977
 
 
 
 
 
 
135
  msgid "Login with your Social ID"
136
  msgstr ""
137
 
138
- #: ../super_socializer.php:978
139
  msgid "Email you entered is already registered or invalid"
140
  msgstr "El email que has escrito ya está registrado o no es válido"
141
 
142
- #: ../super_socializer.php:983
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr ""
145
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
146
  "verificarla"
147
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  #: ../helper.php:8
149
  msgid "Settings saved"
150
  msgstr "Ajustes guardados"
@@ -253,7 +266,7 @@ msgstr "Avatar Pequeño"
253
  msgid "Large Avatar"
254
  msgstr "Avatar Grande"
255
 
256
- #: ../helper.php:902 ../admin/general_options.php:89
257
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
258
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
259
  msgid "Save Changes"
@@ -294,10 +307,31 @@ msgstr ""
294
  "instalar el plugin."
295
 
296
  #: ../admin/general_options.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
297
  msgid "Custom CSS"
298
  msgstr "CSS Personalizado"
299
 
300
- #: ../admin/general_options.php:81
301
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
302
  msgstr ""
303
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:49+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:49+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
50
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
51
  msgstr ""
52
 
 
 
 
 
 
 
 
53
  #: ../super_socializer.php:506 ../helper.php:965
54
  msgid "Please verify your email address to login."
55
  msgstr "Por favor verifica tu dirección de email para ingresar."
124
  msgid "Update social avatar, next time I Social Login"
125
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
126
 
127
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
128
+ msgid ""
129
+ "Your browser is blocking some features of this website. Please follow the "
130
+ "instructions at {support_url} to unblock these."
131
+ msgstr ""
132
+
133
+ #: ../super_socializer.php:979
134
  msgid "Login with your Social ID"
135
  msgstr ""
136
 
137
+ #: ../super_socializer.php:980
138
  msgid "Email you entered is already registered or invalid"
139
  msgstr "El email que has escrito ya está registrado o no es válido"
140
 
141
+ #: ../super_socializer.php:985
142
  msgid "Please enter a valid email address. You might be required to verify it"
143
  msgstr ""
144
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
145
  "verificarla"
146
 
147
+ #: ../super_socializer.php:1177
148
+ #, php-format
149
+ msgid ""
150
+ "Your website visitors will see a popup notification (only once) if their "
151
+ "browsers block any of the features of the plugin so that they can change "
152
+ "their browser settings to unblock these. You can turn it OFF by disabling "
153
+ "\"Show popup notification to users if their browsers block the plugin "
154
+ "features\" option <a href=\"%s\">here</a>"
155
+ msgstr ""
156
+
157
+ #: ../super_socializer.php:1177
158
+ msgid "Okay"
159
+ msgstr ""
160
+
161
  #: ../helper.php:8
162
  msgid "Settings saved"
163
  msgstr "Ajustes guardados"
266
  msgid "Large Avatar"
267
  msgstr "Avatar Grande"
268
 
269
+ #: ../helper.php:902 ../admin/general_options.php:128
270
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
271
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
272
  msgid "Save Changes"
307
  "instalar el plugin."
308
 
309
  #: ../admin/general_options.php:71
310
+ msgid ""
311
+ "Show popup notification to users if their browsers block the plugin features"
312
+ msgstr ""
313
+
314
+ #: ../admin/general_options.php:81
315
+ msgid ""
316
+ "If enabled, your website visitors will see a popup notification if their "
317
+ "browsers block any of the features of the plugin so that they can change "
318
+ "their browser settings to unblock these."
319
+ msgstr ""
320
+
321
+ #: ../admin/general_options.php:91
322
+ msgid "Message to show in popup notification"
323
+ msgstr ""
324
+
325
+ #: ../admin/general_options.php:101
326
+ msgid ""
327
+ "Use {support_url} placeholder to show support documentation url in message"
328
+ msgstr ""
329
+
330
+ #: ../admin/general_options.php:110
331
  msgid "Custom CSS"
332
  msgstr "CSS Personalizado"
333
 
334
+ #: ../admin/general_options.php:120
335
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
336
  msgstr ""
337
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
languages/Super-Socializer-hu_HU.mo CHANGED
Binary file
languages/Super-Socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:07+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:07+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -49,13 +49,6 @@ msgid ""
49
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
50
  msgstr ""
51
 
52
- #: ../super_socializer.php:476
53
- #, php-format
54
- msgid ""
55
- "Your browser is blocking some features of this website. Please follow the "
56
- "instructions at %s to unblock these."
57
- msgstr ""
58
-
59
  #: ../super_socializer.php:506 ../helper.php:965
60
  msgid "Please verify your email address to login."
61
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
@@ -130,18 +123,38 @@ msgstr ""
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:977
 
 
 
 
 
 
134
  msgid "Login with your Social ID"
135
  msgstr ""
136
 
137
- #: ../super_socializer.php:978
138
  msgid "Email you entered is already registered or invalid"
139
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
140
 
141
- #: ../super_socializer.php:983
142
  msgid "Please enter a valid email address. You might be required to verify it"
143
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  #: ../helper.php:8
146
  #, fuzzy
147
  msgid "Settings saved"
@@ -257,7 +270,7 @@ msgstr "Kis Avatar URL"
257
  msgid "Large Avatar"
258
  msgstr "Cél Url"
259
 
260
- #: ../helper.php:902 ../admin/general_options.php:89
261
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
262
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
263
  msgid "Save Changes"
@@ -298,11 +311,32 @@ msgstr ""
298
  "azt."
299
 
300
  #: ../admin/general_options.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  #, fuzzy
302
  msgid "Custom CSS"
303
  msgstr "Egyedi URL"
304
 
305
- #: ../admin/general_options.php:81
306
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
307
  msgstr ""
308
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:49+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:49+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
49
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
50
  msgstr ""
51
 
 
 
 
 
 
 
 
52
  #: ../super_socializer.php:506 ../helper.php:965
53
  msgid "Please verify your email address to login."
54
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
123
  msgid "Update social avatar, next time I Social Login"
124
  msgstr ""
125
 
126
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
127
+ msgid ""
128
+ "Your browser is blocking some features of this website. Please follow the "
129
+ "instructions at {support_url} to unblock these."
130
+ msgstr ""
131
+
132
+ #: ../super_socializer.php:979
133
  msgid "Login with your Social ID"
134
  msgstr ""
135
 
136
+ #: ../super_socializer.php:980
137
  msgid "Email you entered is already registered or invalid"
138
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
139
 
140
+ #: ../super_socializer.php:985
141
  msgid "Please enter a valid email address. You might be required to verify it"
142
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
143
 
144
+ #: ../super_socializer.php:1177
145
+ #, php-format
146
+ msgid ""
147
+ "Your website visitors will see a popup notification (only once) if their "
148
+ "browsers block any of the features of the plugin so that they can change "
149
+ "their browser settings to unblock these. You can turn it OFF by disabling "
150
+ "\"Show popup notification to users if their browsers block the plugin "
151
+ "features\" option <a href=\"%s\">here</a>"
152
+ msgstr ""
153
+
154
+ #: ../super_socializer.php:1177
155
+ msgid "Okay"
156
+ msgstr ""
157
+
158
  #: ../helper.php:8
159
  #, fuzzy
160
  msgid "Settings saved"
270
  msgid "Large Avatar"
271
  msgstr "Cél Url"
272
 
273
+ #: ../helper.php:902 ../admin/general_options.php:128
274
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
275
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
276
  msgid "Save Changes"
311
  "azt."
312
 
313
  #: ../admin/general_options.php:71
314
+ msgid ""
315
+ "Show popup notification to users if their browsers block the plugin features"
316
+ msgstr ""
317
+
318
+ #: ../admin/general_options.php:81
319
+ msgid ""
320
+ "If enabled, your website visitors will see a popup notification if their "
321
+ "browsers block any of the features of the plugin so that they can change "
322
+ "their browser settings to unblock these."
323
+ msgstr ""
324
+
325
+ #: ../admin/general_options.php:91
326
+ msgid "Message to show in popup notification"
327
+ msgstr ""
328
+
329
+ #: ../admin/general_options.php:101
330
+ msgid ""
331
+ "Use {support_url} placeholder to show support documentation url in message"
332
+ msgstr ""
333
+
334
+ #: ../admin/general_options.php:110
335
  #, fuzzy
336
  msgid "Custom CSS"
337
  msgstr "Egyedi URL"
338
 
339
+ #: ../admin/general_options.php:120
340
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
341
  msgstr ""
342
 
languages/Super-Socializer-it_IT.mo CHANGED
Binary file
languages/Super-Socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:07+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:07+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -49,13 +49,6 @@ msgid ""
49
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
50
  msgstr ""
51
 
52
- #: ../super_socializer.php:476
53
- #, php-format
54
- msgid ""
55
- "Your browser is blocking some features of this website. Please follow the "
56
- "instructions at %s to unblock these."
57
- msgstr ""
58
-
59
  #: ../super_socializer.php:506 ../helper.php:965
60
  msgid "Please verify your email address to login."
61
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
@@ -132,20 +125,40 @@ msgstr ""
132
  msgid "Update social avatar, next time I Social Login"
133
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
134
 
135
- #: ../super_socializer.php:977
 
 
 
 
 
 
136
  msgid "Login with your Social ID"
137
  msgstr "Login con il tuo ID Social"
138
 
139
- #: ../super_socializer.php:978
140
  msgid "Email you entered is already registered or invalid"
141
  msgstr "La email inserita è già registrata o non è valida"
142
 
143
- #: ../super_socializer.php:983
144
  msgid "Please enter a valid email address. You might be required to verify it"
145
  msgstr ""
146
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
147
  "una verifica"
148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  #: ../helper.php:8
150
  msgid "Settings saved"
151
  msgstr "Impostazioni salvate"
@@ -252,7 +265,7 @@ msgstr "Avatar Piccolo"
252
  msgid "Large Avatar"
253
  msgstr "Avatar Grande"
254
 
255
- #: ../helper.php:902 ../admin/general_options.php:89
256
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
257
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
258
  msgid "Save Changes"
@@ -293,10 +306,31 @@ msgstr ""
293
  "dovranno riconfigurare di nuovo."
294
 
295
  #: ../admin/general_options.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
  msgid "Custom CSS"
297
  msgstr "CSS personalizzato"
298
 
299
- #: ../admin/general_options.php:81
300
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
301
  msgstr ""
302
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:49+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:49+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
49
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
50
  msgstr ""
51
 
 
 
 
 
 
 
 
52
  #: ../super_socializer.php:506 ../helper.php:965
53
  msgid "Please verify your email address to login."
54
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
125
  msgid "Update social avatar, next time I Social Login"
126
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
127
 
128
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
129
+ msgid ""
130
+ "Your browser is blocking some features of this website. Please follow the "
131
+ "instructions at {support_url} to unblock these."
132
+ msgstr ""
133
+
134
+ #: ../super_socializer.php:979
135
  msgid "Login with your Social ID"
136
  msgstr "Login con il tuo ID Social"
137
 
138
+ #: ../super_socializer.php:980
139
  msgid "Email you entered is already registered or invalid"
140
  msgstr "La email inserita è già registrata o non è valida"
141
 
142
+ #: ../super_socializer.php:985
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr ""
145
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
146
  "una verifica"
147
 
148
+ #: ../super_socializer.php:1177
149
+ #, php-format
150
+ msgid ""
151
+ "Your website visitors will see a popup notification (only once) if their "
152
+ "browsers block any of the features of the plugin so that they can change "
153
+ "their browser settings to unblock these. You can turn it OFF by disabling "
154
+ "\"Show popup notification to users if their browsers block the plugin "
155
+ "features\" option <a href=\"%s\">here</a>"
156
+ msgstr ""
157
+
158
+ #: ../super_socializer.php:1177
159
+ msgid "Okay"
160
+ msgstr ""
161
+
162
  #: ../helper.php:8
163
  msgid "Settings saved"
164
  msgstr "Impostazioni salvate"
265
  msgid "Large Avatar"
266
  msgstr "Avatar Grande"
267
 
268
+ #: ../helper.php:902 ../admin/general_options.php:128
269
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
270
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
271
  msgid "Save Changes"
306
  "dovranno riconfigurare di nuovo."
307
 
308
  #: ../admin/general_options.php:71
309
+ msgid ""
310
+ "Show popup notification to users if their browsers block the plugin features"
311
+ msgstr ""
312
+
313
+ #: ../admin/general_options.php:81
314
+ msgid ""
315
+ "If enabled, your website visitors will see a popup notification if their "
316
+ "browsers block any of the features of the plugin so that they can change "
317
+ "their browser settings to unblock these."
318
+ msgstr ""
319
+
320
+ #: ../admin/general_options.php:91
321
+ msgid "Message to show in popup notification"
322
+ msgstr ""
323
+
324
+ #: ../admin/general_options.php:101
325
+ msgid ""
326
+ "Use {support_url} placeholder to show support documentation url in message"
327
+ msgstr ""
328
+
329
+ #: ../admin/general_options.php:110
330
  msgid "Custom CSS"
331
  msgstr "CSS personalizzato"
332
 
333
+ #: ../admin/general_options.php:120
334
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
335
  msgstr ""
336
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
languages/Super-Socializer-pt_BR.mo CHANGED
Binary file
languages/Super-Socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:07+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:07+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -48,13 +48,6 @@ msgid ""
48
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
49
  msgstr ""
50
 
51
- #: ../super_socializer.php:476
52
- #, php-format
53
- msgid ""
54
- "Your browser is blocking some features of this website. Please follow the "
55
- "instructions at %s to unblock these."
56
- msgstr ""
57
-
58
  #: ../super_socializer.php:506 ../helper.php:965
59
  msgid "Please verify your email address to login."
60
  msgstr "Por favor verifique seu endereço de email no login."
@@ -127,20 +120,40 @@ msgstr ""
127
  msgid "Update social avatar, next time I Social Login"
128
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
129
 
130
- #: ../super_socializer.php:977
 
 
 
 
 
 
131
  msgid "Login with your Social ID"
132
  msgstr ""
133
 
134
- #: ../super_socializer.php:978
135
  msgid "Email you entered is already registered or invalid"
136
  msgstr "Email fornecido já está registrado ou é inválido"
137
 
138
- #: ../super_socializer.php:983
139
  msgid "Please enter a valid email address. You might be required to verify it"
140
  msgstr ""
141
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
142
  "confirmá-lo"
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  #: ../helper.php:8
145
  msgid "Settings saved"
146
  msgstr "Configurações salvas"
@@ -247,7 +260,7 @@ msgstr "Avatar Pequeno"
247
  msgid "Large Avatar"
248
  msgstr "Avatar Grande"
249
 
250
- #: ../helper.php:902 ../admin/general_options.php:89
251
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
252
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
253
  msgid "Save Changes"
@@ -288,10 +301,31 @@ msgstr ""
288
  "instalar o plugin da próxima vez."
289
 
290
  #: ../admin/general_options.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
291
  msgid "Custom CSS"
292
  msgstr "CSS Personalizado"
293
 
294
- #: ../admin/general_options.php:81
295
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
296
  msgstr ""
297
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:50+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:50+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
48
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
49
  msgstr ""
50
 
 
 
 
 
 
 
 
51
  #: ../super_socializer.php:506 ../helper.php:965
52
  msgid "Please verify your email address to login."
53
  msgstr "Por favor verifique seu endereço de email no login."
120
  msgid "Update social avatar, next time I Social Login"
121
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
122
 
123
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
124
+ msgid ""
125
+ "Your browser is blocking some features of this website. Please follow the "
126
+ "instructions at {support_url} to unblock these."
127
+ msgstr ""
128
+
129
+ #: ../super_socializer.php:979
130
  msgid "Login with your Social ID"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:980
134
  msgid "Email you entered is already registered or invalid"
135
  msgstr "Email fornecido já está registrado ou é inválido"
136
 
137
+ #: ../super_socializer.php:985
138
  msgid "Please enter a valid email address. You might be required to verify it"
139
  msgstr ""
140
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
141
  "confirmá-lo"
142
 
143
+ #: ../super_socializer.php:1177
144
+ #, php-format
145
+ msgid ""
146
+ "Your website visitors will see a popup notification (only once) if their "
147
+ "browsers block any of the features of the plugin so that they can change "
148
+ "their browser settings to unblock these. You can turn it OFF by disabling "
149
+ "\"Show popup notification to users if their browsers block the plugin "
150
+ "features\" option <a href=\"%s\">here</a>"
151
+ msgstr ""
152
+
153
+ #: ../super_socializer.php:1177
154
+ msgid "Okay"
155
+ msgstr ""
156
+
157
  #: ../helper.php:8
158
  msgid "Settings saved"
159
  msgstr "Configurações salvas"
260
  msgid "Large Avatar"
261
  msgstr "Avatar Grande"
262
 
263
+ #: ../helper.php:902 ../admin/general_options.php:128
264
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
265
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
266
  msgid "Save Changes"
301
  "instalar o plugin da próxima vez."
302
 
303
  #: ../admin/general_options.php:71
304
+ msgid ""
305
+ "Show popup notification to users if their browsers block the plugin features"
306
+ msgstr ""
307
+
308
+ #: ../admin/general_options.php:81
309
+ msgid ""
310
+ "If enabled, your website visitors will see a popup notification if their "
311
+ "browsers block any of the features of the plugin so that they can change "
312
+ "their browser settings to unblock these."
313
+ msgstr ""
314
+
315
+ #: ../admin/general_options.php:91
316
+ msgid "Message to show in popup notification"
317
+ msgstr ""
318
+
319
+ #: ../admin/general_options.php:101
320
+ msgid ""
321
+ "Use {support_url} placeholder to show support documentation url in message"
322
+ msgstr ""
323
+
324
+ #: ../admin/general_options.php:110
325
  msgid "Custom CSS"
326
  msgstr "CSS Personalizado"
327
 
328
+ #: ../admin/general_options.php:120
329
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
330
  msgstr ""
331
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
languages/Super-Socializer-ru_RU.mo CHANGED
Binary file
languages/Super-Socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:07+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:07+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
@@ -49,13 +49,6 @@ msgid ""
49
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
50
  msgstr ""
51
 
52
- #: ../super_socializer.php:476
53
- #, php-format
54
- msgid ""
55
- "Your browser is blocking some features of this website. Please follow the "
56
- "instructions at %s to unblock these."
57
- msgstr ""
58
-
59
  #: ../super_socializer.php:506 ../helper.php:965
60
  msgid "Please verify your email address to login."
61
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
@@ -130,21 +123,41 @@ msgstr ""
130
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
131
  "соцсети"
132
 
133
- #: ../super_socializer.php:977
 
 
 
 
 
 
134
  msgid "Login with your Social ID"
135
  msgstr "Войти, используя социальный аккаунт"
136
 
137
- #: ../super_socializer.php:978
138
  msgid "Email you entered is already registered or invalid"
139
  msgstr ""
140
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
141
 
142
- #: ../super_socializer.php:983
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr ""
145
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
146
  "потребуется проверить его"
147
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  #: ../helper.php:8
149
  msgid "Settings saved"
150
  msgstr "Параметры сохранены"
@@ -252,7 +265,7 @@ msgstr "Небольшой аватар"
252
  msgid "Large Avatar"
253
  msgstr "Большой аватар"
254
 
255
- #: ../helper.php:902 ../admin/general_options.php:89
256
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
257
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
258
  msgid "Save Changes"
@@ -293,10 +306,31 @@ msgstr ""
293
  "плагина в следующий раз."
294
 
295
  #: ../admin/general_options.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
  msgid "Custom CSS"
297
  msgstr "Пользовательские CSS"
298
 
299
- #: ../admin/general_options.php:81
300
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
301
  msgstr ""
302
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:50+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:50+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
49
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
50
  msgstr ""
51
 
 
 
 
 
 
 
 
52
  #: ../super_socializer.php:506 ../helper.php:965
53
  msgid "Please verify your email address to login."
54
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
123
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
124
  "соцсети"
125
 
126
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
127
+ msgid ""
128
+ "Your browser is blocking some features of this website. Please follow the "
129
+ "instructions at {support_url} to unblock these."
130
+ msgstr ""
131
+
132
+ #: ../super_socializer.php:979
133
  msgid "Login with your Social ID"
134
  msgstr "Войти, используя социальный аккаунт"
135
 
136
+ #: ../super_socializer.php:980
137
  msgid "Email you entered is already registered or invalid"
138
  msgstr ""
139
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
140
 
141
+ #: ../super_socializer.php:985
142
  msgid "Please enter a valid email address. You might be required to verify it"
143
  msgstr ""
144
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
145
  "потребуется проверить его"
146
 
147
+ #: ../super_socializer.php:1177
148
+ #, php-format
149
+ msgid ""
150
+ "Your website visitors will see a popup notification (only once) if their "
151
+ "browsers block any of the features of the plugin so that they can change "
152
+ "their browser settings to unblock these. You can turn it OFF by disabling "
153
+ "\"Show popup notification to users if their browsers block the plugin "
154
+ "features\" option <a href=\"%s\">here</a>"
155
+ msgstr ""
156
+
157
+ #: ../super_socializer.php:1177
158
+ msgid "Okay"
159
+ msgstr ""
160
+
161
  #: ../helper.php:8
162
  msgid "Settings saved"
163
  msgstr "Параметры сохранены"
265
  msgid "Large Avatar"
266
  msgstr "Большой аватар"
267
 
268
+ #: ../helper.php:902 ../admin/general_options.php:128
269
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
270
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
271
  msgid "Save Changes"
306
  "плагина в следующий раз."
307
 
308
  #: ../admin/general_options.php:71
309
+ msgid ""
310
+ "Show popup notification to users if their browsers block the plugin features"
311
+ msgstr ""
312
+
313
+ #: ../admin/general_options.php:81
314
+ msgid ""
315
+ "If enabled, your website visitors will see a popup notification if their "
316
+ "browsers block any of the features of the plugin so that they can change "
317
+ "their browser settings to unblock these."
318
+ msgstr ""
319
+
320
+ #: ../admin/general_options.php:91
321
+ msgid "Message to show in popup notification"
322
+ msgstr ""
323
+
324
+ #: ../admin/general_options.php:101
325
+ msgid ""
326
+ "Use {support_url} placeholder to show support documentation url in message"
327
+ msgstr ""
328
+
329
+ #: ../admin/general_options.php:110
330
  msgid "Custom CSS"
331
  msgstr "Пользовательские CSS"
332
 
333
+ #: ../admin/general_options.php:120
334
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
335
  msgstr ""
336
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
languages/Super-Socializer-uk.mo CHANGED
Binary file
languages/Super-Socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:08+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:08+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: uk\n"
@@ -51,13 +51,6 @@ msgid ""
51
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
52
  msgstr ""
53
 
54
- #: ../super_socializer.php:476
55
- #, php-format
56
- msgid ""
57
- "Your browser is blocking some features of this website. Please follow the "
58
- "instructions at %s to unblock these."
59
- msgstr ""
60
-
61
  #: ../super_socializer.php:506 ../helper.php:965
62
  msgid "Please verify your email address to login."
63
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
@@ -134,20 +127,40 @@ msgstr ""
134
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
135
  "соцмережі"
136
 
137
- #: ../super_socializer.php:977
 
 
 
 
 
 
138
  msgid "Login with your Social ID"
139
  msgstr "Увійти через соціальний аккаунт"
140
 
141
- #: ../super_socializer.php:978
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
144
 
145
- #: ../super_socializer.php:983
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr ""
148
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
149
  "потрібно перевірити його"
150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  #: ../helper.php:8
152
  msgid "Settings saved"
153
  msgstr "Налаштування збережені"
@@ -255,7 +268,7 @@ msgstr "Невеликий аватар"
255
  msgid "Large Avatar"
256
  msgstr "Великий аватар"
257
 
258
- #: ../helper.php:902 ../admin/general_options.php:89
259
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
260
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
261
  msgid "Save Changes"
@@ -296,10 +309,31 @@ msgstr ""
296
  "установці плагіна в наступний раз."
297
 
298
  #: ../admin/general_options.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  msgid "Custom CSS"
300
  msgstr "Користувальницькі CSS"
301
 
302
- #: ../admin/general_options.php:81
303
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
304
  msgstr ""
305
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:50+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:50+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: uk\n"
51
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
52
  msgstr ""
53
 
 
 
 
 
 
 
 
54
  #: ../super_socializer.php:506 ../helper.php:965
55
  msgid "Please verify your email address to login."
56
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
127
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
128
  "соцмережі"
129
 
130
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
131
+ msgid ""
132
+ "Your browser is blocking some features of this website. Please follow the "
133
+ "instructions at {support_url} to unblock these."
134
+ msgstr ""
135
+
136
+ #: ../super_socializer.php:979
137
  msgid "Login with your Social ID"
138
  msgstr "Увійти через соціальний аккаунт"
139
 
140
+ #: ../super_socializer.php:980
141
  msgid "Email you entered is already registered or invalid"
142
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
143
 
144
+ #: ../super_socializer.php:985
145
  msgid "Please enter a valid email address. You might be required to verify it"
146
  msgstr ""
147
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
148
  "потрібно перевірити його"
149
 
150
+ #: ../super_socializer.php:1177
151
+ #, php-format
152
+ msgid ""
153
+ "Your website visitors will see a popup notification (only once) if their "
154
+ "browsers block any of the features of the plugin so that they can change "
155
+ "their browser settings to unblock these. You can turn it OFF by disabling "
156
+ "\"Show popup notification to users if their browsers block the plugin "
157
+ "features\" option <a href=\"%s\">here</a>"
158
+ msgstr ""
159
+
160
+ #: ../super_socializer.php:1177
161
+ msgid "Okay"
162
+ msgstr ""
163
+
164
  #: ../helper.php:8
165
  msgid "Settings saved"
166
  msgstr "Налаштування збережені"
268
  msgid "Large Avatar"
269
  msgstr "Великий аватар"
270
 
271
+ #: ../helper.php:902 ../admin/general_options.php:128
272
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
273
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
274
  msgid "Save Changes"
309
  "установці плагіна в наступний раз."
310
 
311
  #: ../admin/general_options.php:71
312
+ msgid ""
313
+ "Show popup notification to users if their browsers block the plugin features"
314
+ msgstr ""
315
+
316
+ #: ../admin/general_options.php:81
317
+ msgid ""
318
+ "If enabled, your website visitors will see a popup notification if their "
319
+ "browsers block any of the features of the plugin so that they can change "
320
+ "their browser settings to unblock these."
321
+ msgstr ""
322
+
323
+ #: ../admin/general_options.php:91
324
+ msgid "Message to show in popup notification"
325
+ msgstr ""
326
+
327
+ #: ../admin/general_options.php:101
328
+ msgid ""
329
+ "Use {support_url} placeholder to show support documentation url in message"
330
+ msgstr ""
331
+
332
+ #: ../admin/general_options.php:110
333
  msgid "Custom CSS"
334
  msgstr "Користувальницькі CSS"
335
 
336
+ #: ../admin/general_options.php:120
337
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
338
  msgstr ""
339
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
languages/Super-Socializer-zh_CN.mo CHANGED
Binary file
languages/Super-Socializer-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:08+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:08+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
@@ -46,13 +46,6 @@ msgid ""
46
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
47
  msgstr ""
48
 
49
- #: ../super_socializer.php:476
50
- #, php-format
51
- msgid ""
52
- "Your browser is blocking some features of this website. Please follow the "
53
- "instructions at %s to unblock these."
54
- msgstr ""
55
-
56
  #: ../super_socializer.php:506 ../helper.php:965
57
  msgid "Please verify your email address to login."
58
  msgstr "请验证您的电子邮件地址以便登录。"
@@ -121,18 +114,38 @@ msgstr "不从我的个人资料里获取及更新社会化头像,下次社会
121
  msgid "Update social avatar, next time I Social Login"
122
  msgstr "更新社会化头像,下次社会化登录"
123
 
124
- #: ../super_socializer.php:977
 
 
 
 
 
 
125
  msgid "Login with your Social ID"
126
  msgstr ""
127
 
128
- #: ../super_socializer.php:978
129
  msgid "Email you entered is already registered or invalid"
130
  msgstr "您输入的电子邮件已经注册或无效"
131
 
132
- #: ../super_socializer.php:983
133
  msgid "Please enter a valid email address. You might be required to verify it"
134
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  #: ../helper.php:8
137
  msgid "Settings saved"
138
  msgstr "设置已保存"
@@ -239,7 +252,7 @@ msgstr "小头像"
239
  msgid "Large Avatar"
240
  msgstr "大头像"
241
 
242
- #: ../helper.php:902 ../admin/general_options.php:89
243
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
244
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
245
  msgid "Save Changes"
@@ -275,10 +288,31 @@ msgid ""
275
  msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
276
 
277
  #: ../admin/general_options.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
278
  msgid "Custom CSS"
279
  msgstr "自定义CSS"
280
 
281
- #: ../admin/general_options.php:81
282
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
283
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
284
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:51+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:51+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
46
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
47
  msgstr ""
48
 
 
 
 
 
 
 
 
49
  #: ../super_socializer.php:506 ../helper.php:965
50
  msgid "Please verify your email address to login."
51
  msgstr "请验证您的电子邮件地址以便登录。"
114
  msgid "Update social avatar, next time I Social Login"
115
  msgstr "更新社会化头像,下次社会化登录"
116
 
117
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
118
+ msgid ""
119
+ "Your browser is blocking some features of this website. Please follow the "
120
+ "instructions at {support_url} to unblock these."
121
+ msgstr ""
122
+
123
+ #: ../super_socializer.php:979
124
  msgid "Login with your Social ID"
125
  msgstr ""
126
 
127
+ #: ../super_socializer.php:980
128
  msgid "Email you entered is already registered or invalid"
129
  msgstr "您输入的电子邮件已经注册或无效"
130
 
131
+ #: ../super_socializer.php:985
132
  msgid "Please enter a valid email address. You might be required to verify it"
133
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
134
 
135
+ #: ../super_socializer.php:1177
136
+ #, php-format
137
+ msgid ""
138
+ "Your website visitors will see a popup notification (only once) if their "
139
+ "browsers block any of the features of the plugin so that they can change "
140
+ "their browser settings to unblock these. You can turn it OFF by disabling "
141
+ "\"Show popup notification to users if their browsers block the plugin "
142
+ "features\" option <a href=\"%s\">here</a>"
143
+ msgstr ""
144
+
145
+ #: ../super_socializer.php:1177
146
+ msgid "Okay"
147
+ msgstr ""
148
+
149
  #: ../helper.php:8
150
  msgid "Settings saved"
151
  msgstr "设置已保存"
252
  msgid "Large Avatar"
253
  msgstr "大头像"
254
 
255
+ #: ../helper.php:902 ../admin/general_options.php:128
256
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
257
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
258
  msgid "Save Changes"
288
  msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
289
 
290
  #: ../admin/general_options.php:71
291
+ msgid ""
292
+ "Show popup notification to users if their browsers block the plugin features"
293
+ msgstr ""
294
+
295
+ #: ../admin/general_options.php:81
296
+ msgid ""
297
+ "If enabled, your website visitors will see a popup notification if their "
298
+ "browsers block any of the features of the plugin so that they can change "
299
+ "their browser settings to unblock these."
300
+ msgstr ""
301
+
302
+ #: ../admin/general_options.php:91
303
+ msgid "Message to show in popup notification"
304
+ msgstr ""
305
+
306
+ #: ../admin/general_options.php:101
307
+ msgid ""
308
+ "Use {support_url} placeholder to show support documentation url in message"
309
+ msgstr ""
310
+
311
+ #: ../admin/general_options.php:110
312
  msgid "Custom CSS"
313
  msgstr "自定义CSS"
314
 
315
+ #: ../admin/general_options.php:120
316
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
317
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
318
 
languages/Super-Socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-01-29 16:08+0530\n"
6
- "PO-Revision-Date: 2017-01-29 16:08+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -40,13 +40,6 @@ msgid ""
40
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
41
  msgstr ""
42
 
43
- #: ../super_socializer.php:476
44
- #, php-format
45
- msgid ""
46
- "Your browser is blocking some features of this website. Please follow the "
47
- "instructions at %s to unblock these."
48
- msgstr ""
49
-
50
  #: ../super_socializer.php:506 ../helper.php:965
51
  msgid "Please verify your email address to login."
52
  msgstr ""
@@ -115,18 +108,38 @@ msgstr ""
115
  msgid "Update social avatar, next time I Social Login"
116
  msgstr ""
117
 
118
- #: ../super_socializer.php:977
 
 
 
 
 
 
119
  msgid "Login with your Social ID"
120
  msgstr ""
121
 
122
- #: ../super_socializer.php:978
123
  msgid "Email you entered is already registered or invalid"
124
  msgstr ""
125
 
126
- #: ../super_socializer.php:983
127
  msgid "Please enter a valid email address. You might be required to verify it"
128
  msgstr ""
129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  #: ../helper.php:8
131
  msgid "Settings saved"
132
  msgstr ""
@@ -231,7 +244,7 @@ msgstr ""
231
  msgid "Large Avatar"
232
  msgstr ""
233
 
234
- #: ../helper.php:902 ../admin/general_options.php:89
235
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
236
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
237
  msgid "Save Changes"
@@ -267,10 +280,31 @@ msgid ""
267
  msgstr ""
268
 
269
  #: ../admin/general_options.php:71
270
- msgid "Custom CSS"
 
271
  msgstr ""
272
 
273
  #: ../admin/general_options.php:81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
275
  msgstr ""
276
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-01-31 22:51+0530\n"
6
+ "PO-Revision-Date: 2017-01-31 22:51+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
40
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
41
  msgstr ""
42
 
 
 
 
 
 
 
 
43
  #: ../super_socializer.php:506 ../helper.php:965
44
  msgid "Please verify your email address to login."
45
  msgstr ""
108
  msgid "Update social avatar, next time I Social Login"
109
  msgstr ""
110
 
111
+ #: ../super_socializer.php:973 ../super_socializer.php:1193
112
+ msgid ""
113
+ "Your browser is blocking some features of this website. Please follow the "
114
+ "instructions at {support_url} to unblock these."
115
+ msgstr ""
116
+
117
+ #: ../super_socializer.php:979
118
  msgid "Login with your Social ID"
119
  msgstr ""
120
 
121
+ #: ../super_socializer.php:980
122
  msgid "Email you entered is already registered or invalid"
123
  msgstr ""
124
 
125
+ #: ../super_socializer.php:985
126
  msgid "Please enter a valid email address. You might be required to verify it"
127
  msgstr ""
128
 
129
+ #: ../super_socializer.php:1177
130
+ #, php-format
131
+ msgid ""
132
+ "Your website visitors will see a popup notification (only once) if their "
133
+ "browsers block any of the features of the plugin so that they can change "
134
+ "their browser settings to unblock these. You can turn it OFF by disabling "
135
+ "\"Show popup notification to users if their browsers block the plugin "
136
+ "features\" option <a href=\"%s\">here</a>"
137
+ msgstr ""
138
+
139
+ #: ../super_socializer.php:1177
140
+ msgid "Okay"
141
+ msgstr ""
142
+
143
  #: ../helper.php:8
144
  msgid "Settings saved"
145
  msgstr ""
244
  msgid "Large Avatar"
245
  msgstr ""
246
 
247
+ #: ../helper.php:902 ../admin/general_options.php:128
248
  #: ../admin/social_sharing.php:1868 ../admin/social_commenting.php:467
249
  #: ../admin/social_login.php:913 ../admin/like_buttons.php:785
250
  msgid "Save Changes"
280
  msgstr ""
281
 
282
  #: ../admin/general_options.php:71
283
+ msgid ""
284
+ "Show popup notification to users if their browsers block the plugin features"
285
  msgstr ""
286
 
287
  #: ../admin/general_options.php:81
288
+ msgid ""
289
+ "If enabled, your website visitors will see a popup notification if their "
290
+ "browsers block any of the features of the plugin so that they can change "
291
+ "their browser settings to unblock these."
292
+ msgstr ""
293
+
294
+ #: ../admin/general_options.php:91
295
+ msgid "Message to show in popup notification"
296
+ msgstr ""
297
+
298
+ #: ../admin/general_options.php:101
299
+ msgid ""
300
+ "Use {support_url} placeholder to show support documentation url in message"
301
+ msgstr ""
302
+
303
+ #: ../admin/general_options.php:110
304
+ msgid "Custom CSS"
305
+ msgstr ""
306
+
307
+ #: ../admin/general_options.php:120
308
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
309
  msgstr ""
310
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media, facebook login
5
  Requires at least: 2.5.0
6
  Tested up to: 4.7.2
7
- Stable tag: 7.8.12
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
@@ -204,6 +204,10 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
 
 
 
 
207
  = 7.8.12 =
208
  * [Bugfix] User's email was not being returned in Twitter profile data inspite of the Twitter app having appropriate permission
209
  * [Bugfix] Steam avatar link was broken at the webpages having SSL enabled (thanks @aleks93ts)
@@ -1148,4 +1152,8 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
1148
  * [Bugfix] Some Social Share logos were not appearing on activating cache plugin, in a few cases
1149
  * [Improvement] User will see a message if their browser is blocking any functionality of the plugin
1150
  * [New] Added option to specify separate title for logged in users in Social Login widget
1151
- * [New] Bypassing Ultimate Member plugin's email activation process, as valid email is already fetched from user's social profile data
 
 
 
 
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media, facebook login
5
  Requires at least: 2.5.0
6
  Tested up to: 4.7.2
7
+ Stable tag: 7.8.13
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
207
+ = 7.8.13 =
208
+ * [New] Added option to enable/disable popup notification visible to visitors if their browser is blocking any feature of the plugin
209
+ * [Improvement] Performance improvement
210
+
211
  = 7.8.12 =
212
  * [Bugfix] User's email was not being returned in Twitter profile data inspite of the Twitter app having appropriate permission
213
  * [Bugfix] Steam avatar link was broken at the webpages having SSL enabled (thanks @aleks93ts)
1152
  * [Bugfix] Some Social Share logos were not appearing on activating cache plugin, in a few cases
1153
  * [Improvement] User will see a message if their browser is blocking any functionality of the plugin
1154
  * [New] Added option to specify separate title for logged in users in Social Login widget
1155
+ * [New] Bypassing Ultimate Member plugin's email activation process, as valid email is already fetched from user's social profile data
1156
+
1157
+ = 7.8.13 =
1158
+ * [New] Added option to enable/disable popup notification visible to visitors if their browser is blocking any feature of the plugin
1159
+ * [Improvement] Performance improvement
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more.
6
- Version: 7.8.12
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: Super-Socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.8.12');
15
 
16
  require 'helper.php';
17
 
@@ -473,7 +473,7 @@ function the_champ_frontend_scripts(){
473
  $inFooter = isset($theChampGeneralOptions['footer_script']) ? true : false;
474
  $combinedScript = isset($theChampGeneralOptions['combined_script']) ? true : false;
475
  ?>
476
- <script type="text/javascript">var heateorSsSDKBlockedMsg = '<?php echo str_replace("%s", "<a href=\'http://support.heateor.com/browser-blocking-social-features/\' target=\'_blank\' style=\'color:#33a9d8\'>http://support.heateor.com/browser-blocking-social-features/</a>", htmlspecialchars(__("Your browser is blocking some features of this website. Please follow the instructions at %s to unblock these.", "Super-Socializer"), ENT_QUOTES)); ?>', theChampCloseIconPath = '<?php echo plugins_url('images/close.png', __FILE__) ?>';</script>
477
  <?php
478
  if(!$combinedScript){
479
  wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
@@ -969,6 +969,8 @@ function the_champ_save_default_options(){
969
  add_option('the_champ_general', array(
970
  'footer_script' => '1',
971
  'delete_options' => '1',
 
 
972
  'custom_css' => ''
973
  ));
974
 
@@ -1122,6 +1124,15 @@ function the_champ_new_subsite_default_options($blogId, $userId, $domain, $path,
1122
  }
1123
  add_action('wpmu_new_blog', 'the_champ_new_subsite_default_options', 10, 6);
1124
 
 
 
 
 
 
 
 
 
 
1125
  /**
1126
  * Show notification related to add-on update
1127
  */
@@ -1144,6 +1155,29 @@ function the_champ_addon_update_notification(){
1144
  </div>
1145
  <?php
1146
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1147
  }
1148
  }
1149
  add_action('admin_notices', 'the_champ_addon_update_notification');
@@ -1153,6 +1187,13 @@ function the_champ_update_db_check(){
1153
 
1154
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
1155
 
 
 
 
 
 
 
 
1156
  if(version_compare("7.7", $currentVersion) > 0){
1157
  global $theChampSharingOptions;
1158
  $theChampSharingOptions['instagram_username'] = '';
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more.
6
+ Version: 7.8.13
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: Super-Socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.8.13');
15
 
16
  require 'helper.php';
17
 
473
  $inFooter = isset($theChampGeneralOptions['footer_script']) ? true : false;
474
  $combinedScript = isset($theChampGeneralOptions['combined_script']) ? true : false;
475
  ?>
476
+ <script type="text/javascript">var theChampCloseIconPath = '<?php echo plugins_url('images/close.png', __FILE__) ?>';<?php if(isset($theChampGeneralOptions["browser_msg_enable"]) && $theChampGeneralOptions["browser_msg"] != ""){ ?>var heateorSsSDKBlockedMsg = '<?php echo str_replace("{support_url}", "<a href=\'http://support.heateor.com/browser-blocking-social-features/\' target=\'_blank\' style=\'color:#33a9d8\'>http://support.heateor.com/browser-blocking-social-features/</a>", htmlspecialchars($theChampGeneralOptions["browser_msg"], ENT_QUOTES)); ?>'<?php } ?></script>
477
  <?php
478
  if(!$combinedScript){
479
  wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
969
  add_option('the_champ_general', array(
970
  'footer_script' => '1',
971
  'delete_options' => '1',
972
+ 'browser_msg_enable' => '1',
973
+ 'browser_msg' => __('Your browser is blocking some features of this website. Please follow the instructions at {support_url} to unblock these.', 'Super-Socializer'),
974
  'custom_css' => ''
975
  ));
976
 
1124
  }
1125
  add_action('wpmu_new_blog', 'the_champ_new_subsite_default_options', 10, 6);
1126
 
1127
+ /**
1128
+ * Set flag in database if browser message notification has been read
1129
+ */
1130
+ function heateor_ss_browser_notification_read(){
1131
+ update_option('heateor_ss_browser_notification_read', '1');
1132
+ die;
1133
+ }
1134
+ add_action('wp_ajax_heateor_ss_browser_notification_read', 'heateor_ss_browser_notification_read');
1135
+
1136
  /**
1137
  * Show notification related to add-on update
1138
  */
1155
  </div>
1156
  <?php
1157
  }
1158
+
1159
+ if(!get_option('heateor_ss_browser_notification_read')){
1160
+ ?>
1161
+ <script type="text/javascript">
1162
+ function heateorSsBrowserNotificationRead(){
1163
+ jQuery.ajax({
1164
+ type: 'GET',
1165
+ url: '<?php echo get_admin_url() ?>admin-ajax.php',
1166
+ data: {
1167
+ action: 'heateor_ss_browser_notification_read'
1168
+ },
1169
+ success: function(data, textStatus, XMLHttpRequest){
1170
+ jQuery('#heateor_ss_browser_notification').fadeOut();
1171
+ }
1172
+ });
1173
+ }
1174
+ </script>
1175
+ <div id="heateor_ss_browser_notification" class="update-nag">
1176
+ <h3>Super Socializer</h3>
1177
+ <p><?php echo sprintf(__('Your website visitors will see a popup notification (only once) if their browsers block any of the features of the plugin so that they can change their browser settings to unblock these. You can turn it OFF by disabling "Show popup notification to users if their browsers block the plugin features" option <a href="%s">here</a>', 'Super-Socializer'), 'admin.php?page=heateor-ss-general-options'); ?><input type="button" onclick="heateorSsBrowserNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e('Okay', 'Super-Socializer') ?>" /></p>
1178
+ </div>
1179
+ <?php
1180
+ }
1181
  }
1182
  }
1183
  add_action('admin_notices', 'the_champ_addon_update_notification');
1187
 
1188
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
1189
 
1190
+ if(version_compare("7.8.13", $currentVersion) > 0){
1191
+ global $theChampGeneralOptions;
1192
+ $theChampGeneralOptions['browser_msg_enable'] = '1';
1193
+ $theChampGeneralOptions['browser_msg'] = __('Your browser is blocking some features of this website. Please follow the instructions at {support_url} to unblock these.', 'Super-Socializer');
1194
+ update_option('the_champ_general', $theChampGeneralOptions);
1195
+ }
1196
+
1197
  if(version_compare("7.7", $currentVersion) > 0){
1198
  global $theChampSharingOptions;
1199
  $theChampSharingOptions['instagram_username'] = '';
uninstall.php CHANGED
@@ -14,6 +14,7 @@ if(isset($theChampGeneralOptions['delete_options'])){
14
  'the_champ_general',
15
  'the_champ_ss_version',
16
  'the_champ_feedback_submitted',
 
17
  'widget_thechamplogin',
18
  'widget_thechamphorizontalsharing',
19
  'widget_thechampverticalsharing',
14
  'the_champ_general',
15
  'the_champ_ss_version',
16
  'the_champ_feedback_submitted',
17
+ 'heateor_ss_browser_notification_read',
18
  'widget_thechamplogin',
19
  'widget_thechamphorizontalsharing',
20
  'widget_thechampverticalsharing',