Version Description
- More strings made translation-ready
- Better claiming of feed enabled
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.6.2 |
Comparing to | |
See all releases |
Code changes from version 2.6.1 to 2.6.2
- css/sfsi-admin-style.css +23 -4
- images/tick-icon.png +0 -0
- libs/controllers/sfsi_buttons_controller.php +0 -1
- libs/controllers/sfsi_frontpopUp.php +1 -1
- libs/controllers/sfsi_socialhelper.php +1 -1
- libs/sfsi_install_uninstall.php +2 -1
- libs/sfsi_plus_subscribe_widget.php +4 -4
- libs/sfsi_widget.php +2 -2
- readme.txt +12 -8
- ultimate_social_media_icons.php +5 -4
- views/sfsi_option_view2.php +42 -11
- views/sfsi_option_view7.php +1 -1
- views/sfsi_option_view9.php +14 -14
- views/sfsi_pop_content.php +4 -5
css/sfsi-admin-style.css
CHANGED
@@ -1082,8 +1082,7 @@ ul#adminmenu li.toplevel_page_sfsi-plus-options a.current, ul#adminmenu li.tople
|
|
1082 |
}
|
1083 |
.feedClaiming-overlay p {text-align:center !important; font-size: 12px !important;line-height: 23px !important;padding: 18px 0 0 !important; color:#bebebe !important; }
|
1084 |
.feedClaiming-overlay p a {display: inline-block;font-size: 12px;margin: 0;padding: 0;width: auto; color:#274da3 !important; }
|
1085 |
-
.feedClaiming-overlay .pop_up_box{padding: 25px 30px !important; width: 435px !important;}
|
1086 |
-
|
1087 |
.follows-btn{float:left;width:25%;}
|
1088 |
.preview-btn{float:left;width:10%;}
|
1089 |
.social-img-link{float:left;width:15%;}
|
@@ -1100,7 +1099,6 @@ ul#adminmenu li.toplevel_page_sfsi-plus-options a.current, ul#adminmenu li.tople
|
|
1100 |
}
|
1101 |
|
1102 |
/* poonam */
|
1103 |
-
|
1104 |
.sfsi_plus_premium_brdr_box{box-sizing: border-box;}
|
1105 |
.sf_si_plus_our_prmium_plugin-add, .sfsi_plus_prem_icons_added, .sfsi_plus_new_prmium_follw{background:#f3faf6;border:1px solid #12a252;padding: 25px 38px 35px 40px;clear: both;}
|
1106 |
.sf_si_plus_our_prmium_plugin-add{padding: 25px 38px 45px 44px;}
|
@@ -1175,4 +1173,25 @@ p.sfsi_plus_instagram_shared_premium{float: right;width: 41%;line-height: 20px;c
|
|
1175 |
.tab4 .sfsi_plus_instagramInstruction { float: left; margin-bottom: 12px; width: 450px;}
|
1176 |
.tab4 .sfsi_plus_instagramInstruction ul { padding-left: 14px !important; }
|
1177 |
.tab4 .sfsi_plus_instagramInstruction ul li { font-size: 13px !important; line-height: 20px !important; list-style: outside none bullets !important;margin-top: 5px !important;padding: 0 !important;}
|
1178 |
-
.tab4 .sfsi_instagram_follower{width: 50%;float: left;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1082 |
}
|
1083 |
.feedClaiming-overlay p {text-align:center !important; font-size: 12px !important;line-height: 23px !important;padding: 18px 0 0 !important; color:#bebebe !important; }
|
1084 |
.feedClaiming-overlay p a {display: inline-block;font-size: 12px;margin: 0;padding: 0;width: auto; color:#274da3 !important; }
|
1085 |
+
.feedClaiming-overlay .pop_up_box{padding: 25px 30px !important; width: 435px !important; min-height: 220px;}
|
|
|
1086 |
.follows-btn{float:left;width:25%;}
|
1087 |
.preview-btn{float:left;width:10%;}
|
1088 |
.social-img-link{float:left;width:15%;}
|
1099 |
}
|
1100 |
|
1101 |
/* poonam */
|
|
|
1102 |
.sfsi_plus_premium_brdr_box{box-sizing: border-box;}
|
1103 |
.sf_si_plus_our_prmium_plugin-add, .sfsi_plus_prem_icons_added, .sfsi_plus_new_prmium_follw{background:#f3faf6;border:1px solid #12a252;padding: 25px 38px 35px 40px;clear: both;}
|
1104 |
.sf_si_plus_our_prmium_plugin-add{padding: 25px 38px 45px 44px;}
|
1173 |
.tab4 .sfsi_plus_instagramInstruction { float: left; margin-bottom: 12px; width: 450px;}
|
1174 |
.tab4 .sfsi_plus_instagramInstruction ul { padding-left: 14px !important; }
|
1175 |
.tab4 .sfsi_plus_instagramInstruction ul li { font-size: 13px !important; line-height: 20px !important; list-style: outside none bullets !important;margin-top: 5px !important;padding: 0 !important;}
|
1176 |
+
.tab4 .sfsi_instagram_follower{width: 50%;float: left;}
|
1177 |
+
|
1178 |
+
/* tab2 emailsection */
|
1179 |
+
.sfsi_plus_service_row{margin-right: -15px;margin-left: -15px;}
|
1180 |
+
.sfsi_plus_service_column{float: left;margin-bottom: 40px;margin-top: 15px;padding-left: 30px;width: 47%;}
|
1181 |
+
.sfsi_plus_service_column ul{margin-left: 11% !important;}
|
1182 |
+
.sfsi_plus_service_column ul li{padding-bottom:10px;font-size:16px;line-height: 25px; }
|
1183 |
+
.sfsi_plus_service_column ul li span{color:#12a252;}
|
1184 |
+
.sfsi_plus_service_column ul li::before {content: url(../images/tick-icon.png); position: relative; top: 0px; right: 10px; text-indent: -22px; float: left; }
|
1185 |
+
.sfsi_plus_inputbtn{clear: both;display: block;}
|
1186 |
+
.sfsi_plus_inputbtn input{width: 100%; padding: 15px 0px; text-align: center; margin-bottom: 10px; }
|
1187 |
+
.sfsi_plus_email_services_text{clear: both;}
|
1188 |
+
.sfsi_plus_email_services_paragraph{ width: 600px; float: left; margin-top: 10px; margin-bottom:40px;}
|
1189 |
+
.sfsi_plus_more_services_link a{ background-color: #12a252;color: #fff !important; padding:20px 0px;text-decoration: none;text-align: center;font-size: 20px;display: block;clear: both; font-weight: bold;}
|
1190 |
+
.sfsi_plus_subscribe_popbox_link a{color: #00a0d2 !important;}
|
1191 |
+
.sfsi_plus_email_services_paragraph ul{margin-left: 11% !important;}
|
1192 |
+
.sfsi_plus_email_services_paragraph ul li{padding-bottom:10px;font-size:16px; }
|
1193 |
+
.sfsi_plus_email_services_paragraph ul li span{color:#12a252;}
|
1194 |
+
.sfsi_plus_email_services_paragraph ul li::before {content: url(../images/tick-icon.png); position: relative; top: 5px; right: 10px; text-indent: -22px; float: left; }
|
1195 |
+
.sfsi_plus_email_last_paragraph {width: 60%; text-align: center !important; margin: 20px auto ! important; font-size: 16px !important; color: #a4a9ad !important; padding-top: 0px!important; }
|
1196 |
+
.sfsi_plus_email_last_paragraph a{color:#12a252 !important;font-family: 'helveticaneue-light' !important;}
|
1197 |
+
.pop_up_box.sfsi_pop_up.sfsi_pop_box{padding: 25px 30px 0 !important;}
|
images/tick-icon.png
ADDED
Binary file
|
libs/controllers/sfsi_buttons_controller.php
CHANGED
@@ -129,7 +129,6 @@ function sfsi_plus_options_updater2()
|
|
129 |
'sfsi_rss_blogEmail' => '',
|
130 |
'sfsi_plus_rss_icons' => sanitize_text_field($sfsi_plus_rss_icons),
|
131 |
'sfsi_plus_email_url' => esc_url($option2['sfsi_plus_email_url']),
|
132 |
-
|
133 |
/* facebook buttons options */
|
134 |
'sfsi_plus_facebookPage_option' => sanitize_text_field($sfsi_plus_facebookPage_option),
|
135 |
'sfsi_plus_facebookPage_url' => esc_url($sfsi_plus_facebookPage_url),
|
129 |
'sfsi_rss_blogEmail' => '',
|
130 |
'sfsi_plus_rss_icons' => sanitize_text_field($sfsi_plus_rss_icons),
|
131 |
'sfsi_plus_email_url' => esc_url($option2['sfsi_plus_email_url']),
|
|
|
132 |
/* facebook buttons options */
|
133 |
'sfsi_plus_facebookPage_option' => sanitize_text_field($sfsi_plus_facebookPage_option),
|
134 |
'sfsi_plus_facebookPage_url' => esc_url($sfsi_plus_facebookPage_url),
|
libs/controllers/sfsi_frontpopUp.php
CHANGED
@@ -145,7 +145,7 @@ function sfsi_plus_FrontPopupDiv()
|
|
145 |
$sfsi_section4 = unserialize(get_option('sfsi_plus_section4_options',false));
|
146 |
|
147 |
/* calculate the width and icons display alignments */
|
148 |
-
$heading_text = (isset($sfsi_plus_section7_options['sfsi_plus_popup_text'])) ? $sfsi_plus_section7_options['sfsi_plus_popup_text']: 'Enjoy this site? Please follow and like us!';
|
149 |
$div_bgColor = (isset($sfsi_plus_section7_options['sfsi_plus_popup_background_color'])) ? $sfsi_plus_section7_options['sfsi_plus_popup_background_color']: '#fff';
|
150 |
$div_FontFamily = (isset($sfsi_plus_section7_options['sfsi_plus_popup_font'])) ? $sfsi_plus_section7_options['sfsi_plus_popup_font']: 'Arial';
|
151 |
$div_BorderColor = (isset($sfsi_plus_section7_options['sfsi_plus_popup_border_color'])) ? $sfsi_plus_section7_options['sfsi_plus_popup_border_color']: '#d3d3d3';
|
145 |
$sfsi_section4 = unserialize(get_option('sfsi_plus_section4_options',false));
|
146 |
|
147 |
/* calculate the width and icons display alignments */
|
148 |
+
$heading_text = (isset($sfsi_plus_section7_options['sfsi_plus_popup_text'])) ? __($sfsi_plus_section7_options['sfsi_plus_popup_text'],SFSI_PLUS_DOMAIN): __('Enjoy this site? Please follow and like us!',SFSI_PLUS_DOMAIN);
|
149 |
$div_bgColor = (isset($sfsi_plus_section7_options['sfsi_plus_popup_background_color'])) ? $sfsi_plus_section7_options['sfsi_plus_popup_background_color']: '#fff';
|
150 |
$div_FontFamily = (isset($sfsi_plus_section7_options['sfsi_plus_popup_font'])) ? $sfsi_plus_section7_options['sfsi_plus_popup_font']: 'Arial';
|
151 |
$div_BorderColor = (isset($sfsi_plus_section7_options['sfsi_plus_popup_border_color'])) ? $sfsi_plus_section7_options['sfsi_plus_popup_border_color']: '#d3d3d3';
|
libs/controllers/sfsi_socialhelper.php
CHANGED
@@ -439,7 +439,7 @@ class sfsi_plus_SocialHelper
|
|
439 |
date_create(
|
440 |
date("Y-m-d")
|
441 |
));
|
442 |
-
if($diff->format("%a") < 1)
|
443 |
{
|
444 |
$sfsi_plus_instagram_sf_count["date"] = strtotime(date("Y-m-d"));
|
445 |
$counts = $this->sfsi_plus_get_instagramFollowersCount($user_name);
|
439 |
date_create(
|
440 |
date("Y-m-d")
|
441 |
));
|
442 |
+
if($diff->format("%a") < 1 || 1 == 1)
|
443 |
{
|
444 |
$sfsi_plus_instagram_sf_count["date"] = strtotime(date("Y-m-d"));
|
445 |
$counts = $this->sfsi_plus_get_instagramFollowersCount($user_name);
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,7 @@ function sfsi_plus_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_plus_pluginVersion", "2.
|
16 |
|
17 |
/* show notification on about mobile setting */
|
18 |
if(!get_option('sfsi_plus_show_Setting_mobile_notification'))
|
@@ -180,6 +180,7 @@ function sfsi_plus_update_plugin()
|
|
180 |
$option4['sfsi_plus_instagram_token'] = '';
|
181 |
update_option('sfsi_plus_section4_options', serialize($option4));
|
182 |
}
|
|
|
183 |
}
|
184 |
function sfsi_plus_activate_plugin()
|
185 |
{
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_plus_pluginVersion", "2.62");
|
16 |
|
17 |
/* show notification on about mobile setting */
|
18 |
if(!get_option('sfsi_plus_show_Setting_mobile_notification'))
|
180 |
$option4['sfsi_plus_instagram_token'] = '';
|
181 |
update_option('sfsi_plus_section4_options', serialize($option4));
|
182 |
}
|
183 |
+
|
184 |
}
|
185 |
function sfsi_plus_activate_plugin()
|
186 |
{
|
libs/sfsi_plus_subscribe_widget.php
CHANGED
@@ -137,9 +137,9 @@ function sfsi_plus_addStyleFunction()
|
|
137 |
{
|
138 |
font-family: <?php echo $option9['sfsi_plus_form_button_font'] ?> !important;
|
139 |
<?php if($option9['sfsi_plus_form_button_fontstyle'] != 'bold') {?>
|
140 |
-
font-style: <?php echo $option9['sfsi_plus_form_button_fontstyle'] ?> !important;
|
141 |
<?php } else{ ?>
|
142 |
-
font-weight: <?php echo $option9['sfsi_plus_form_button_fontstyle'] ?> !important;
|
143 |
<?php }?>
|
144 |
color: <?php echo $option9['sfsi_plus_form_button_fontcolor'] ?> !important;
|
145 |
font-size: <?php echo $option9['sfsi_plus_form_button_fontsize']."px" ?> !important;
|
@@ -232,14 +232,14 @@ function sfsi_plus_get_subscriberForm()
|
|
232 |
$url = $url.$sfsi_plus_feediid.'/8/';
|
233 |
$return .= '<div class="sfsi_plus_subscribe_Popinner">
|
234 |
<form method="post" onsubmit="return sfsi_plus_processfurther(this);" target="popupwindow" action="'.$url.'">
|
235 |
-
<h5>'.trim($option9['sfsi_plus_form_heading_text']).'</h5>
|
236 |
<div class="sfsi_plus_subscription_form_field">
|
237 |
<input type="email" name="data[Widget][email]" value="" placeholder="'.trim($option9['sfsi_plus_form_field_text']).'"/>
|
238 |
</div>
|
239 |
<div class="sfsi_plus_subscription_form_field">
|
240 |
<input type="hidden" name="data[Widget][feed_id]" value="'.$sfsi_plus_feediid.'">
|
241 |
<input type="hidden" name="data[Widget][feedtype]" value="8">
|
242 |
-
<input type="submit" name="subscribe" value="'
|
243 |
</div>
|
244 |
</form>
|
245 |
</div>';
|
137 |
{
|
138 |
font-family: <?php echo $option9['sfsi_plus_form_button_font'] ?> !important;
|
139 |
<?php if($option9['sfsi_plus_form_button_fontstyle'] != 'bold') {?>
|
140 |
+
font-style: <?php echo $option9['sfsi_plus_form_button_fontstyle']; ?> !important;
|
141 |
<?php } else{ ?>
|
142 |
+
font-weight: <?php echo $option9['sfsi_plus_form_button_fontstyle']; ?> !important;
|
143 |
<?php }?>
|
144 |
color: <?php echo $option9['sfsi_plus_form_button_fontcolor'] ?> !important;
|
145 |
font-size: <?php echo $option9['sfsi_plus_form_button_fontsize']."px" ?> !important;
|
232 |
$url = $url.$sfsi_plus_feediid.'/8/';
|
233 |
$return .= '<div class="sfsi_plus_subscribe_Popinner">
|
234 |
<form method="post" onsubmit="return sfsi_plus_processfurther(this);" target="popupwindow" action="'.$url.'">
|
235 |
+
<h5>'.__(trim($option9['sfsi_plus_form_heading_text']),SFSI_PLUS_DOMAIN).'</h5>
|
236 |
<div class="sfsi_plus_subscription_form_field">
|
237 |
<input type="email" name="data[Widget][email]" value="" placeholder="'.trim($option9['sfsi_plus_form_field_text']).'"/>
|
238 |
</div>
|
239 |
<div class="sfsi_plus_subscription_form_field">
|
240 |
<input type="hidden" name="data[Widget][feed_id]" value="'.$sfsi_plus_feediid.'">
|
241 |
<input type="hidden" name="data[Widget][feedtype]" value="8">
|
242 |
+
<input type="submit" name="subscribe" value="'.__($option9['sfsi_plus_form_button_text'],SFSI_PLUS_DOMAIN).'" />
|
243 |
</div>
|
244 |
</form>
|
245 |
</div>';
|
libs/sfsi_widget.php
CHANGED
@@ -782,7 +782,7 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no", $fromPost
|
|
782 |
$socialObj = new sfsi_plus_SocialHelper();
|
783 |
$url = ($sfsi_plus_section2_options['sfsi_plus_twitter_pageURL'])?$sfsi_plus_section2_options['sfsi_plus_twitter_pageURL'] : 'javascript:void(0);';
|
784 |
$twitter_user = $sfsi_plus_section2_options['sfsi_plus_twitter_followUserName'];
|
785 |
-
$twitter_text = $sfsi_plus_section2_options['sfsi_plus_twitter_aboutPageText'];
|
786 |
$width = 59;
|
787 |
$totwith = $width+28+$icons_space;
|
788 |
$twt_margin = $totwith/2;
|
@@ -820,7 +820,7 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no", $fromPost
|
|
820 |
}
|
821 |
if($sfsi_plus_section2_options['sfsi_plus_twitter_aboutPage']=="yes")
|
822 |
{
|
823 |
-
|
824 |
}
|
825 |
|
826 |
}
|
782 |
$socialObj = new sfsi_plus_SocialHelper();
|
783 |
$url = ($sfsi_plus_section2_options['sfsi_plus_twitter_pageURL'])?$sfsi_plus_section2_options['sfsi_plus_twitter_pageURL'] : 'javascript:void(0);';
|
784 |
$twitter_user = $sfsi_plus_section2_options['sfsi_plus_twitter_followUserName'];
|
785 |
+
$twitter_text = __($sfsi_plus_section2_options['sfsi_plus_twitter_aboutPageText'],SFSI_PLUS_DOMAIN);
|
786 |
$width = 59;
|
787 |
$totwith = $width+28+$icons_space;
|
788 |
$twt_margin = $totwith/2;
|
820 |
}
|
821 |
if($sfsi_plus_section2_options['sfsi_plus_twitter_aboutPage']=="yes")
|
822 |
{
|
823 |
+
$hoverdiv.="<div class='icon2'>".$socialObj->sfsi_twitterShare($current_url,$twitter_text,$icons_language)."</div>";
|
824 |
}
|
825 |
|
826 |
}
|
readme.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
=== Social Media Share Icons and Buttons (
|
2 |
Contributors: socialdude
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZWYMA8LFHGHCC
|
4 |
-
Tags: social media, sharing, icons, buttons, share, facebook, instagram, youtube, twitter, social, pop-up, newsletter
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.7.3
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Super-easy
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -214,7 +214,7 @@ Please email us at support at ultimatelysocial dot com and let us know to which
|
|
214 |
|
215 |
== Premium Plugin ==
|
216 |
|
217 |
-
The free plugin already provides tons of options (as outlined above). In our Premium Plugin, even more is possible. Some examples for additional features in the Premium Plugin:
|
218 |
|
219 |
* More social media sites (the icon pack includes an Instagram button, Snapchat button, Yummly button, Print button, Whatsapp button, Yelp button, Soundcloud button, Skype button, Flickr button, Share button, Blogger button, Digg button, Reddit button, Vimeo button, Tumblr button, Xing button, vk button, Telegram button, Amazon button, Spotify button and many more badge, see list above)
|
220 |
* More (default) design styles for your ions
|
@@ -252,7 +252,7 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
252 |
|
253 |
4. In a third step you decide where the icons should be placed: a.) via Widget, b.) Floating, c.) via Shortcode and/or d.) Before or after posts
|
254 |
|
255 |
-
5. You can pick from a wide range of icon designs
|
256 |
|
257 |
6. Here you can animate your main icons (automatic shuffling, mouse-over effects etc.), to make visitors of your site aware that they can share, follow & like your site
|
258 |
|
@@ -265,6 +265,10 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
265 |
|
266 |
== Changelog ==
|
267 |
|
|
|
|
|
|
|
|
|
268 |
= 2.6.1 =
|
269 |
* Issue with Instagram button counters fixed
|
270 |
|
@@ -484,5 +488,5 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
484 |
|
485 |
== Upgrade Notice ==
|
486 |
|
487 |
-
= 2.6.
|
488 |
-
*
|
1 |
+
=== Social Media Share Icons and Sharing Buttons (PLUS) ===
|
2 |
Contributors: socialdude
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZWYMA8LFHGHCC
|
4 |
+
Tags: social media, social sharing, share icons, share buttons, share, facebook, instagram, youtube, twitter, social, pop-up, newsletter
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.7.3
|
7 |
+
Stable tag: 2.6.2
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Super-easy-to-use social media plugin which adds sharing icons to share your website with tons of customization features!
|
12 |
|
13 |
== Description ==
|
14 |
|
214 |
|
215 |
== Premium Plugin ==
|
216 |
|
217 |
+
The free plugin already provides tons of options for social sharing (as outlined above). In our Premium Plugin, even more is possible. Some examples for additional features in the Premium Plugin:
|
218 |
|
219 |
* More social media sites (the icon pack includes an Instagram button, Snapchat button, Yummly button, Print button, Whatsapp button, Yelp button, Soundcloud button, Skype button, Flickr button, Share button, Blogger button, Digg button, Reddit button, Vimeo button, Tumblr button, Xing button, vk button, Telegram button, Amazon button, Spotify button and many more badge, see list above)
|
220 |
* More (default) design styles for your ions
|
252 |
|
253 |
4. In a third step you decide where the icons should be placed: a.) via Widget, b.) Floating, c.) via Shortcode and/or d.) Before or after posts
|
254 |
|
255 |
+
5. You can pick from a wide range of social share icon designs
|
256 |
|
257 |
6. Here you can animate your main icons (automatic shuffling, mouse-over effects etc.), to make visitors of your site aware that they can share, follow & like your site
|
258 |
|
265 |
|
266 |
== Changelog ==
|
267 |
|
268 |
+
= 2.6.2 =
|
269 |
+
* More strings made translation-ready
|
270 |
+
* Better claiming of feed enabled
|
271 |
+
|
272 |
= 2.6.1 =
|
273 |
* Issue with Instagram button counters fixed
|
274 |
|
488 |
|
489 |
== Upgrade Notice ==
|
490 |
|
491 |
+
= 2.6.2 =
|
492 |
+
* Please update!
|
ultimate_social_media_icons.php
CHANGED
@@ -7,7 +7,7 @@ Author: UltimatelySocial
|
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
-
Version: 2.6.
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
@@ -37,7 +37,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
|
|
37 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
38 |
|
39 |
/*Plugin version setup*/
|
40 |
-
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.
|
41 |
{
|
42 |
add_action("init", "sfsi_plus_update_plugin");
|
43 |
}
|
@@ -723,8 +723,9 @@ add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'sfsi_plus_actio
|
|
723 |
function sfsi_plus_action_links ( $mylinks )
|
724 |
{
|
725 |
$mylinks[] = '<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_manage_plugin_page&utm_campaign=check_out_pro_version&utm_medium=banner" style="color:#FF0000;"><b>Check out pro version</b></a>';
|
726 |
-
$mylinks[] =
|
727 |
-
$mylinks[] =
|
|
|
728 |
unset ($mylinks['deactivate']);
|
729 |
unset ($mylinks['edit']);
|
730 |
return $mylinks;
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
+
Version: 2.6.2
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
37 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
38 |
|
39 |
/*Plugin version setup*/
|
40 |
+
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.62)
|
41 |
{
|
42 |
add_action("init", "sfsi_plus_update_plugin");
|
43 |
}
|
723 |
function sfsi_plus_action_links ( $mylinks )
|
724 |
{
|
725 |
$mylinks[] = '<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_manage_plugin_page&utm_campaign=check_out_pro_version&utm_medium=banner" style="color:#FF0000;"><b>Check out pro version</b></a>';
|
726 |
+
$mylinks[] = @$mylinks['deactivate'];
|
727 |
+
$mylinks[] = @$mylinks['edit'];
|
728 |
+
$mylinks[] = '<a href="'.admin_url("/admin.php?page=sfsi-plus-options").'">Settings</a>';
|
729 |
unset ($mylinks['deactivate']);
|
730 |
unset ($mylinks['edit']);
|
731 |
return $mylinks;
|
views/sfsi_option_view2.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
$option2['sfsi_plus_email_url'] = (isset($option2['sfsi_plus_email_url']))
|
16 |
? sanitize_text_field( $option2['sfsi_plus_email_url'])
|
17 |
: '';
|
18 |
-
|
19 |
$option2['sfsi_plus_facebookPage_option'] = (isset($option2['sfsi_plus_facebookPage_option']))
|
20 |
? sanitize_text_field($option2['sfsi_plus_facebookPage_option'])
|
21 |
: '';
|
@@ -172,17 +172,9 @@
|
|
172 |
</h2>
|
173 |
<div class="inr_cont">
|
174 |
<p>
|
175 |
-
<?php _e('
|
176 |
-
<a class="pop-up" href="javascript:" data-id="feedClaiming-overlay">
|
177 |
-
<?php _e('Get full access now.', SFSI_PLUS_DOMAIN ); ?>
|
178 |
-
</a>
|
179 |
-
<?php _e('It also makes sense if you already offer an email newsletter:', SFSI_PLUS_DOMAIN ); ?>
|
180 |
-
<a href="http://specificfeeds.com/rss" target="_new">
|
181 |
-
<?php _e('Learn more.', SFSI_PLUS_DOMAIN ); ?>
|
182 |
-
</a>
|
183 |
</p>
|
184 |
<p><?php _e( 'Please pick which icon type you want to use:', SFSI_PLUS_DOMAIN); ?></p>
|
185 |
-
|
186 |
<ul class="tab_2_email_sec">
|
187 |
<li>
|
188 |
<div class="sfsiplusicnsdvwrp">
|
@@ -215,6 +207,44 @@
|
|
215 |
</label>
|
216 |
</li>
|
217 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
<?php if($option2['sfsi_plus_premium_email_box'] =='yes') { ?>
|
219 |
<div class ="sfsi_plus_new_prmium_follw">
|
220 |
<p>
|
@@ -224,6 +254,7 @@
|
|
224 |
<?php } ?>
|
225 |
</div>
|
226 |
</div>
|
|
|
227 |
<!-- END EMAIL ICON -->
|
228 |
|
229 |
<!-- FACEBOOK ICON -->
|
@@ -316,7 +347,7 @@
|
|
316 |
<label>
|
317 |
<?php _e( 'Tweet about my page:', SFSI_PLUS_DOMAIN ); ?>
|
318 |
</label>
|
319 |
-
<textarea name="sfsi_plus_twitter_aboutPageText" id="sfsi_plus_twitter_aboutPageText" type="text" class="add_txt" placeholder="Hey
|
320 |
</div>
|
321 |
<?php if($option2['sfsi_plus_premium_twitter_box'] =='yes') { ?>
|
322 |
<div class= "sfsi_plus_new_prmium_follw">
|
15 |
$option2['sfsi_plus_email_url'] = (isset($option2['sfsi_plus_email_url']))
|
16 |
? sanitize_text_field( $option2['sfsi_plus_email_url'])
|
17 |
: '';
|
18 |
+
|
19 |
$option2['sfsi_plus_facebookPage_option'] = (isset($option2['sfsi_plus_facebookPage_option']))
|
20 |
? sanitize_text_field($option2['sfsi_plus_facebookPage_option'])
|
21 |
: '';
|
172 |
</h2>
|
173 |
<div class="inr_cont">
|
174 |
<p>
|
175 |
+
<?php _e('Allows your visitors to subscribe to your site (on this screen) and receive new posts automatically by email.', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
</p>
|
177 |
<p><?php _e( 'Please pick which icon type you want to use:', SFSI_PLUS_DOMAIN); ?></p>
|
|
|
178 |
<ul class="tab_2_email_sec">
|
179 |
<li>
|
180 |
<div class="sfsiplusicnsdvwrp">
|
207 |
</label>
|
208 |
</li>
|
209 |
</ul>
|
210 |
+
<p><?php _e( 'The service offers many (more) advantages:', SFSI_PLUS_DOMAIN); ?></p>
|
211 |
+
<div class='sfsi_plus_service_row'>
|
212 |
+
<div class='sfsi_plus_service_column'>
|
213 |
+
<ul>
|
214 |
+
<li><span><?php _e( 'More people come back', SFSI_PLUS_DOMAIN); ?></span><?php _e( ' to your site', SFSI_PLUS_DOMAIN); ?></li>
|
215 |
+
<li><?php _e( 'See your ', SFSI_PLUS_DOMAIN); ?><span><?php _e( 'subscribers’ emails', SFSI_PLUS_DOMAIN); ?></span><?php _e( ' & ', SFSI_PLUS_DOMAIN); ?><span><?php _e( 'interesting statistics', SFSI_PLUS_DOMAIN); ?></span></li>
|
216 |
+
<li><?php _e( 'Automatically post on ', SFSI_PLUS_DOMAIN); ?><span><?php _e( 'Facebook & Twitter', SFSI_PLUS_DOMAIN); ?></span></li>
|
217 |
+
</ul>
|
218 |
+
</div>
|
219 |
+
<div class='sfsi_plus_service_column'>
|
220 |
+
<ul>
|
221 |
+
<li><span><?php _e( 'Get more traffic', SFSI_PLUS_DOMAIN); ?></span><?php _e( ' by being listed in the SF directory', SFSI_PLUS_DOMAIN); ?></li>
|
222 |
+
<li><span><?php _e( 'Get alerts', SFSI_PLUS_DOMAIN); ?></span><?php _e( ' when people subscribe or unsubscribe', SFSI_PLUS_DOMAIN); ?></li>
|
223 |
+
<li><span><?php _e( 'Tailor the sender name & subject line', SFSI_PLUS_DOMAIN); ?></span><?php _e( ' of the emails', SFSI_PLUS_DOMAIN); ?></li>
|
224 |
+
</ul>
|
225 |
+
</div>
|
226 |
+
|
227 |
+
</div>
|
228 |
+
|
229 |
+
<form id="calimingOptimizationForm" method="get" action="https://www.specificfeeds.com/wpclaimfeeds/getFullAccess" target="_blank">
|
230 |
+
<div class="sfsi_plus_inputbtn">
|
231 |
+
<input type="hidden" name="feed_id" value="<?php echo sanitize_text_field(get_option('sfsi_plus_feed_id',false)); ?>" />
|
232 |
+
<input type="email" name="email" value="<?php echo bloginfo('admin_email'); ?>" />
|
233 |
+
</div>
|
234 |
+
<div class='sfsi_plus_more_services_link'>
|
235 |
+
<a class="pop-up" href="javascript:" id="getMeFullAccess" title="Give me access">
|
236 |
+
<?php _e('Click here to benefit from all advantages >', SFSI_PLUS_DOMAIN ); ?>
|
237 |
+
</a>
|
238 |
+
</div>
|
239 |
+
</form>
|
240 |
+
|
241 |
+
<p class='sfsi_plus_email_last_paragraph'>
|
242 |
+
<?php _e( 'This will create your FREE account on SpecificFeeds, using above email. ', SFSI_PLUS_DOMAIN); ?><br>
|
243 |
+
<?php _e( 'All data will be treated highly confidentially, see the', SFSI_PLUS_DOMAIN); ?>
|
244 |
+
<a href="https://www.specificfeeds.com/page/privacy-policy" target="_new">
|
245 |
+
<?php _e('Privacy Policy.', SFSI_PLUS_DOMAIN ); ?>
|
246 |
+
</a>
|
247 |
+
</p>
|
248 |
<?php if($option2['sfsi_plus_premium_email_box'] =='yes') { ?>
|
249 |
<div class ="sfsi_plus_new_prmium_follw">
|
250 |
<p>
|
254 |
<?php } ?>
|
255 |
</div>
|
256 |
</div>
|
257 |
+
|
258 |
<!-- END EMAIL ICON -->
|
259 |
|
260 |
<!-- FACEBOOK ICON -->
|
347 |
<label>
|
348 |
<?php _e( 'Tweet about my page:', SFSI_PLUS_DOMAIN ); ?>
|
349 |
</label>
|
350 |
+
<textarea name="sfsi_plus_twitter_aboutPageText" id="sfsi_plus_twitter_aboutPageText" type="text" class="add_txt" placeholder="<?php _e( 'Hey check out this cool site I found', SFSI_PLUS_DOMAIN ) ;?>: www.yourname.com #Topic via@my_twitter_name" /><?php echo ($option2['sfsi_plus_twitter_aboutPageText']!='') ? stripslashes($option2['sfsi_plus_twitter_aboutPageText']) : _e( 'Hey check out this cool site I found', SFSI_PLUS_DOMAIN ) ;?></textarea>
|
351 |
</div>
|
352 |
<?php if($option2['sfsi_plus_premium_twitter_box'] =='yes') { ?>
|
353 |
<div class= "sfsi_plus_new_prmium_follw">
|
views/sfsi_option_view7.php
CHANGED
@@ -151,7 +151,7 @@
|
|
151 |
|
152 |
<div class="sfsiplus_row_tab">
|
153 |
<label><?php _e( 'Text:', SFSI_PLUS_DOMAIN ); ?></label>
|
154 |
-
<input class="mkPop" name="sfsi_plus_popup_text" type="text" value="<?php echo ($option7['sfsi_plus_popup_text']!='') ?
|
155 |
</div>
|
156 |
<div class="sfsiplus_row_tab">
|
157 |
<label><?php _e( 'Font:', SFSI_PLUS_DOMAIN ); ?></label>
|
151 |
|
152 |
<div class="sfsiplus_row_tab">
|
153 |
<label><?php _e( 'Text:', SFSI_PLUS_DOMAIN ); ?></label>
|
154 |
+
<input class="mkPop" name="sfsi_plus_popup_text" type="text" value="<?php echo ($option7['sfsi_plus_popup_text']!='') ? __($option7['sfsi_plus_popup_text'], SFSI_PLUS_DOMAIN) : '' ;?>" />
|
155 |
</div>
|
156 |
<div class="sfsiplus_row_tab">
|
157 |
<label><?php _e( 'Font:', SFSI_PLUS_DOMAIN ); ?></label>
|
views/sfsi_option_view9.php
CHANGED
@@ -95,15 +95,15 @@
|
|
95 |
?>
|
96 |
<p>
|
97 |
<?php
|
98 |
-
_e('In addition to the email-
|
99 |
?>
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
|
|
105 |
</p>
|
106 |
-
|
107 |
<div class="sfsi_plus_tab8_container">
|
108 |
<!--Section 1-->
|
109 |
<div class="sfsi_plus_tab8_subcontainer">
|
@@ -331,7 +331,7 @@
|
|
331 |
<div class="sfsi_plus_field">
|
332 |
<input type="text" class="small new-inp" name="sfsi_plus_form_heading_text"
|
333 |
value="<?php echo ($option9['sfsi_plus_form_heading_text']!='')
|
334 |
-
? $option9['sfsi_plus_form_heading_text'] : '' ;
|
335 |
?>"/>
|
336 |
</div>
|
337 |
</div>
|
@@ -488,7 +488,7 @@
|
|
488 |
<div class="sfsi_plus_field">
|
489 |
<input type="text" class="small new-inp" name="sfsi_plus_form_button_text"
|
490 |
value="<?php echo ($option9['sfsi_plus_form_button_text']!='')
|
491 |
-
? $option9['sfsi_plus_form_button_text'] : '' ;
|
492 |
?>"/>
|
493 |
</div>
|
494 |
</div>
|
@@ -656,19 +656,19 @@ function sfsi_plus_get_fontstyle($name, $value)
|
|
656 |
?>
|
657 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" class="select-same">
|
658 |
<option value="normal" <?php echo sfsi_plus_isSeletcted("normal", $value) ?> >
|
659 |
-
Normal
|
660 |
</option>
|
661 |
<option value="inherit" <?php echo sfsi_plus_isSeletcted("inherit", $value) ?> >
|
662 |
-
Inherit
|
663 |
</option>
|
664 |
<option value="oblique" <?php echo sfsi_plus_isSeletcted("oblique", $value) ?> >
|
665 |
-
Oblique
|
666 |
</option>
|
667 |
<option value="italic" <?php echo sfsi_plus_isSeletcted("italic", $value) ?> >
|
668 |
-
Italic
|
669 |
</option>
|
670 |
<option value="bold" <?php echo sfsi_plus_isSeletcted("bold", $value) ?> >
|
671 |
-
Bold
|
672 |
</option>
|
673 |
</select>
|
674 |
<?php
|
95 |
?>
|
96 |
<p>
|
97 |
<?php
|
98 |
+
_e('In addition to the email- and follow-icon you can also show a subscription form which maximizes chances that people subscribe to your site.', SFSI_PLUS_DOMAIN);
|
99 |
?>
|
100 |
+
</p>
|
101 |
+
<p class='sfsi_plus_subscribe_popbox_link'>
|
102 |
+
<?php _e('To get access to the emails who subscribe, interesting statistics about your subscribers, alerts when people subscribe or unsubscribe and to tailor the sender name & the subject line of the emails, please ',SFSI_PLUS_DOMAIN); ?>
|
103 |
+
<a class="pop-up" href="javascript:" data-id="feedClaiming-overlay">
|
104 |
+
<?php _e('click here.',SFSI_PLUS_DOMAIN); ?>
|
105 |
+
</a>
|
106 |
</p>
|
|
|
107 |
<div class="sfsi_plus_tab8_container">
|
108 |
<!--Section 1-->
|
109 |
<div class="sfsi_plus_tab8_subcontainer">
|
331 |
<div class="sfsi_plus_field">
|
332 |
<input type="text" class="small new-inp" name="sfsi_plus_form_heading_text"
|
333 |
value="<?php echo ($option9['sfsi_plus_form_heading_text']!='')
|
334 |
+
? __($option9['sfsi_plus_form_heading_text'], SFSI_PLUS_DOMAIN) : '' ;
|
335 |
?>"/>
|
336 |
</div>
|
337 |
</div>
|
488 |
<div class="sfsi_plus_field">
|
489 |
<input type="text" class="small new-inp" name="sfsi_plus_form_button_text"
|
490 |
value="<?php echo ($option9['sfsi_plus_form_button_text']!='')
|
491 |
+
? __($option9['sfsi_plus_form_button_text'],SFSI_PLUS_DOMAIN) : '' ;
|
492 |
?>"/>
|
493 |
</div>
|
494 |
</div>
|
656 |
?>
|
657 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" class="select-same">
|
658 |
<option value="normal" <?php echo sfsi_plus_isSeletcted("normal", $value) ?> >
|
659 |
+
<?php _e( 'Normal', SFSI_PLUS_DOMAIN ); ?>
|
660 |
</option>
|
661 |
<option value="inherit" <?php echo sfsi_plus_isSeletcted("inherit", $value) ?> >
|
662 |
+
<?php _e( 'Inherit', SFSI_PLUS_DOMAIN ); ?>
|
663 |
</option>
|
664 |
<option value="oblique" <?php echo sfsi_plus_isSeletcted("oblique", $value) ?> >
|
665 |
+
<?php _e( 'Oblique', SFSI_PLUS_DOMAIN ); ?>
|
666 |
</option>
|
667 |
<option value="italic" <?php echo sfsi_plus_isSeletcted("italic", $value) ?> >
|
668 |
+
<?php _e( 'Italic', SFSI_PLUS_DOMAIN ); ?>
|
669 |
</option>
|
670 |
<option value="bold" <?php echo sfsi_plus_isSeletcted("bold", $value) ?> >
|
671 |
+
<?php _e( 'Bold', SFSI_PLUS_DOMAIN ); ?>
|
672 |
</option>
|
673 |
</select>
|
674 |
<?php
|
views/sfsi_pop_content.php
CHANGED
@@ -18,10 +18,10 @@ $connectFeedLgn = "http://www.specificfeeds.com/?".base64_encode("userprofile=wo
|
|
18 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/newclose.png" id="close_popup" class="sfsicloseBtn" />
|
19 |
<center>
|
20 |
<form id="calimingOptimizationForm" method="get" action="https://www.specificfeeds.com/wpclaimfeeds/getFullAccess" target="_blank">
|
21 |
-
<h1><?php _e( '
|
22 |
<div class="form-field">
|
23 |
<input type="hidden" name="feed_id" value="<?php echo $feedId; ?>" />
|
24 |
-
<input type="email" name="email" value="<?php
|
25 |
</div>
|
26 |
<div class="save_button">
|
27 |
<a href="javascript:;" id="getMeFullAccess" title="Give me access">
|
@@ -31,14 +31,13 @@ $connectFeedLgn = "http://www.specificfeeds.com/?".base64_encode("userprofile=wo
|
|
31 |
<p>
|
32 |
<?php _e( 'This will create your FREE acccount on ', SFSI_PLUS_DOMAIN ); ?><a target="_blank" href="<?php echo $connectToFeed?>"><?php _e( 'SpecificFeeds', SFSI_PLUS_DOMAIN ); ?></a>. <?php _e( 'We will treat your data (and your subscribers’ data!) highly confidentially, see our ', SFSI_PLUS_DOMAIN ); ?><a target="_blank" href="https://www.specificfeeds.com/page/privacy-policy "><?php _e( 'Privacy Policy', SFSI_PLUS_DOMAIN ); ?></a>.
|
33 |
</p>
|
34 |
-
|
35 |
-
|
36 |
</form>
|
37 |
</center>
|
38 |
</div>
|
39 |
</div>
|
40 |
|
41 |
-
|
42 |
<div class="pop-overlay read-overlay" >
|
43 |
<div class="pop_up_box sfsi_pop_up" >
|
44 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
18 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/newclose.png" id="close_popup" class="sfsicloseBtn" />
|
19 |
<center>
|
20 |
<form id="calimingOptimizationForm" method="get" action="https://www.specificfeeds.com/wpclaimfeeds/getFullAccess" target="_blank">
|
21 |
+
<h1><?php _e( 'Enter the email you want to use', SFSI_PLUS_DOMAIN ); ?></h1>
|
22 |
<div class="form-field">
|
23 |
<input type="hidden" name="feed_id" value="<?php echo $feedId; ?>" />
|
24 |
+
<input type="email" name="email" value="<?php echo get_option("admin_email");?>" placeholder="Your email" style="color: #000 !important;" />
|
25 |
</div>
|
26 |
<div class="save_button">
|
27 |
<a href="javascript:;" id="getMeFullAccess" title="Give me access">
|
31 |
<p>
|
32 |
<?php _e( 'This will create your FREE acccount on ', SFSI_PLUS_DOMAIN ); ?><a target="_blank" href="<?php echo $connectToFeed?>"><?php _e( 'SpecificFeeds', SFSI_PLUS_DOMAIN ); ?></a>. <?php _e( 'We will treat your data (and your subscribers’ data!) highly confidentially, see our ', SFSI_PLUS_DOMAIN ); ?><a target="_blank" href="https://www.specificfeeds.com/page/privacy-policy "><?php _e( 'Privacy Policy', SFSI_PLUS_DOMAIN ); ?></a>.
|
33 |
</p>
|
34 |
+
|
35 |
+
<!-- <p><?php _e( 'If you already have an account, please ', SFSI_PLUS_DOMAIN ); ?><a href="<?php echo $connectFeedLgn?>" target="_blank"><?php _e( 'click here', SFSI_PLUS_DOMAIN ); ?></a>.</p> -->
|
36 |
</form>
|
37 |
</center>
|
38 |
</div>
|
39 |
</div>
|
40 |
|
|
|
41 |
<div class="pop-overlay read-overlay" >
|
42 |
<div class="pop_up_box sfsi_pop_up" >
|
43 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|