Version Description
- Error log file removed
- Issue that follow-icon is sometimes too large on user's sites fixed
- Updated description texts
Download this release
Release Info
Developer | socialdude |
Plugin | Social Media Share Buttons & Social Sharing Icons |
Version | 1.8.8 |
Comparing to | |
See all releases |
Code changes from version 1.8.7 to 1.8.8
- css/sfsi-admin-style.css +0 -1
- images/error_log +0 -5
- libs/controllers/sfsi_socialhelper.php +92 -63
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +5 -3
- ultimate_social_media_icons.php +12 -3
- views/sfsi_option_view1.php +3 -165
- views/sfsi_option_view3.php +4 -5
- views/sfsi_options_view.php +2 -0
- views/sfsi_pop_content.php +10 -6
css/sfsi-admin-style.css
CHANGED
@@ -1673,7 +1673,6 @@ ul.sfsi_floaticon_margin_sec li ins {
|
|
1673 |
.sfsi_premium_row{clear:both;}
|
1674 |
.sfsi_prem_cmn_rowlisting span{color: #1a1d20;font-size:20px;display:table-cell;vertical-align: middle;padding-right:10px;}
|
1675 |
.sfsi_need_another_one_link{padding:23px 0 20px 5px; }
|
1676 |
-
.sfsi_need_another_tell_us {padding-top: 15px;}
|
1677 |
.sfsi_need_another_tell_us a{margin-left:5px;}
|
1678 |
.sfsi_new_prmium_follw {margin-top:20px;display: inline-block;padding:15px 75px 20px 24px;float: left;}
|
1679 |
.sfsi_new_prmium_follw p{margin: 0 !important;}
|
1673 |
.sfsi_premium_row{clear:both;}
|
1674 |
.sfsi_prem_cmn_rowlisting span{color: #1a1d20;font-size:20px;display:table-cell;vertical-align: middle;padding-right:10px;}
|
1675 |
.sfsi_need_another_one_link{padding:23px 0 20px 5px; }
|
|
|
1676 |
.sfsi_need_another_tell_us a{margin-left:5px;}
|
1677 |
.sfsi_new_prmium_follw {margin-top:20px;display: inline-block;padding:15px 75px 20px 24px;float: left;}
|
1678 |
.sfsi_new_prmium_follw p{margin: 0 !important;}
|
images/error_log
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
[06-Aug-2014 14:54:38 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/gd.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
|
2 |
-
[06-Aug-2014 14:54:38 UTC] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
|
3 |
-
[06-Aug-2014 14:54:38 UTC] PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
|
4 |
-
[06-Aug-2014 14:54:38 UTC] PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
|
5 |
-
[06-Aug-2014 14:54:38 UTC] PHP Fatal error: Call to undefined function _() in /home/easysite/public_html/demowordp/wp-content/plugins/WP-Subscription-and-Social-Media-Icons/images/index.php on line 2
|
|
|
|
|
|
|
|
|
|
libs/controllers/sfsi_socialhelper.php
CHANGED
@@ -123,19 +123,25 @@ class sfsi_SocialHelper
|
|
123 |
}
|
124 |
|
125 |
/* get google+ likes */
|
126 |
-
function sfsi_getPlus1($url)
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
}
|
140 |
|
141 |
/* get youtube subscribers */
|
@@ -225,39 +231,51 @@ class sfsi_SocialHelper
|
|
225 |
{
|
226 |
$user_Agent = (isset($_SERVER['HTTP_USER_AGENT'])) ? $_SERVER['HTTP_USER_AGENT'] :'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)';
|
227 |
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
|
|
|
|
|
|
|
|
240 |
}
|
241 |
-
|
|
|
|
|
|
|
242 |
}
|
243 |
|
244 |
private function get_content_curl($url)
|
245 |
{
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
}
|
260 |
-
return $cont;
|
261 |
}
|
262 |
|
263 |
/* convert no. to 2K,3M format */
|
@@ -524,43 +542,52 @@ class sfsi_SocialHelper
|
|
524 |
/* get no of subscribers from specificfeeds for current blog count */
|
525 |
public function SFSI_getFeedSubscriberCount($feedid)
|
526 |
{
|
527 |
-
$curl = curl_init();
|
528 |
|
529 |
-
|
530 |
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
CURLOPT_POST => 1,
|
535 |
-
CURLOPT_TIMEOUT => 30,
|
536 |
-
CURLOPT_POSTFIELDS => array('feed_id' => $feedid, 'v' => "newplugincount")
|
537 |
-
));
|
538 |
-
|
539 |
-
/* Send the request & save response to $resp */
|
540 |
-
$resp = curl_exec($curl);
|
541 |
-
|
542 |
-
$httpcode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
|
543 |
|
544 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
545 |
|
546 |
-
|
547 |
-
|
548 |
-
|
|
|
|
|
|
|
549 |
|
550 |
-
|
|
|
|
|
|
|
|
|
551 |
|
552 |
-
|
|
|
|
|
|
|
|
|
|
|
553 |
}
|
554 |
else{
|
555 |
$sfsi_premium_instagram_sf_count = unserialize(get_option('sfsi_sf_count',false));
|
556 |
$feeddata = $sfsi_premium_instagram_sf_count["sfsi_sf_count"];
|
557 |
}
|
|
|
558 |
}
|
559 |
else{
|
560 |
-
|
561 |
-
$feeddata = $sfsi_premium_instagram_sf_count["sfsi_sf_count"];
|
562 |
}
|
563 |
-
|
|
|
564 |
}
|
565 |
|
566 |
/* check response from a url */
|
@@ -569,6 +596,8 @@ class sfsi_SocialHelper
|
|
569 |
$headers = get_headers($url);
|
570 |
return substr($headers[0], 9, 3);
|
571 |
}
|
|
|
|
|
572 |
}
|
573 |
/* end of class */
|
574 |
?>
|
123 |
}
|
124 |
|
125 |
/* get google+ likes */
|
126 |
+
function sfsi_getPlus1($url){
|
127 |
+
|
128 |
+
if(_is_curl_installed()){
|
129 |
+
$curl = curl_init();
|
130 |
+
curl_setopt($curl, CURLOPT_URL, "https://clients6.google.com/rpc");
|
131 |
+
curl_setopt($curl, CURLOPT_POST, 1);
|
132 |
+
curl_setopt($curl, CURLOPT_POSTFIELDS, '[{"method":"pos.plusones.get","id":"p","params":{"nolog":true,"id":"' . $url . '","source":"widget","userId":"@viewer","groupId":"@self"},"jsonrpc":"2.0","key":"p","apiVersion":"v1"}]');
|
133 |
+
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
|
134 |
+
curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-type: application/json'));
|
135 |
+
$curl_results = curl_exec ($curl);
|
136 |
+
curl_close ($curl);
|
137 |
+
$json = json_decode($curl_results, true);
|
138 |
+
|
139 |
+
return intval( $json[0]['result']['metadata']['globalCounts']['count'] );
|
140 |
+
}
|
141 |
+
else{
|
142 |
+
return 0;
|
143 |
+
}
|
144 |
+
|
145 |
}
|
146 |
|
147 |
/* get youtube subscribers */
|
231 |
{
|
232 |
$user_Agent = (isset($_SERVER['HTTP_USER_AGENT'])) ? $_SERVER['HTTP_USER_AGENT'] :'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)';
|
233 |
|
234 |
+
if(_is_curl_installed()){
|
235 |
+
|
236 |
+
$ch = curl_init();
|
237 |
+
curl_setopt($ch, CURLOPT_URL, $url);
|
238 |
+
curl_setopt($ch, CURLOPT_USERAGENT, $user_Agent);
|
239 |
+
curl_setopt($ch, CURLOPT_FAILONERROR, 1);
|
240 |
+
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
|
241 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
|
242 |
+
curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout);
|
243 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
244 |
+
$cont = curl_exec($ch);
|
245 |
+
if(curl_error($ch))
|
246 |
+
{
|
247 |
+
//die(curl_error($ch));
|
248 |
+
}
|
249 |
+
return $cont;
|
250 |
}
|
251 |
+
else{
|
252 |
+
return false;
|
253 |
+
}
|
254 |
+
|
255 |
}
|
256 |
|
257 |
private function get_content_curl($url)
|
258 |
{
|
259 |
+
if(_is_curl_installed()){
|
260 |
+
$curl = curl_init();
|
261 |
+
curl_setopt($curl, CURLOPT_HEADER, false);
|
262 |
+
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
|
263 |
+
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
|
264 |
+
curl_setopt($curl, CURLOPT_HTTPGET, 1);
|
265 |
+
curl_setopt($curl, CURLOPT_URL, $url );
|
266 |
+
curl_setopt($curl, CURLOPT_DNS_USE_GLOBAL_CACHE, false );
|
267 |
+
curl_setopt($curl, CURLOPT_DNS_CACHE_TIMEOUT, 2 );
|
268 |
+
$cont = curl_exec($curl);
|
269 |
+
|
270 |
+
if(curl_error($curl))
|
271 |
+
{
|
272 |
+
//die(curl_error($ch));
|
273 |
+
}
|
274 |
+
return $cont;
|
275 |
+
}
|
276 |
+
else{
|
277 |
+
return false;
|
278 |
}
|
|
|
279 |
}
|
280 |
|
281 |
/* convert no. to 2K,3M format */
|
542 |
/* get no of subscribers from specificfeeds for current blog count */
|
543 |
public function SFSI_getFeedSubscriberCount($feedid)
|
544 |
{
|
|
|
545 |
|
546 |
+
if(_is_curl_installed()){
|
547 |
|
548 |
+
$curl = curl_init();
|
549 |
+
|
550 |
+
curl_setopt_array($curl, array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
551 |
|
552 |
+
CURLOPT_RETURNTRANSFER => 1,
|
553 |
+
CURLOPT_URL => 'http://www.specificfeeds.com/wordpress/wpCountSubscriber',
|
554 |
+
CURLOPT_USERAGENT => 'sf rss request',
|
555 |
+
CURLOPT_POST => 1,
|
556 |
+
CURLOPT_TIMEOUT => 30,
|
557 |
+
CURLOPT_POSTFIELDS => array('feed_id' => $feedid, 'v' => "newplugincount")
|
558 |
+
));
|
559 |
|
560 |
+
/* Send the request & save response to $resp */
|
561 |
+
$resp = curl_exec($curl);
|
562 |
+
|
563 |
+
$httpcode = curl_getinfo($curl, CURLINFO_HTTP_CODE);
|
564 |
+
|
565 |
+
if($httpcode == 200){
|
566 |
|
567 |
+
if(!empty($resp))
|
568 |
+
{
|
569 |
+
$resp = json_decode($resp);
|
570 |
+
|
571 |
+
curl_close($curl);
|
572 |
|
573 |
+
$feeddata = stripslashes_deep($resp->subscriber_count);
|
574 |
+
}
|
575 |
+
else{
|
576 |
+
$sfsi_premium_instagram_sf_count = unserialize(get_option('sfsi_sf_count',false));
|
577 |
+
$feeddata = $sfsi_premium_instagram_sf_count["sfsi_sf_count"];
|
578 |
+
}
|
579 |
}
|
580 |
else{
|
581 |
$sfsi_premium_instagram_sf_count = unserialize(get_option('sfsi_sf_count',false));
|
582 |
$feeddata = $sfsi_premium_instagram_sf_count["sfsi_sf_count"];
|
583 |
}
|
584 |
+
return $this->format_num($feeddata);
|
585 |
}
|
586 |
else{
|
587 |
+
return 0;
|
|
|
588 |
}
|
589 |
+
|
590 |
+
exit;
|
591 |
}
|
592 |
|
593 |
/* check response from a url */
|
596 |
$headers = get_headers($url);
|
597 |
return substr($headers[0], 9, 3);
|
598 |
}
|
599 |
+
|
600 |
+
|
601 |
}
|
602 |
/* end of class */
|
603 |
?>
|
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_serverphpVersionnotification'))
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_pluginVersion", "1.88");
|
16 |
|
17 |
|
18 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: socialdude
|
|
3 |
Tags: social media, share, buttons, social, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 4.9.4
|
6 |
-
Stable tag: 1.8.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -267,7 +267,9 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
267 |
|
268 |
== Changelog ==
|
269 |
|
270 |
-
= 1.8.
|
|
|
|
|
271 |
* Updated description texts
|
272 |
|
273 |
= 1.8.6 =
|
@@ -661,5 +663,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
661 |
|
662 |
== Upgrade Notice ==
|
663 |
|
664 |
-
= 1.8.
|
665 |
Please upgrade
|
3 |
Tags: social media, share, buttons, social, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 4.9.4
|
6 |
+
Stable tag: 1.8.8
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
267 |
|
268 |
== Changelog ==
|
269 |
|
270 |
+
= 1.8.8 =
|
271 |
+
* Error log file removed
|
272 |
+
* Issue that follow-icon is sometimes too large on user's sites fixed
|
273 |
* Updated description texts
|
274 |
|
275 |
= 1.8.6 =
|
663 |
|
664 |
== Upgrade Notice ==
|
665 |
|
666 |
+
= 1.8.8 =
|
667 |
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.8.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
global $wpdb;
|
@@ -52,7 +52,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
|
|
52 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
53 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
54 |
|
55 |
-
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.
|
56 |
{
|
57 |
add_action("init", "sfsi_update_plugin");
|
58 |
}
|
@@ -757,4 +757,13 @@ function sfsi_curl_error_notification()
|
|
757 |
<?php
|
758 |
}
|
759 |
}
|
760 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.8.8
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
global $wpdb;
|
52 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
53 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
54 |
|
55 |
+
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.88)
|
56 |
{
|
57 |
add_action("init", "sfsi_update_plugin");
|
58 |
}
|
757 |
<?php
|
758 |
}
|
759 |
}
|
760 |
+
|
761 |
+
function _is_curl_installed(){
|
762 |
+
|
763 |
+
if(in_array('curl', get_loaded_extensions())) {
|
764 |
+
return true;
|
765 |
+
}
|
766 |
+
else{
|
767 |
+
return false;
|
768 |
+
}
|
769 |
+
}
|
views/sfsi_option_view1.php
CHANGED
@@ -223,171 +223,9 @@
|
|
223 |
</ul>
|
224 |
<ul>
|
225 |
<li class="sfsi_premium_brdr_box">
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
<div class = "sfsi_prem_cmn_rowlisting">
|
230 |
-
<span>
|
231 |
-
<img src="<?php echo SFSI_PLUGURL.'images/snapchat.png';?>" id="CImg" />
|
232 |
-
</span>
|
233 |
-
<span class="sfsicls_prem_text">Snapchat</span>
|
234 |
-
</div>
|
235 |
-
|
236 |
-
<div class = "sfsi_prem_cmn_rowlisting">
|
237 |
-
<span>
|
238 |
-
<img src="<?php echo SFSI_PLUGURL.'images/whatsapp.png';?>" id="CImg" />
|
239 |
-
</span>
|
240 |
-
<span class="sfsicls_prem_text">WhatsApp or Phone</span>
|
241 |
-
</div>
|
242 |
-
|
243 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
244 |
-
<span>
|
245 |
-
<img src="<?php echo SFSI_PLUGURL.'images/yummly.png';?>" id="CImg" />
|
246 |
-
</span>
|
247 |
-
<span class="sfsicls_prem_text">Yummly</span>
|
248 |
-
</div>
|
249 |
-
|
250 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
251 |
-
<span>
|
252 |
-
<img src="<?php echo SFSI_PLUGURL.'images/yelp.png';?>" id="CImg" />
|
253 |
-
</span>
|
254 |
-
<span class="sfsicls_prem_text">Yelp</span>
|
255 |
-
</div>
|
256 |
-
|
257 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
258 |
-
<span>
|
259 |
-
<img src="<?php echo SFSI_PLUGURL.'images/print.png';?>" id="CImg" />
|
260 |
-
</span>
|
261 |
-
<span class="sfsicls_prem_text">Print</span>
|
262 |
-
</div>
|
263 |
-
</div>
|
264 |
-
<div class="sfsi_premium_row">
|
265 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
266 |
-
<span>
|
267 |
-
<img src="<?php echo SFSI_PLUGURL.'images/soundcloud.png';?>" id="CImg" />
|
268 |
-
</span>
|
269 |
-
<span class="sfsicls_prem_text">Soundcloud</span>
|
270 |
-
</div>
|
271 |
-
|
272 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
273 |
-
<span>
|
274 |
-
<img src="<?php echo SFSI_PLUGURL.'images/skype.png';?>" id="CImg" />
|
275 |
-
</span>
|
276 |
-
<span class="sfsicls_prem_text">Skype</span>
|
277 |
-
</div>
|
278 |
-
|
279 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
280 |
-
<span>
|
281 |
-
<img src="<?php echo SFSI_PLUGURL.'images/flickr.png';?>" id="CImg" />
|
282 |
-
</span>
|
283 |
-
<span class="sfsicls_prem_text">Flickr</span>
|
284 |
-
</div>
|
285 |
-
|
286 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
287 |
-
<span>
|
288 |
-
<img src="<?php echo SFSI_PLUGURL.'images/buffer.png';?>" id="CImg" />
|
289 |
-
</span>
|
290 |
-
<span class="sfsicls_prem_text">Buffer</span>
|
291 |
-
</div>
|
292 |
-
|
293 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
294 |
-
<span>
|
295 |
-
<img src="<?php echo SFSI_PLUGURL.'images/blogger.png';?>" id="CImg" />
|
296 |
-
</span>
|
297 |
-
<span class="sfsicls_prem_text">Blogger</span>
|
298 |
-
</div>
|
299 |
-
|
300 |
-
|
301 |
-
</div>
|
302 |
-
<div class="sfsi_premium_row">
|
303 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
304 |
-
<span>
|
305 |
-
<img src="<?php echo SFSI_PLUGURL.'images/reddit.png';?>" id="CImg" />
|
306 |
-
</span>
|
307 |
-
<span class="sfsicls_prem_text">Reddit</span>
|
308 |
-
</div>
|
309 |
-
|
310 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
311 |
-
<span>
|
312 |
-
<img src="<?php echo SFSI_PLUGURL.'images/vimeo.png';?>" id="CImg" />
|
313 |
-
</span>
|
314 |
-
<span class="sfsicls_prem_text">Vimeo</span>
|
315 |
-
</div>
|
316 |
-
|
317 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
318 |
-
<span>
|
319 |
-
<img src="<?php echo SFSI_PLUGURL.'images/tumblr.png';?>" id="CImg" />
|
320 |
-
</span>
|
321 |
-
<span class="sfsicls_prem_text">Tumblr</span>
|
322 |
-
</div>
|
323 |
-
|
324 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
325 |
-
<span>
|
326 |
-
<img src="<?php echo SFSI_PLUGURL.'images/houzz.png';?>" id="CImg" />
|
327 |
-
</span>
|
328 |
-
<span class="sfsicls_prem_text">Houzz</span>
|
329 |
-
</div>
|
330 |
-
|
331 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
332 |
-
<span>
|
333 |
-
<img src="<?php echo SFSI_PLUGURL.'images/xing.png';?>" id="CImg" />
|
334 |
-
</span>
|
335 |
-
<span class="sfsicls_prem_text">Xing</span>
|
336 |
-
</div>
|
337 |
-
</div>
|
338 |
-
<div class="sfsi_premium_row">
|
339 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
340 |
-
<span>
|
341 |
-
<img src="<?php echo SFSI_PLUGURL.'images/vk.png';?>" id="CImg" />
|
342 |
-
</span>
|
343 |
-
<span class="sfsicls_prem_text">VK</span>
|
344 |
-
</div>
|
345 |
-
|
346 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
347 |
-
<span>
|
348 |
-
<img src="<?php echo SFSI_PLUGURL.'images/telegram.png';?>" id="CImg" />
|
349 |
-
</span>
|
350 |
-
<span class="sfsicls_prem_text">Telegram</span>
|
351 |
-
</div>
|
352 |
-
|
353 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
354 |
-
<span>
|
355 |
-
<img src="<?php echo SFSI_PLUGURL.'images/amazon.png';?>" id="CImg" />
|
356 |
-
</span>
|
357 |
-
<span class="sfsicls_prem_text">Amazon</span>
|
358 |
-
</div>
|
359 |
-
|
360 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
361 |
-
<span>
|
362 |
-
<img src="<?php echo SFSI_PLUGURL.'images/angieslist.png';?>" id="CImg" />
|
363 |
-
</span>
|
364 |
-
<span class="sfsicls_prem_text">Angie’s List</span>
|
365 |
-
</div>
|
366 |
-
|
367 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
368 |
-
<span>
|
369 |
-
<img src="<?php echo SFSI_PLUGURL.'images/steam.png';?>" id="CImg" />
|
370 |
-
</span>
|
371 |
-
<span class="sfsicls_prem_text">Steam</span>
|
372 |
-
</div>
|
373 |
-
</div>
|
374 |
-
<div class="sfsi_premium_row">
|
375 |
-
<div class = "sfsi_prem_cmn_rowlisting" >
|
376 |
-
<span>
|
377 |
-
<img src="<?php echo SFSI_PLUGURL.'images/twitch.png';?>" id="CImg" />
|
378 |
-
</span>
|
379 |
-
<span class="sfsicls_prem_text">Twitch</span>
|
380 |
-
</div>
|
381 |
-
</div>
|
382 |
-
|
383 |
-
<!--<div class="sfsi_need_another_one_link">
|
384 |
-
<p>Need another one?<a href="mailto:biz@ultimatelysocial.com"> Tell us</a></p>
|
385 |
-
</div>-->
|
386 |
-
<div class="sfsi_need_another_tell_us">
|
387 |
-
<a href="https://www.ultimatelysocial.com/all-platforms/" target="_blank">...and many more! See them here</a>
|
388 |
-
<!--<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=more_platforms&utm_medium=banner" target="_blank">See all features Premium Plugin</a>-->
|
389 |
-
</div>
|
390 |
-
</div>
|
391 |
</li>
|
392 |
</ul>
|
393 |
<input type="hidden" value="<?php echo SFSI_PLUGURL ?>" id="plugin_url" />
|
223 |
</ul>
|
224 |
<ul>
|
225 |
<li class="sfsi_premium_brdr_box">
|
226 |
+
<div class="sfsi_prem_icons_added" style="padding: 12px 38px 6px 40px;">
|
227 |
+
<div class="sf_si_prmium_head sfsi_need_another_tell_us"><h2><span>Need an icon for another platform? Let us know in the <a style="font-size: 26px;" href="https://wordpress.org/support/plugin/ultimate-social-media-icons/#new-topic-0" target="_blank" href="">Support Forum</a></span></h2></div>
|
228 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
</li>
|
230 |
</ul>
|
231 |
<input type="hidden" value="<?php echo SFSI_PLUGURL ?>" id="plugin_url" />
|
views/sfsi_option_view3.php
CHANGED
@@ -277,11 +277,10 @@ $option3['sfsi_shuffle_intervalTime'] = (isset($option3['sfsi_shuffle_intervalT
|
|
277 |
</li>
|
278 |
<li>
|
279 |
<p style="font-weight: bold; margin: 12px 0 0;">
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
to offer your icons here and get a free link (& traffic) back to your site!
|
285 |
</p>
|
286 |
</li>
|
287 |
|
277 |
</li>
|
278 |
<li>
|
279 |
<p style="font-weight: bold; margin: 12px 0 0;">
|
280 |
+
Need icons for another theme? Let us know in the
|
281 |
+
<a target="_blank" href="https://wordpress.org/support/plugin/ultimate-social-media-icons/#new-topic-0" style="color:#8E81BD; text-decoration:underline;">
|
282 |
+
Support Forum
|
283 |
+
</a>
|
|
|
284 |
</p>
|
285 |
</li>
|
286 |
|
views/sfsi_options_view.php
CHANGED
@@ -83,6 +83,8 @@
|
|
83 |
<div class="welcometext">
|
84 |
<p>Get started by clicking on the first question below. Once done, go to the <a href="<?php echo admin_url('/widgets.php');?>">widget area</a> and move the widget to the sidebar so that your icons are displayed.</p>
|
85 |
<p><a style="text-decoration: none;" href="javascript:void(0)">New: </a>In our new Premium Plugin many other different placement options are supported, e.g. place the icons floating/statically on the place by defining margins, only show them on certain pages, show them only on mobile etc. etc. <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=top_introduction&utm_medium=banner" target="_blank">See all features</a></p>
|
|
|
|
|
86 |
</div>
|
87 |
|
88 |
<div class="supportforum">
|
83 |
<div class="welcometext">
|
84 |
<p>Get started by clicking on the first question below. Once done, go to the <a href="<?php echo admin_url('/widgets.php');?>">widget area</a> and move the widget to the sidebar so that your icons are displayed.</p>
|
85 |
<p><a style="text-decoration: none;" href="javascript:void(0)">New: </a>In our new Premium Plugin many other different placement options are supported, e.g. place the icons floating/statically on the place by defining margins, only show them on certain pages, show them only on mobile etc. etc. <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=top_introduction&utm_medium=banner" target="_blank">See all features</a></p>
|
86 |
+
|
87 |
+
<p>Please <a target="_blank" style="text-decoration: underline;" href="https://wordpress.org/support/plugin/ultimate-social-media-icons/#new-topic-0">give us feedback</a> and tell us how we can make the plugin better. Thank you!.</p>
|
88 |
</div>
|
89 |
|
90 |
<div class="supportforum">
|
views/sfsi_pop_content.php
CHANGED
@@ -283,18 +283,22 @@ I want to see how it works</a></div>
|
|
283 |
|
284 |
<div class="pop-overlay read-overlay demail-2" >
|
285 |
<div class="pop_up_box sfsi_pop_up " >
|
286 |
-
<h4 class="activate">
|
|
|
|
|
287 |
<?php $nonce = wp_create_nonce("active_footer");?>
|
288 |
-
<div class="button"><a href="
|
289 |
-
<a href="javascript:;" id="deac_email3" title="Don’t activate link">Don’t
|
290 |
</div>
|
291 |
</div>
|
292 |
|
293 |
<div class="pop-overlay read-overlay demail-3" >
|
294 |
<div class="pop_up_box sfsi_pop_up " >
|
295 |
-
|
296 |
-
|
297 |
-
|
|
|
|
|
298 |
</div>
|
299 |
</div> <!-- END email deactivate pop-ups -->
|
300 |
|
283 |
|
284 |
<div class="pop-overlay read-overlay demail-2" >
|
285 |
<div class="pop_up_box sfsi_pop_up " >
|
286 |
+
<h4 class="activate">
|
287 |
+
Ok, fine, however for using this plugin for FREE, please tell us what you think about it (and what can be improved). It only takes a minute. Thank you!'
|
288 |
+
</h4>
|
289 |
<?php $nonce = wp_create_nonce("active_footer");?>
|
290 |
+
<div class="button"><a target="_blank" href="https://wordpress.org/support/plugin/ultimate-social-media-icons/#new-topic-0" class="" title="Ok, activate link" data-nonce="<?php echo $nonce;?>">Ok, give feedback</a></div>
|
291 |
+
<a href="javascript:;" id="deac_email3" title="Don’t activate link">Don’t give feedback</a>
|
292 |
</div>
|
293 |
</div>
|
294 |
|
295 |
<div class="pop-overlay read-overlay demail-3" >
|
296 |
<div class="pop_up_box sfsi_pop_up " >
|
297 |
+
|
298 |
+
<h4>You’re a toughie. Last try: as a minimum, could you please support us by activating a link back to our site?</h4>
|
299 |
+
|
300 |
+
<div class="button"><a href="javascript:;" target="_new" class="hideemailpop" title="Ok, activate link it" >Ok, activate link</a></div>
|
301 |
+
<a href="javascript:;" class="hidePop" title="Don’t activate and exit">Don’t activate and exit</a>
|
302 |
</div>
|
303 |
</div> <!-- END email deactivate pop-ups -->
|
304 |
|