Version Description
- Notification added
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.5.3 |
Comparing to | |
See all releases |
Code changes from version 2.5.2 to 2.5.3
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +4 -4
- ultimate_social_media_icons.php +4 -4
- views/sfsi_option_view1.php +78 -76
- views/sfsi_option_view2.php +8 -9
- views/sfsi_option_view3.php +94 -95
- views/sfsi_option_view4.php +2 -2
- views/sfsi_option_view8.php +5 -5
- views/sfsi_pop_content.php +41 -43
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 |
/* show premium notification */
|
17 |
if(!get_option('sfsi_plus_show_premium_notification'))
|
18 |
{
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_plus_pluginVersion", "2.53");
|
16 |
/* show premium notification */
|
17 |
if(!get_option('sfsi_plus_show_premium_notification'))
|
18 |
{
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: socialdude
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZWYMA8LFHGHCC
|
4 |
Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.7
|
7 |
-
Stable tag: 2.5.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -75,7 +75,7 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
-
= 2.5.
|
79 |
* Notification added
|
80 |
|
81 |
= 2.5.1 =
|
@@ -271,5 +271,5 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
271 |
|
272 |
== Upgrade Notice ==
|
273 |
|
274 |
-
= 2.5.
|
275 |
* Please upgrade!
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZWYMA8LFHGHCC
|
4 |
Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.7.1
|
7 |
+
Stable tag: 2.5.3
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 2.5.3 =
|
79 |
* Notification added
|
80 |
|
81 |
= 2.5.1 =
|
271 |
|
272 |
== Upgrade Notice ==
|
273 |
|
274 |
+
= 2.5.3 =
|
275 |
* Please upgrade!
|
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.5.
|
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 |
}
|
@@ -640,7 +640,7 @@ function sfsi_plus_admin_notice()
|
|
640 |
}
|
641 |
|
642 |
</style>
|
643 |
-
<div class="updated sfsi_plus_show_prem_notification" style="<?php echo $style; ?>background-color: #38B54A; color: #fff; font-size: 18px;">
|
644 |
<div class="alignleft" style="margin: 9px 0;">
|
645 |
<?php _e( 'BIG NEWS : There is now a ', SFSI_PLUS_DOMAIN); ?><b><a href="http://www.ultimatelysocial.com/usm-premium/" target="_blank"><?php _e( 'Premium Ultimate Social Media Plugin', SFSI_PLUS_DOMAIN); ?></a></b><?php _e( ' available with many more cool features: ', SFSI_PLUS_DOMAIN); ?><a href="http://www.ultimatelysocial.com/usm-premium/" target="_blank"><?php _e( 'Check it out', SFSI_PLUS_DOMAIN); ?></a>
|
646 |
</div>
|
@@ -650,7 +650,7 @@ function sfsi_plus_admin_notice()
|
|
650 |
<input type="submit" name="dismiss" value="Dismiss" />
|
651 |
</form>
|
652 |
</div>
|
653 |
-
</div>
|
654 |
<?php
|
655 |
}
|
656 |
}
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
+
Version: 2.5.3
|
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.53)
|
41 |
{
|
42 |
add_action("init", "sfsi_plus_update_plugin");
|
43 |
}
|
640 |
}
|
641 |
|
642 |
</style>
|
643 |
+
<!-- <div class="updated sfsi_plus_show_prem_notification" style="<?php echo $style; ?>background-color: #38B54A; color: #fff; font-size: 18px;">
|
644 |
<div class="alignleft" style="margin: 9px 0;">
|
645 |
<?php _e( 'BIG NEWS : There is now a ', SFSI_PLUS_DOMAIN); ?><b><a href="http://www.ultimatelysocial.com/usm-premium/" target="_blank"><?php _e( 'Premium Ultimate Social Media Plugin', SFSI_PLUS_DOMAIN); ?></a></b><?php _e( ' available with many more cool features: ', SFSI_PLUS_DOMAIN); ?><a href="http://www.ultimatelysocial.com/usm-premium/" target="_blank"><?php _e( 'Check it out', SFSI_PLUS_DOMAIN); ?></a>
|
646 |
</div>
|
650 |
<input type="submit" name="dismiss" value="Dismiss" />
|
651 |
</form>
|
652 |
</div>
|
653 |
+
</div> -->
|
654 |
<?php
|
655 |
}
|
656 |
}
|
views/sfsi_option_view1.php
CHANGED
@@ -357,85 +357,87 @@
|
|
357 |
</li>
|
358 |
<?php endif; ?>
|
359 |
<!-- END Custom icon section here -->
|
|
|
|
|
|
|
360 |
<li class="sfsi_plus_premium_brdr_box">
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
</div>
|
436 |
</li>
|
437 |
-
|
438 |
-
</ul>
|
439 |
|
440 |
<input type="hidden" value="<?php echo SFSI_PLUS_PLUGURL ?>" id="plugin_url" />
|
441 |
<input type="hidden" value="" id="upload_id" />
|
357 |
</li>
|
358 |
<?php endif; ?>
|
359 |
<!-- END Custom icon section here -->
|
360 |
+
</ul>
|
361 |
+
|
362 |
+
<ul>
|
363 |
<li class="sfsi_plus_premium_brdr_box">
|
364 |
+
<div class="sfsi_plus_prem_icons_added">
|
365 |
+
<div class="sf_si_plus_prmium_head"><h2><?php _e( 'New: ', SFSI_PLUS_DOMAIN); ?><span> <?php _e( 'In our Premium Plugin we added icons for:', SFSI_PLUS_DOMAIN); ?></span></h2></div>
|
366 |
+
<div class="sfsi_plus_premium_row">
|
367 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting">
|
368 |
+
<span>
|
369 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/snapchat.png';?>" id="CImg" />
|
370 |
+
</span>
|
371 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'Snapchat', SFSI_PLUS_DOMAIN); ?></span>
|
372 |
+
</div>
|
373 |
+
|
374 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting">
|
375 |
+
<span>
|
376 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/whatsapp.png';?>" id="CImg" />
|
377 |
+
</span>
|
378 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'WhatsApp or Phone', SFSI_PLUS_DOMAIN); ?></span>
|
379 |
+
</div>
|
380 |
+
|
381 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting" >
|
382 |
+
<span>
|
383 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/yummly.png';?>" id="CImg" />
|
384 |
+
</span>
|
385 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'Yummly', SFSI_PLUS_DOMAIN); ?></span>
|
386 |
+
</div>
|
387 |
+
</div>
|
388 |
+
<div class="sfsi_plus_premium_row">
|
389 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting" >
|
390 |
+
<span>
|
391 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/soundcloud.png';?>" id="CImg" />
|
392 |
+
</span>
|
393 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'Soundcloud', SFSI_PLUS_DOMAIN); ?></span>
|
394 |
+
</div>
|
395 |
+
|
396 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting" >
|
397 |
+
<span>
|
398 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/skype.png';?>" id="CImg" />
|
399 |
+
</span>
|
400 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'Skype', SFSI_PLUS_DOMAIN); ?></span>
|
401 |
+
</div>
|
402 |
+
|
403 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting" >
|
404 |
+
<span>
|
405 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/flickr.png';?>" id="CImg" />
|
406 |
+
</span>
|
407 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'Flickr', SFSI_PLUS_DOMAIN); ?></span>
|
408 |
+
</div>
|
409 |
+
</div>
|
410 |
+
<div class="sfsi_plus_premium_row">
|
411 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting" >
|
412 |
+
<span>
|
413 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/reddit.png';?>" id="CImg" />
|
414 |
+
</span>
|
415 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'Reddit', SFSI_PLUS_DOMAIN); ?></span>
|
416 |
+
</div>
|
417 |
+
|
418 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting" >
|
419 |
+
<span>
|
420 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/vimeo.png';?>" id="CImg" />
|
421 |
+
</span>
|
422 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'Vimeo', SFSI_PLUS_DOMAIN); ?></span>
|
423 |
+
</div>
|
424 |
+
|
425 |
+
<div class = "sfsi_plus_prem_cmn_rowlisting" >
|
426 |
+
<span>
|
427 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL.'images/tumblr.png';?>" id="CImg" />
|
428 |
+
</span>
|
429 |
+
<span class="sfsicls_plus_prem_text"><?php _e( 'Tumblr', SFSI_PLUS_DOMAIN); ?></span>
|
430 |
+
</div>
|
431 |
+
</div>
|
432 |
+
<div class="sfsi_plus_need_another_one_link">
|
433 |
+
<p><?php _e('Need another one?', SFSI_PLUS_DOMAIN); ?><a href="https://www.ultimatelysocial.com/usm-premium#featureRequest" target="_blank"> <?php _e( 'Tell us', SFSI_PLUS_DOMAIN); ?></a></p>
|
434 |
+
</div>
|
435 |
+
<div class="sfsi_plus_need_another_tell_us">
|
436 |
+
<a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features Premium Plugin', SFSI_PLUS_DOMAIN); ?></a>
|
437 |
+
</div>
|
438 |
</div>
|
439 |
</li>
|
440 |
+
</ul>
|
|
|
441 |
|
442 |
<input type="hidden" value="<?php echo SFSI_PLUS_PLUGURL ?>" id="plugin_url" />
|
443 |
<input type="hidden" value="" id="upload_id" />
|
views/sfsi_option_view2.php
CHANGED
@@ -202,8 +202,9 @@
|
|
202 |
</label>
|
203 |
</li>
|
204 |
</ul>
|
|
|
205 |
<div class ="sfsi_plus_new_prmium_follw">
|
206 |
-
|
207 |
<b><?php _e( 'New:', SFSI_PLUS_DOMAIN); ?></b><?php _e( ' In our Premium Plugin you can now give your email icon other functions too, e.g.', SFSI_PLUS_DOMAIN); ?><b><?php _e( ' contact you ', SFSI_PLUS_DOMAIN); ?></b><?php _e( ' (email),', SFSI_PLUS_DOMAIN); ?><b><?php _e( ' share by email,', SFSI_PLUS_DOMAIN); ?></b><?php _e( ' and', SFSI_PLUS_DOMAIN); ?><b><?php _e( ' link to a certain page', SFSI_PLUS_DOMAIN); ?></b><?php _e( ' (e.g. your contact form or newsletter sign-up site). ', SFSI_PLUS_DOMAIN); ?><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features.', SFSI_PLUS_DOMAIN); ?></a>
|
208 |
</p>
|
209 |
</div>
|
@@ -251,14 +252,12 @@
|
|
251 |
<?php _e( 'Share my blog with friends (on Facebook)', SFSI_PLUS_DOMAIN); ?>
|
252 |
</label>
|
253 |
</p>
|
|
|
254 |
<div class="sfsi_plus_new_prmium_follw">
|
255 |
-
|
256 |
-
|
257 |
<p>
|
258 |
-
|
259 |
</p>
|
260 |
-
|
261 |
-
</div>
|
262 |
|
263 |
</div>
|
264 |
</div>
|
@@ -305,12 +304,11 @@
|
|
305 |
</label>
|
306 |
<textarea name="sfsi_plus_twitter_aboutPageText" id="sfsi_plus_twitter_aboutPageText" type="text" class="add_txt" placeholder="Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name" /><?php echo ($option2['sfsi_plus_twitter_aboutPageText']!='') ? stripslashes($option2['sfsi_plus_twitter_aboutPageText']) : 'Hey check out this cool site I found' ;?></textarea>
|
307 |
</div>
|
|
|
308 |
<div class= "sfsi_plus_new_prmium_follw">
|
309 |
-
|
310 |
<p>
|
311 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( ' In our Premium Plugin you can also insert tags to automatically pull the title of the story, as well as the link to the story. ', SFSI_PLUS_DOMAIN ); ?><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features', SFSI_PLUS_DOMAIN ); ?></a>
|
312 |
</p>
|
313 |
-
|
314 |
</div>
|
315 |
|
316 |
</div>
|
@@ -353,12 +351,13 @@
|
|
353 |
<?php _e( 'Share my blog with friends (on Google+)', SFSI_PLUS_DOMAIN ); ?>
|
354 |
</label>
|
355 |
</p>
|
|
|
356 |
<div class ="sfsi_plus_new_prmium_follw" >
|
357 |
<p>
|
358 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'In our Premium Plugin you can also allow users to follow you on Google+ ', SFSI_PLUS_DOMAIN ); ?><b><?php _e( 'directly from your site ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( '(without leaving your page, increasing followers). ', SFSI_PLUS_DOMAIN ); ?><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features', SFSI_PLUS_DOMAIN ); ?></a>
|
359 |
</p>
|
360 |
-
|
361 |
</div>
|
|
|
362 |
</div>
|
363 |
</div>
|
364 |
<!-- END GOOGLE ICON -->
|
202 |
</label>
|
203 |
</li>
|
204 |
</ul>
|
205 |
+
|
206 |
<div class ="sfsi_plus_new_prmium_follw">
|
207 |
+
<p>
|
208 |
<b><?php _e( 'New:', SFSI_PLUS_DOMAIN); ?></b><?php _e( ' In our Premium Plugin you can now give your email icon other functions too, e.g.', SFSI_PLUS_DOMAIN); ?><b><?php _e( ' contact you ', SFSI_PLUS_DOMAIN); ?></b><?php _e( ' (email),', SFSI_PLUS_DOMAIN); ?><b><?php _e( ' share by email,', SFSI_PLUS_DOMAIN); ?></b><?php _e( ' and', SFSI_PLUS_DOMAIN); ?><b><?php _e( ' link to a certain page', SFSI_PLUS_DOMAIN); ?></b><?php _e( ' (e.g. your contact form or newsletter sign-up site). ', SFSI_PLUS_DOMAIN); ?><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features.', SFSI_PLUS_DOMAIN); ?></a>
|
209 |
</p>
|
210 |
</div>
|
252 |
<?php _e( 'Share my blog with friends (on Facebook)', SFSI_PLUS_DOMAIN); ?>
|
253 |
</label>
|
254 |
</p>
|
255 |
+
|
256 |
<div class="sfsi_plus_new_prmium_follw">
|
|
|
|
|
257 |
<p>
|
258 |
+
<b><?php _e( 'New:', SFSI_PLUS_DOMAIN); ?></b> <?php _e( ' In our Premium Plugin you can also allow users to follow you on Facebook ', SFSI_PLUS_DOMAIN); ?><b><?php _e( ' directly from your site', SFSI_PLUS_DOMAIN); ?></b> <?php _e( ' (without leaving your page, increasing followers). ', SFSI_PLUS_DOMAIN); ?> <a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"> <?php _e( 'See all features.', SFSI_PLUS_DOMAIN); ?> </a>
|
259 |
</p>
|
260 |
+
</div>
|
|
|
261 |
|
262 |
</div>
|
263 |
</div>
|
304 |
</label>
|
305 |
<textarea name="sfsi_plus_twitter_aboutPageText" id="sfsi_plus_twitter_aboutPageText" type="text" class="add_txt" placeholder="Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name" /><?php echo ($option2['sfsi_plus_twitter_aboutPageText']!='') ? stripslashes($option2['sfsi_plus_twitter_aboutPageText']) : 'Hey check out this cool site I found' ;?></textarea>
|
306 |
</div>
|
307 |
+
|
308 |
<div class= "sfsi_plus_new_prmium_follw">
|
|
|
309 |
<p>
|
310 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( ' In our Premium Plugin you can also insert tags to automatically pull the title of the story, as well as the link to the story. ', SFSI_PLUS_DOMAIN ); ?><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features', SFSI_PLUS_DOMAIN ); ?></a>
|
311 |
</p>
|
|
|
312 |
</div>
|
313 |
|
314 |
</div>
|
351 |
<?php _e( 'Share my blog with friends (on Google+)', SFSI_PLUS_DOMAIN ); ?>
|
352 |
</label>
|
353 |
</p>
|
354 |
+
|
355 |
<div class ="sfsi_plus_new_prmium_follw" >
|
356 |
<p>
|
357 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'In our Premium Plugin you can also allow users to follow you on Google+ ', SFSI_PLUS_DOMAIN ); ?><b><?php _e( 'directly from your site ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( '(without leaving your page, increasing followers). ', SFSI_PLUS_DOMAIN ); ?><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features', SFSI_PLUS_DOMAIN ); ?></a>
|
358 |
</p>
|
|
|
359 |
</div>
|
360 |
+
|
361 |
</div>
|
362 |
</div>
|
363 |
<!-- END GOOGLE ICON -->
|
views/sfsi_option_view3.php
CHANGED
@@ -310,101 +310,100 @@
|
|
310 |
</li>
|
311 |
|
312 |
<li>
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
|
409 |
<li>
|
410 |
<p style="font-weight: bold; margin: 12px 0 0;">
|
310 |
</li>
|
311 |
|
312 |
<li>
|
313 |
+
<div class="sf_si_plus_our_prmium_plugin-add">
|
314 |
+
<div class="sf_si_plus_prmium_head"><h2><?php _e("New: ", SFSI_PLUS_DOMAIN); ?><span><?php _e("In our Premium Plugin we added:", SFSI_PLUS_DOMAIN); ?></span></h2></div>
|
315 |
+
<div class="sf_si_plus_default_design">
|
316 |
+
<ul>
|
317 |
+
<li>
|
318 |
+
<h4><?php _e("A) More default design styles", SFSI_PLUS_DOMAIN); ?></h4>
|
319 |
+
</li>
|
320 |
+
<li>
|
321 |
+
<div class="sfsi_plus_row_table">
|
322 |
+
<div class="sfsi_plus_first_icon_field sfsi_plus_cool_font_weight">
|
323 |
+
<h2><?php _e("Cool style", SFSI_PLUS_DOMAIN); ?></h2>
|
324 |
+
</div>
|
325 |
+
<div class="sfsi_plus_second_icon_img">
|
326 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/sfsi_cool_icon_spread.png" />
|
327 |
+
</div>
|
328 |
+
</div>
|
329 |
+
</li>
|
330 |
+
<li>
|
331 |
+
<div class="sfsi_plus_row_table">
|
332 |
+
<div class="sfsi_plus_first_icon_field sfsi_plus_cool_font_weight">
|
333 |
+
<h2><?php _e("Waxed Wood", SFSI_PLUS_DOMAIN); ?></h2>
|
334 |
+
</div>
|
335 |
+
<div class="sfsi_plus_second_icon_img">
|
336 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/sfsi_vaxwoodi_icon_spread.png" />
|
337 |
+
</div>
|
338 |
+
</div>
|
339 |
+
</li>
|
340 |
+
<li>
|
341 |
+
<div class="sfsi_plus_row_table">
|
342 |
+
<div class="sfsi_plus_first_icon_field sfsi_plus_cool_font_weight">
|
343 |
+
<h2><?php _e("Black Grunge", SFSI_PLUS_DOMAIN); ?></h2>
|
344 |
+
</div>
|
345 |
+
<div class="sfsi_plus_second_icon_img">
|
346 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/sfsi_black_icon_spread.png" />
|
347 |
+
</div>
|
348 |
+
</div>
|
349 |
+
</li>
|
350 |
+
<li>
|
351 |
+
<div class="sfsi_plus_row_table">
|
352 |
+
<div class="sfsi_plus_first_icon_more">
|
353 |
+
<h2><?php _e("(and many more)", SFSI_PLUS_DOMAIN); ?></h2>
|
354 |
+
</div>
|
355 |
+
</div>
|
356 |
+
</li>
|
357 |
+
<li>
|
358 |
+
<h4 class="sfsi_plus_second_themedTitle"><?php _e("B) Themed styles", SFSI_PLUS_DOMAIN); ?><span><?php _e(" (to match the content of your site)", SFSI_PLUS_DOMAIN); ?></span></h4>
|
359 |
+
</li>
|
360 |
+
<li>
|
361 |
+
<div class="sfsi_plus_row_table">
|
362 |
+
<div class="sfsi_plus_first_icon_field">
|
363 |
+
<h2><?php _e("Lovehearts", SFSI_PLUS_DOMAIN); ?></h2>
|
364 |
+
<p><?php _e("(e.g. for girly sites or just sites with a heart)", SFSI_PLUS_DOMAIN); ?></p>
|
365 |
+
</div>
|
366 |
+
<div class="sfsi_plus_second_icon_img">
|
367 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/sfsi_loveheart_icon_spread.png" />
|
368 |
+
</div>
|
369 |
+
</div>
|
370 |
+
</li>
|
371 |
+
<li>
|
372 |
+
<div class="sfsi_plus_row_table">
|
373 |
+
<div class="sfsi_plus_first_icon_field">
|
374 |
+
<h2><?php _e("Computers", SFSI_PLUS_DOMAIN); ?></h2>
|
375 |
+
<p><?php _e("(e.g. for IT/tech sites)", SFSI_PLUS_DOMAIN); ?></p>
|
376 |
+
</div>
|
377 |
+
<div class="sfsi_plus_second_icon_img">
|
378 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/sfsi_computer_icon_spread.png" />
|
379 |
+
</div>
|
380 |
+
</div>
|
381 |
+
</li>
|
382 |
+
<li>
|
383 |
+
<div class="sfsi_plus_row_table">
|
384 |
+
<div class="sfsi_plus_first_icon_field">
|
385 |
+
<h2><?php _e("Dogs", SFSI_PLUS_DOMAIN); ?></h2>
|
386 |
+
<p><?php _e("(e.g. for dog/pet sites)", SFSI_PLUS_DOMAIN); ?></p>
|
387 |
+
</div>
|
388 |
+
<div class="sfsi_plus_second_icon_img">
|
389 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/sfsi_dogi_icon_spread.png" />
|
390 |
+
</div>
|
391 |
+
</div>
|
392 |
+
</li>
|
393 |
+
<li>
|
394 |
+
<div class="sfsi_plus_row_table">
|
395 |
+
<div class="sfsi_plus_first_icon_more">
|
396 |
+
<h2><?php _e("(and many more)", SFSI_PLUS_DOMAIN); ?></h2>
|
397 |
+
</div>
|
398 |
+
</div>
|
399 |
+
</li>
|
400 |
+
</ul>
|
401 |
+
</div>
|
402 |
+
<div class="sf_si_plus_all_features_premium">
|
403 |
+
<a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e("See all features Premium Plugin", SFSI_PLUS_DOMAIN); ?></a>
|
404 |
+
</div>
|
405 |
+
</div>
|
406 |
+
</li>
|
|
|
407 |
|
408 |
<li>
|
409 |
<p style="font-weight: bold; margin: 12px 0 0;">
|
views/sfsi_option_view4.php
CHANGED
@@ -669,10 +669,10 @@
|
|
669 |
<?php _e( 'Enter Instagram User name', SFSI_PLUS_DOMAIN ); ?>
|
670 |
</label>
|
671 |
<input name="sfsi_plus_instagram_User" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsi_plus_instagram_User']) && $option4['sfsi_plus_instagram_User']!='') ? $option4['sfsi_plus_instagram_User'] : '' ;?>" />
|
|
|
672 |
<p class="sfsi_plus_instagram_shared_premium" >
|
673 |
<?php _e( 'Note :', SFSI_PLUS_DOMAIN ); ?><?php _e( 'This plugin uses ', SFSI_PLUS_DOMAIN ); ?><u><?php _e( 'one', SFSI_PLUS_DOMAIN ); ?></u><?php _e( ' API shared by all users of this plugin. There is a limit (set by Instagram) how often this API can get the counts per day, so it may happen that it returns “0 counts” later in the day.', SFSI_PLUS_DOMAIN ); ?><br><br><?php _e( 'Therefore we implemented a solution as part of our Premium Plugin where you can ', SFSI_PLUS_DOMAIN ); ?><b><?php _e( 'easily ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'set up your own API in a few steps, which will fix this problem.', SFSI_PLUS_DOMAIN ); ?><br><br><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features of the premium plugin', SFSI_PLUS_DOMAIN ); ?></a>
|
674 |
-
|
675 |
-
|
676 |
</li>
|
677 |
<li>
|
678 |
<input name="sfsi_plus_instagram_countsFrom" <?php echo ($option4['sfsi_plus_instagram_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
669 |
<?php _e( 'Enter Instagram User name', SFSI_PLUS_DOMAIN ); ?>
|
670 |
</label>
|
671 |
<input name="sfsi_plus_instagram_User" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsi_plus_instagram_User']) && $option4['sfsi_plus_instagram_User']!='') ? $option4['sfsi_plus_instagram_User'] : '' ;?>" />
|
672 |
+
|
673 |
<p class="sfsi_plus_instagram_shared_premium" >
|
674 |
<?php _e( 'Note :', SFSI_PLUS_DOMAIN ); ?><?php _e( 'This plugin uses ', SFSI_PLUS_DOMAIN ); ?><u><?php _e( 'one', SFSI_PLUS_DOMAIN ); ?></u><?php _e( ' API shared by all users of this plugin. There is a limit (set by Instagram) how often this API can get the counts per day, so it may happen that it returns “0 counts” later in the day.', SFSI_PLUS_DOMAIN ); ?><br><br><?php _e( 'Therefore we implemented a solution as part of our Premium Plugin where you can ', SFSI_PLUS_DOMAIN ); ?><b><?php _e( 'easily ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'set up your own API in a few steps, which will fix this problem.', SFSI_PLUS_DOMAIN ); ?><br><br><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features of the premium plugin', SFSI_PLUS_DOMAIN ); ?></a>
|
675 |
+
</p>
|
|
|
676 |
</li>
|
677 |
<li>
|
678 |
<input name="sfsi_plus_instagram_countsFrom" <?php echo ($option4['sfsi_plus_instagram_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
views/sfsi_option_view8.php
CHANGED
@@ -376,8 +376,8 @@
|
|
376 |
</div>
|
377 |
<p class ="sfsi_plus_prem_plu_desc">
|
378 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'We also added a Linkedin share-icon in the Premium Plugin.', SFSI_PLUS_DOMAIN ); ?> <a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'Check it out.', SFSI_PLUS_DOMAIN ); ?></a>
|
379 |
-
|
380 |
-
|
381 |
<!--<p class="clear">Those are usually all you need: </p>
|
382 |
<ul class="usually" style="color:#5a6570">
|
383 |
<li>1. Facebook is No.1 in liking, so it’s a must have</li>
|
@@ -487,10 +487,10 @@
|
|
487 |
<label class="first">
|
488 |
<?php _e( 'Text to appear before the sharing icons:', SFSI_PLUS_DOMAIN ); ?>
|
489 |
</label><input name="sfsi_plus_textBefor_icons" type="text" value="<?php echo ($option8['sfsi_plus_textBefor_icons']!='') ? $option8['sfsi_plus_textBefor_icons'] : '' ; ?>" />
|
|
|
490 |
<p class ="sfsi_plus_prem_plu_desc_define">
|
491 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'In the Premium Plugin you can now also define the ', SFSI_PLUS_DOMAIN ); ?><b><?php _e( 'font size, type,', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'and the ', SFSI_PLUS_DOMAIN ); ?><b><?php _e( 'margins below/above the icons. ', SFSI_PLUS_DOMAIN ); ?></b><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'Check it out.', SFSI_PLUS_DOMAIN ); ?></a>
|
492 |
-
|
493 |
-
</p>
|
494 |
</div>
|
495 |
|
496 |
<div class="options">
|
@@ -524,7 +524,7 @@
|
|
524 |
<p>
|
525 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'In our Premium Plugin you have many more placement options, e.g. place the icons statically on the page, optimize placement for mobile, don’t show them on certain pages, show them while user is scrolling down the page (or not) etc. ', SFSI_PLUS_DOMAIN ); ?><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features', SFSI_PLUS_DOMAIN ); ?></a>
|
526 |
</p>
|
527 |
-
</div>
|
528 |
|
529 |
<!-- SAVE BUTTON SECTION -->
|
530 |
<div class="save_button">
|
376 |
</div>
|
377 |
<p class ="sfsi_plus_prem_plu_desc">
|
378 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'We also added a Linkedin share-icon in the Premium Plugin.', SFSI_PLUS_DOMAIN ); ?> <a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'Check it out.', SFSI_PLUS_DOMAIN ); ?></a>
|
379 |
+
</p>
|
380 |
+
|
381 |
<!--<p class="clear">Those are usually all you need: </p>
|
382 |
<ul class="usually" style="color:#5a6570">
|
383 |
<li>1. Facebook is No.1 in liking, so it’s a must have</li>
|
487 |
<label class="first">
|
488 |
<?php _e( 'Text to appear before the sharing icons:', SFSI_PLUS_DOMAIN ); ?>
|
489 |
</label><input name="sfsi_plus_textBefor_icons" type="text" value="<?php echo ($option8['sfsi_plus_textBefor_icons']!='') ? $option8['sfsi_plus_textBefor_icons'] : '' ; ?>" />
|
490 |
+
|
491 |
<p class ="sfsi_plus_prem_plu_desc_define">
|
492 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'In the Premium Plugin you can now also define the ', SFSI_PLUS_DOMAIN ); ?><b><?php _e( 'font size, type,', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'and the ', SFSI_PLUS_DOMAIN ); ?><b><?php _e( 'margins below/above the icons. ', SFSI_PLUS_DOMAIN ); ?></b><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'Check it out.', SFSI_PLUS_DOMAIN ); ?></a>
|
493 |
+
</p>
|
|
|
494 |
</div>
|
495 |
|
496 |
<div class="options">
|
524 |
<p>
|
525 |
<b><?php _e( 'New: ', SFSI_PLUS_DOMAIN ); ?></b><?php _e( 'In our Premium Plugin you have many more placement options, e.g. place the icons statically on the page, optimize placement for mobile, don’t show them on certain pages, show them while user is scrolling down the page (or not) etc. ', SFSI_PLUS_DOMAIN ); ?><a href="https://www.ultimatelysocial.com/usm-premium" target="_blank"><?php _e( 'See all features', SFSI_PLUS_DOMAIN ); ?></a>
|
526 |
</p>
|
527 |
+
</div>
|
528 |
|
529 |
<!-- SAVE BUTTON SECTION -->
|
530 |
<div class="save_button">
|
views/sfsi_pop_content.php
CHANGED
@@ -52,53 +52,51 @@ $connectFeedLgn = "http://www.specificfeeds.com/?".base64_encode("userprofile=wo
|
|
52 |
<div class="pop-overlay upload-overlay" >
|
53 |
|
54 |
<form id="customIconFrm" method="post" action="<?php echo admin_url( 'admin-ajax.php?action=UploadIcons' ); ?>" enctype="multipart/form-data" >
|
55 |
-
<div class="pop_up_box upload_pop_up" id="tab1" style="min-height:
|
56 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_Uploadpopup" class="sfsicloseBtn" />
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
74 |
</div>
|
|
|
|
|
|
|
|
|
75 |
</div>
|
76 |
-
|
77 |
-
<input type="hidden" name="total_cusotm_icons" value="<?php echo $count;?>" id="plus_total_cusotm_icons" class="mediam_txt" />
|
78 |
-
<!--<a href="javascript:;" id="close_Uploadpopup" title="Done">Done</a>-->
|
79 |
-
<label style="color:red" class="uperror"></label>
|
80 |
-
</div>
|
81 |
-
|
82 |
-
</form>
|
83 |
-
|
84 |
-
<script type="text/javascript">
|
85 |
-
function upload_image_icon(ref)
|
86 |
-
{
|
87 |
-
formfield = jQuery(ref).attr('name');
|
88 |
-
tb_show('', 'media-upload.php?type=image&TB_iframe=true');
|
89 |
-
window.send_to_editor = function(html) {
|
90 |
-
var url = jQuery('img',html).attr('src');
|
91 |
-
if(url == undefined)
|
92 |
-
{
|
93 |
-
var url = jQuery(html).attr('src');
|
94 |
-
}
|
95 |
-
tb_remove();
|
96 |
-
plus_sfsi_newcustomicon_upload(url);
|
97 |
-
}
|
98 |
-
return false;
|
99 |
-
}
|
100 |
-
</script>
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
</div><!-- Custom icon upload Pop-up-->
|
103 |
|
104 |
|
52 |
<div class="pop-overlay upload-overlay" >
|
53 |
|
54 |
<form id="customIconFrm" method="post" action="<?php echo admin_url( 'admin-ajax.php?action=UploadIcons' ); ?>" enctype="multipart/form-data" >
|
55 |
+
<div class="pop_up_box upload_pop_up" id="tab1" style="min-height: 175px;">
|
56 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_Uploadpopup" class="sfsicloseBtn" />
|
57 |
+
<div class="sfsi_uploader">
|
58 |
+
<div class="sfsi_popupcntnr">
|
59 |
+
<h3>
|
60 |
+
<?php _e( 'Steps:', SFSI_PLUS_DOMAIN ); ?>
|
61 |
+
</h3>
|
62 |
+
<ul class="flwstep">
|
63 |
+
<li>
|
64 |
+
1. <?php _e( 'Click on << Upload >> below', SFSI_PLUS_DOMAIN ); ?>
|
65 |
+
</li>
|
66 |
+
<li>
|
67 |
+
2. <?php _e( 'Upload the icon into the media gallery', SFSI_PLUS_DOMAIN ); ?>
|
68 |
+
</li>
|
69 |
+
<li>
|
70 |
+
3. <?php _e( 'Click on << Insert into post >> ', SFSI_PLUS_DOMAIN ); ?>
|
71 |
+
</li>
|
72 |
+
</ul>
|
73 |
+
<div class="upldbtn"><input name="" type="button" value="Upload" class="upload_butt" onclick="upload_image_icon(this)" /></div>
|
74 |
+
</div>
|
75 |
</div>
|
76 |
+
|
77 |
+
<input type="hidden" name="total_cusotm_icons" value="<?php echo $count;?>" id="plus_total_cusotm_icons" class="mediam_txt" />
|
78 |
+
<!--<a href="javascript:;" id="close_Uploadpopup" title="Done">Done</a>-->
|
79 |
+
<label style="color:red" class="uperror"></label>
|
80 |
</div>
|
81 |
+
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
+
<script type="text/javascript">
|
84 |
+
function upload_image_icon(ref)
|
85 |
+
{
|
86 |
+
formfield = jQuery(ref).attr('name');
|
87 |
+
tb_show('', 'media-upload.php?type=image&TB_iframe=true');
|
88 |
+
window.send_to_editor = function(html) {
|
89 |
+
var url = jQuery('img',html).attr('src');
|
90 |
+
if(url == undefined)
|
91 |
+
{
|
92 |
+
var url = jQuery(html).attr('src');
|
93 |
+
}
|
94 |
+
tb_remove();
|
95 |
+
plus_sfsi_newcustomicon_upload(url);
|
96 |
+
}
|
97 |
+
return false;
|
98 |
+
}
|
99 |
+
</script>
|
100 |
</div><!-- Custom icon upload Pop-up-->
|
101 |
|
102 |
|