Version Description
- Claiming process optimized
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.6.9 to 1.7.1
- css/sfsi-admin-style.css +21 -2
- images/tick-icon.png +0 -0
- libs/sfsi_install_uninstall.php +1 -1
- libs/sfsi_subscribe_widget.php +1 -1
- readme.txt +5 -2
- ultimate_social_media_icons.php +7 -6
- views/sfsi_option_view2.php +40 -2
- views/sfsi_option_view8.php +8 -4
- views/sfsi_pop_content.php +3 -4
css/sfsi-admin-style.css
CHANGED
@@ -1585,7 +1585,7 @@ ul.sfsi_floaticon_margin_sec li ins {
|
|
1585 |
}
|
1586 |
.sfsi_feedClaimingOverlay p {text-align:center !important; font-size: 12px !important;line-height: 23px !important;padding: 18px 0 0 !important; color:#bebebe !important; }
|
1587 |
.sfsi_feedClaimingOverlay p a {display: inline-block;font-size: 12px;margin: 0;padding: 0;width: auto; color:#274da3 !important; }
|
1588 |
-
.sfsi_feedClaimingOverlay .pop_up_box{padding: 25px 30px !important; width: 435px !important;}
|
1589 |
|
1590 |
@media (max-width:1160px) {
|
1591 |
.sfsi_subscription_html xmp {
|
@@ -1763,4 +1763,23 @@ p.sfsi_prem_plu_desc a{text-decoration: none; color: #00a0d2 !important;}
|
|
1763 |
list-style: outside none bullets !important;
|
1764 |
margin-top: 5px !important;
|
1765 |
padding: 0 !important;
|
1766 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1585 |
}
|
1586 |
.sfsi_feedClaimingOverlay p {text-align:center !important; font-size: 12px !important;line-height: 23px !important;padding: 18px 0 0 !important; color:#bebebe !important; }
|
1587 |
.sfsi_feedClaimingOverlay p a {display: inline-block;font-size: 12px;margin: 0;padding: 0;width: auto; color:#274da3 !important; }
|
1588 |
+
.sfsi_feedClaimingOverlay .pop_up_box{padding: 25px 30px !important; width: 435px !important;min-height: 220px;}
|
1589 |
|
1590 |
@media (max-width:1160px) {
|
1591 |
.sfsi_subscription_html xmp {
|
1763 |
list-style: outside none bullets !important;
|
1764 |
margin-top: 5px !important;
|
1765 |
padding: 0 !important;
|
1766 |
+
}
|
1767 |
+
/* tab2 email section */
|
1768 |
+
.sfsi_service_row{margin-right: -15px;margin-left: -15px;}
|
1769 |
+
.sfsi_service_column{float: left;margin-bottom: 40px;margin-top: 15px;padding-left: 30px;width: 47%;}
|
1770 |
+
.sfsi_service_column ul{margin-left: 11% !important;}
|
1771 |
+
.sfsi_service_column ul li{padding-bottom:10px;font-size:16px;line-height: 25px; }
|
1772 |
+
.sfsi_service_column ul li span{color:#12a252;}
|
1773 |
+
.sfsi_service_column ul li::before {content: url(../images/tick-icon.png); position: relative; top: 0px; right: 10px; text-indent: -22px; float: left; }
|
1774 |
+
.sfsi_inputbtn{clear: both;display: block;}
|
1775 |
+
.sfsi_inputbtn input{width: 100%; padding: 15px 0px; text-align: center; margin-bottom: 10px; }
|
1776 |
+
.sfsi_email_services_text{clear: both;}
|
1777 |
+
.sfsi_email_services_paragraph{ width: 600px; float: left; margin-top: 10px; margin-bottom:40px;}
|
1778 |
+
.sfsi_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;}
|
1779 |
+
.sfsi_subscribe_popbox_link a{color: #00a0d2 !important;}
|
1780 |
+
.sfsi_email_services_paragraph ul{margin-left: 11% !important;}
|
1781 |
+
.sfsi_email_services_paragraph ul li{padding-bottom:10px;font-size:16px; }
|
1782 |
+
.sfsi_email_services_paragraph ul li span{color:#12a252;}
|
1783 |
+
.sfsi_email_services_paragraph ul li::before {content: url(../images/tick-icon.png); position: relative; top: 5px; right: 10px; text-indent: -22px; float: left; }
|
1784 |
+
.sfsi_email_last_paragraph {width: 60%; text-align: center !important; margin: 20px auto ! important; font-size: 16px !important; color: #a4a9ad !important; padding-top: 0 !important; }
|
1785 |
+
.sfsi_email_last_paragraph a{color:#12a252 !important;font-family: 'helveticaneue-light' !important;}
|
images/tick-icon.png
ADDED
Binary file
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,7 @@ function sfsi_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_pluginVersion", "1.
|
16 |
|
17 |
|
18 |
if(!get_option('sfsi_footer_sec'))
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_pluginVersion", "1.71");
|
16 |
|
17 |
|
18 |
if(!get_option('sfsi_footer_sec'))
|
libs/sfsi_subscribe_widget.php
CHANGED
@@ -76,7 +76,7 @@ function sfsi_get_subscriberForm()
|
|
76 |
{
|
77 |
$option8 = unserialize(get_option('sfsi_section8_options',false));
|
78 |
$sfsi_feediid = sanitize_text_field(get_option('sfsi_feed_id'));
|
79 |
-
$url = "
|
80 |
$return = '';
|
81 |
$url = $url.$sfsi_feediid.'/8/';
|
82 |
$return .= '<div class="sfsi_subscribe_Popinner">
|
76 |
{
|
77 |
$option8 = unserialize(get_option('sfsi_section8_options',false));
|
78 |
$sfsi_feediid = sanitize_text_field(get_option('sfsi_feed_id'));
|
79 |
+
$url = "https://www.specificfeeds.com/widgets/subscribeWidget/";
|
80 |
$return = '';
|
81 |
$url = $url.$sfsi_feediid.'/8/';
|
82 |
$return .= '<div class="sfsi_subscribe_Popinner">
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: social media, share, buttons, social, icons, facebook, instagram, youtube, twitter, social share, counter, pop-up
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.7.4
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -285,6 +285,9 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
285 |
|
286 |
== Changelog ==
|
287 |
|
|
|
|
|
|
|
288 |
= 1.6.9 =
|
289 |
* Counts for social buttons optimized and Instagram counter bug fixed
|
290 |
* Link to more social sharing buttons added
|
@@ -631,5 +634,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
631 |
|
632 |
== Upgrade Notice ==
|
633 |
|
634 |
-
= 1.
|
635 |
Please upgrade
|
4 |
Tags: social media, share, buttons, social, icons, facebook, instagram, youtube, twitter, social share, counter, pop-up
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.7.4
|
7 |
+
Stable tag: 1.7.1
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
285 |
|
286 |
== Changelog ==
|
287 |
|
288 |
+
= 1.7.1 =
|
289 |
+
* Claiming process optimized
|
290 |
+
|
291 |
= 1.6.9 =
|
292 |
* Counts for social buttons optimized and Instagram counter bug fixed
|
293 |
* Link to more social sharing buttons added
|
634 |
|
635 |
== Upgrade Notice ==
|
636 |
|
637 |
+
= 1.7.1 =
|
638 |
Please upgrade
|
ultimate_social_media_icons.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://ultimatelysocial.com
|
|
5 |
Description: Easy to use and 100% FREE social media plugin which adds social media icons to your website with tons of customization features!.
|
6 |
Author: UltimatelySocial
|
7 |
Author URI: http://ultimatelysocial.com
|
8 |
-
Version: 1.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
global $wpdb;
|
@@ -32,7 +32,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
|
|
32 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
33 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
34 |
|
35 |
-
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.
|
36 |
{
|
37 |
add_action("init", "sfsi_update_plugin");
|
38 |
}
|
@@ -228,7 +228,7 @@ function addStyleFunction()
|
|
228 |
{
|
229 |
$option8 = unserialize(get_option('sfsi_section8_options',false));
|
230 |
$sfsi_feediid = sanitize_text_field(get_option('sfsi_feed_id'));
|
231 |
-
$url = "
|
232 |
echo $return = '';
|
233 |
?>
|
234 |
<script>
|
@@ -242,7 +242,7 @@ function addStyleFunction()
|
|
242 |
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
|
243 |
if ((email != "Enter your email") && (filter.test(email))) {
|
244 |
if (feedtype == "8") {
|
245 |
-
var url =
|
246 |
window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760");
|
247 |
return true;
|
248 |
}
|
@@ -608,8 +608,9 @@ add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), "sfsi_actionLi
|
|
608 |
function sfsi_actionLinks($links)
|
609 |
{
|
610 |
$links[] = '<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_manage_plugin_page&utm_campaign=check_out_pro_version&utm_medium=banner" id="sfsi_deactivateButton" style="color:#FF0000;"><b>Check out pro version</b></a>';
|
611 |
-
$links[] =
|
612 |
-
$links[] =
|
|
|
613 |
unset($links['deactivate']);
|
614 |
unset($links['edit']);
|
615 |
return $links;
|
5 |
Description: Easy to use and 100% FREE social media plugin which adds social media icons to your website with tons of customization features!.
|
6 |
Author: UltimatelySocial
|
7 |
Author URI: http://ultimatelysocial.com
|
8 |
+
Version: 1.7.1
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
global $wpdb;
|
32 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
33 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
34 |
|
35 |
+
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.71)
|
36 |
{
|
37 |
add_action("init", "sfsi_update_plugin");
|
38 |
}
|
228 |
{
|
229 |
$option8 = unserialize(get_option('sfsi_section8_options',false));
|
230 |
$sfsi_feediid = sanitize_text_field(get_option('sfsi_feed_id'));
|
231 |
+
$url = "https://www.specificfeeds.com/widgets/subscribeWidget/";
|
232 |
echo $return = '';
|
233 |
?>
|
234 |
<script>
|
242 |
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
|
243 |
if ((email != "Enter your email") && (filter.test(email))) {
|
244 |
if (feedtype == "8") {
|
245 |
+
var url ="<?php echo $url; ?>"+feed_id+"/"+feedtype;
|
246 |
window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760");
|
247 |
return true;
|
248 |
}
|
608 |
function sfsi_actionLinks($links)
|
609 |
{
|
610 |
$links[] = '<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_manage_plugin_page&utm_campaign=check_out_pro_version&utm_medium=banner" id="sfsi_deactivateButton" style="color:#FF0000;"><b>Check out pro version</b></a>';
|
611 |
+
$links[] = @$links["deactivate"];
|
612 |
+
$links[] = @$links["edit"];
|
613 |
+
$links[] = '<a href="'.admin_url("/admin.php?page=sfsi-options").'">Settings</a>';
|
614 |
unset($links['deactivate']);
|
615 |
unset($links['edit']);
|
616 |
return $links;
|
views/sfsi_option_view2.php
CHANGED
@@ -147,9 +147,8 @@ $option4['sfsi_ytube_chnlid'] = (isset($option2['sfsi_ytube_chnlid']))
|
|
147 |
<h2 class="sfsicls_email">Email</h2>
|
148 |
<div class="inr_cont">
|
149 |
<p>
|
150 |
-
Allows
|
151 |
</p>
|
152 |
-
|
153 |
<p>Please pick which icon type you want to use:</p>
|
154 |
<ul class="tab_2_email_sec">
|
155 |
<li>
|
@@ -171,6 +170,45 @@ $option4['sfsi_ytube_chnlid'] = (isset($option2['sfsi_ytube_chnlid']))
|
|
171 |
<label>SpecificFeeds icon<span class="sfplsdesc"> (provider of the service)</span></label>
|
172 |
</li>
|
173 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
<div class ="sfsi_new_prmium_follw">
|
175 |
<p><b>New:</b> In our Premium Plugin you can now give your email icon other functions too, e.g. <b>contact you </b>(email), <b>share by email,</b> and <b>link to a certain page </b>(e.g. your contact form or newsletter sign-up site). <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=more_functions_email_icon&utm_medium=banner" target="_blank">See all features</a></p>
|
176 |
</div>
|
147 |
<h2 class="sfsicls_email">Email</h2>
|
148 |
<div class="inr_cont">
|
149 |
<p>
|
150 |
+
Allows your visitors to subscribe to your site (on <a href="http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/<?php echo $feedId; ?>/<?php echo base64_encode(8); ?>" target="_new">this screen</a>) and receive new posts automatically by email.
|
151 |
</p>
|
|
|
152 |
<p>Please pick which icon type you want to use:</p>
|
153 |
<ul class="tab_2_email_sec">
|
154 |
<li>
|
170 |
<label>SpecificFeeds icon<span class="sfplsdesc"> (provider of the service)</span></label>
|
171 |
</li>
|
172 |
</ul>
|
173 |
+
<p>The service offers many (more) advantages: </p>
|
174 |
+
<div class='sfsi_service_row'>
|
175 |
+
<div class='sfsi_service_column'>
|
176 |
+
<ul>
|
177 |
+
<li><span>More people come back</span> to your site</li>
|
178 |
+
<li>See your<span> subscribers’ emails</span> & <span>interesting statistics</span></li>
|
179 |
+
<li>Automatically post on<span> Facebook & Twitter</span></li>
|
180 |
+
</ul>
|
181 |
+
</div>
|
182 |
+
<div class='sfsi_service_column'>
|
183 |
+
<ul>
|
184 |
+
<li><span>Get more traffic</span> by being listed in the SF directory</li>
|
185 |
+
<li><span>Get alerts</span> when people subscribe or unsubscribe</li>
|
186 |
+
<li><span>Tailor the sender name & subject line</span> of the emails </li>
|
187 |
+
</ul>
|
188 |
+
</div>
|
189 |
+
</div>
|
190 |
+
|
191 |
+
<form id="calimingOptimizationForm" method="get" action="https://www.specificfeeds.com/wpclaimfeeds/getFullAccess" target="_blank">
|
192 |
+
<div class="sfsi_inputbtn">
|
193 |
+
<input type="hidden" name="feed_id" value="<?php echo sanitize_text_field(get_option('sfsi_feed_id',false)); ?>" />
|
194 |
+
<input type="email" name="email" value="<?php echo bloginfo('admin_email'); ?>" />
|
195 |
+
</div>
|
196 |
+
<div class='sfsi_more_services_link'>
|
197 |
+
<a href="javascript:;" id="sfsi_getMeFullAccess" title="Give me access">
|
198 |
+
Click here to benefit from all advantages >
|
199 |
+
</a>
|
200 |
+
</div>
|
201 |
+
</form>
|
202 |
+
|
203 |
+
<p class='sfsi_email_last_paragraph'>
|
204 |
+
This will create your FREE account on SpecificFeeds, using above email. <br>
|
205 |
+
All data will be treated highly confidentially, see the
|
206 |
+
<a href="https://www.specificfeeds.com/page/privacy-policy" target="_new">
|
207 |
+
Privacy Policy.
|
208 |
+
</a>
|
209 |
+
</p>
|
210 |
+
|
211 |
+
|
212 |
<div class ="sfsi_new_prmium_follw">
|
213 |
<p><b>New:</b> In our Premium Plugin you can now give your email icon other functions too, e.g. <b>contact you </b>(email), <b>share by email,</b> and <b>link to a certain page </b>(e.g. your contact form or newsletter sign-up site). <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=more_functions_email_icon&utm_medium=banner" target="_blank">See all features</a></p>
|
214 |
</div>
|
views/sfsi_option_view8.php
CHANGED
@@ -43,10 +43,14 @@ $option8['sfsi_form_button_background'] = (isset($option8['sfsi_form_button_back
|
|
43 |
$connectToFeed = "http://www.specificfeeds.com/?".base64_encode("userprofile=wordpress&feed_id=".$feedId);
|
44 |
?>
|
45 |
<p>
|
46 |
-
In addition to the email-
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
48 |
</p>
|
49 |
-
|
50 |
|
51 |
<div class="sfsi_tab8_container">
|
52 |
<!--Section 1-->
|
@@ -70,7 +74,7 @@ $option8['sfsi_form_button_background'] = (isset($option8['sfsi_form_button_back
|
|
70 |
<div class="sfsi_html" style="display: none;">
|
71 |
<?php
|
72 |
$sfsi_feediid = sanitize_text_field(get_option('sfsi_feed_id'));
|
73 |
-
$url = "
|
74 |
$url = $url.$sfsi_feediid.'/8/';
|
75 |
?>
|
76 |
<div class="sfsi_subscribe_Popinner" style="padding: 18px 0px;">
|
43 |
$connectToFeed = "http://www.specificfeeds.com/?".base64_encode("userprofile=wordpress&feed_id=".$feedId);
|
44 |
?>
|
45 |
<p>
|
46 |
+
In addition to the email- and follow-icon you can also show a subscription form which maximizes chances that people subscribe to your site.
|
47 |
+
</p>
|
48 |
+
<p class='sfsi_subscribe_popbox_link'>
|
49 |
+
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
|
50 |
+
<a class="pop-up" href="javascript:" data-id="sfsi_feedClaimingOverlay">
|
51 |
+
click here.
|
52 |
+
</a>
|
53 |
</p>
|
|
|
54 |
|
55 |
<div class="sfsi_tab8_container">
|
56 |
<!--Section 1-->
|
74 |
<div class="sfsi_html" style="display: none;">
|
75 |
<?php
|
76 |
$sfsi_feediid = sanitize_text_field(get_option('sfsi_feed_id'));
|
77 |
+
$url = "https://www.specificfeeds.com/widgets/subscribeWidget/";
|
78 |
$url = $url.$sfsi_feediid.'/8/';
|
79 |
?>
|
80 |
<div class="sfsi_subscribe_Popinner" style="padding: 18px 0px;">
|
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_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>
|
22 |
<div class="form-field">
|
23 |
<input type="hidden" name="feed_id" value="<?php echo $feedId; ?>" />
|
24 |
-
<input type="email" name="email" value="<?php ?>" placeholder="Your email" style="color: #000 !important;"/>
|
25 |
</div>
|
26 |
<div class="save_button">
|
27 |
<a href="javascript:;" id="sfsi_getMeFullAccess" title="Give me access">
|
@@ -31,8 +31,7 @@ $connectFeedLgn = "http://www.specificfeeds.com/?".base64_encode("userprofile=wo
|
|
31 |
<p>
|
32 |
This will create your FREE acccount on <a target="_blank" href="<?php echo $connectToFeed?>">SpecificFeeds</a>. We will treat your data (and your subscribers’ data!) highly confidentially, see our <a target="_blank" href="https://www.specificfeeds.com/page/privacy-policy ">Privacy Policy</a>.
|
33 |
</p>
|
34 |
-
|
35 |
-
<p>If you already have an account, please <a href="<?php echo $connectFeedLgn?>" target="_blank">click here</a>.</p>
|
36 |
</form>
|
37 |
</center>
|
38 |
</div>
|
18 |
<img src="<?php echo SFSI_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>Enter the email you want to use</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="sfsi_getMeFullAccess" title="Give me access">
|
31 |
<p>
|
32 |
This will create your FREE acccount on <a target="_blank" href="<?php echo $connectToFeed?>">SpecificFeeds</a>. We will treat your data (and your subscribers’ data!) highly confidentially, see our <a target="_blank" href="https://www.specificfeeds.com/page/privacy-policy ">Privacy Policy</a>.
|
33 |
</p>
|
34 |
+
|
|
|
35 |
</form>
|
36 |
</center>
|
37 |
</div>
|