Social Media Flying Icons | Floating Social Media Icon - Version 1.1.5

Version Description

  • November 29, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
  • Added Misc settings.
  • Now in Misc settings - You have option to fix icons displaying in vertical issue.
  • Added alt tags to icons.
  • Fixed Missing Argument Issue.
  • Added title tags to icon links.
  • Graphics Improvements
Download this release

Release Info

Developer Acurax
Plugin Icon 128x128 Social Media Flying Icons | Floating Social Media Icon
Version 1.1.5
Comparing to
See all releases

Code changes from version 1.1.4 to 1.1.5

acurax-social-icon.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Floating Social Media Icon
4
  Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
5
  Description: An easy to use plugin to show social media icons which floats on your browsers right bottom, which links to your social media profiles, You have option in plugin settings to configure social media profile urls and also can select icon style,order and size.
6
  Author: Acurax
7
- Version: 1.1.4
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
@@ -74,12 +74,19 @@ function acx_social_icon_premium()
74
  include('premium.php');
75
  }
76
 
 
 
 
 
 
77
  function acx_social_icon_admin_actions()
78
  {
79
  add_menu_page( 'Acurax Social Icon Plugin Configuration', 'Floating Social Media Settings', 8, 'Acurax-Social-Icons-Settings','acx_social_icon_admin',plugin_dir_url( __FILE__ ).'/images/admin.ico' ); // 8 for admin
80
 
81
  add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Premium', 'Premium', 8, 'Acurax-Social-Icons-Premium' ,'acx_social_icon_premium');
82
 
 
 
83
  add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Help and Support', 'Help', 8, 'Acurax-Social-Icons-Help' ,'acx_social_icon_help');
84
  }
85
 
4
  Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
5
  Description: An easy to use plugin to show social media icons which floats on your browsers right bottom, which links to your social media profiles, You have option in plugin settings to configure social media profile urls and also can select icon style,order and size.
6
  Author: Acurax
7
+ Version: 1.1.5
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
74
  include('premium.php');
75
  }
76
 
77
+ function acx_social_icon_misc()
78
+ {
79
+ include('fsmi-misc.php');
80
+ }
81
+
82
  function acx_social_icon_admin_actions()
83
  {
84
  add_menu_page( 'Acurax Social Icon Plugin Configuration', 'Floating Social Media Settings', 8, 'Acurax-Social-Icons-Settings','acx_social_icon_admin',plugin_dir_url( __FILE__ ).'/images/admin.ico' ); // 8 for admin
85
 
86
  add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Premium', 'Premium', 8, 'Acurax-Social-Icons-Premium' ,'acx_social_icon_premium');
87
 
88
+ add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Misc Settings', 'Misc', 8, 'Acurax-Social-Icons-Misc' ,'acx_social_icon_misc');
89
+
90
  add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Help and Support', 'Help', 8, 'Acurax-Social-Icons-Help' ,'acx_social_icon_help');
91
  }
92
 
dynamic_admin_style.css ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #toplevel_page_Acurax-Social-Icons-Settings
2
+ {
3
+ background: none repeat scroll 0 0 LimeGreen;
4
+ color: white;
5
+ }
6
+ #toplevel_page_Acurax-Social-Icons-Settings li a
7
+ {
8
+ color: #21759B;
9
+ text-align: left;
10
+ }
11
+ .folded #toplevel_page_Acurax-Social-Icons-Settings .wp-submenu-head
12
+ {
13
+ color: #21759B;
14
+ }
15
+ .folded #toplevel_page_Acurax-Social-Icons-Settings img
16
+ {
17
+ margin-left: -1px !important;
18
+ margin-top: 1px !important;
19
+ }
20
+ #toplevel_page_Acurax-Social-Icons-Settings img
21
+ {
22
+ background: none repeat scroll 0 0 white;
23
+ border-radius: 4px 4px 4px 4px;
24
+ margin-left: 4px;
25
+ margin-top: 11px;
26
+ opacity: 1 !important;
27
+ padding: 4px !important;
28
+ }
29
+ #toplevel_page_Acurax-Social-Icons-Settings a
30
+ {
31
+ color: InfoText;
32
+ font-size: 12px !important;
33
+ text-align: center;
34
+ }
fsmi-misc.php ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if($_POST['acurax_social_icon_hidden'] == 'Y')
3
+ { //Form data sent
4
+ $acx_si_fsmi_menu_highlight = $_POST['acx_si_fsmi_menu_highlight'];
5
+ update_option('acx_si_fsmi_menu_highlight', $acx_si_fsmi_menu_highlight);
6
+
7
+ $acx_si_fsmi_acx_service_banners = $_POST['acx_si_fsmi_acx_service_banners'];
8
+ update_option('acx_si_fsmi_acx_service_banners', $acx_si_fsmi_acx_service_banners);
9
+
10
+ $acx_si_fsmi_float_fix = $_POST['acx_si_fsmi_float_fix'];
11
+ update_option('acx_si_fsmi_float_fix', $acx_si_fsmi_float_fix);
12
+
13
+ ?>
14
+ <div class="updated"><p><strong><?php _e('Acurax Floating Social Icons Misc Settings Saved!.' ); ?></strong></p></div>
15
+ <?php
16
+ }
17
+ else
18
+ { //Normal page display
19
+ $acx_si_fsmi_menu_highlight = get_option('acx_si_fsmi_menu_highlight');
20
+ $acx_si_fsmi_acx_service_banners = get_option('acx_si_fsmi_acx_service_banners');
21
+ $acx_si_fsmi_float_fix = get_option('acx_si_fsmi_float_fix');
22
+
23
+ // Setting Defaults
24
+ if ($acx_si_fsmi_menu_highlight == "") { $acx_si_fsmi_menu_highlight = "yes"; }
25
+ if ($acx_si_fsmi_acx_service_banners == "") { $acx_si_fsmi_acx_service_banners = "yes"; }
26
+ if ($acx_si_fsmi_float_fix == "") { $acx_si_fsmi_float_fix = "no"; }
27
+ } //Main else
28
+
29
+ ?>
30
+ <div class="wrap">
31
+ <?php if ($acx_si_fsmi_acx_service_banners != "no") { ?>
32
+ <p class="widefat" style="padding:8px;width:99%;height: 75px;">
33
+ <b>Acurax Services >> </b><br>
34
+ <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="wtd" style="background:url(<?php echo plugins_url('images/wtd.jpg', __FILE__);?>);"></a>
35
+
36
+ <a href="http://www.acurax.com/services/web-designing.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="wd" style="background:url(<?php echo plugins_url('images/wd.jpg', __FILE__);?>);"></a>
37
+ <a href="http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="spd" style="background:url(<?php echo plugins_url('images/spd.jpg', __FILE__);?>);"></a>
38
+ <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="wrd" style="background:url(<?php echo plugins_url('images/wr.jpg', __FILE__);?>);"></a>
39
+ </p>
40
+ <?php } else { ?>
41
+ <p class="widefat" style="padding:8px;width:99%;">
42
+ <b>Acurax Services >> </b>
43
+ <a href="http://www.acurax.com/services/blog-design.php" target="_blank">Wordpress Theme Design</a> |
44
+ <a href="http://www.acurax.com/services/web-designing.php" target="_blank">Website Design</a> |
45
+ <a href="http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php" target="_blank">Social Profile Design</a> |
46
+ <a href="http://www.acurax.com/social-media-marketing-optimization/twitter-background-design.php" target="_blank">Twitter Background Design</a> |
47
+ <a href="http://www.acurax.com/social-media-marketing-optimization/facebook-page-design.php" target="_blank">Facebook Page Design</a>
48
+ </p>
49
+ <?php } ?>
50
+ <div id="acx_fsmi_premium">
51
+ <a style="margin: 8px 0px 0px 10px; float: left; font-size: 16px; font-weight: bold;" href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=highlight&utm_campaign=fsmi" target="_blank">Fully Featured - Premium Floating Social Media Icon</a>
52
+ <a style="margin: -14px 0px 0px 10px; float: left;" href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=highlight_yellow&utm_campaign=fsmi" target="_blank"><img src="<?php echo plugins_url('images/yellow.png', __FILE__);?>"></a>
53
+ </div> <!-- acx_fsmi_premium -->
54
+
55
+ <?php echo "<h2>" . __( 'Acurax Social Icons Misc Settings', 'acx_si_config' ) . "</h2>"; ?>
56
+
57
+ <form name="acurax_si_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
58
+ <input type="hidden" name="acurax_social_icon_hidden" value="Y">
59
+
60
+ <p class="widefat" style="padding:8px;width:99%;margin-top:8px;"> <?php _e("Menu Highlight: " ); ?>
61
+ <select name="acx_si_fsmi_menu_highlight">
62
+ <option value="yes"<?php if ($acx_si_fsmi_menu_highlight == "yes") { echo 'selected="selected"'; } ?>>Yes, Highlight Plugin Menu </option>
63
+ <option value="no"<?php if ($acx_si_fsmi_menu_highlight == "no") { echo 'selected="selected"'; } ?>>No, Dont Highlight Plugin Menu </option>
64
+ </select>
65
+ <?php _e("Show Plugin Menu In Green" ); ?>
66
+ </p>
67
+
68
+
69
+ <p class="widefat" style="padding:8px;width:99%;margin-top:8px;"> <?php _e("Acurax Service Banners: " ); ?>
70
+ <select name="acx_si_fsmi_acx_service_banners">
71
+ <option value="yes"<?php if ($acx_si_fsmi_acx_service_banners == "yes") { echo 'selected="selected"'; } ?>>Yes, Show Them </option>
72
+ <option value="no"<?php if ($acx_si_fsmi_acx_service_banners == "no") { echo 'selected="selected"'; } ?>>No, Hide Them </option>
73
+ </select>
74
+ <?php _e("Show Acurax Service Banners On Plugin Settings Page?" ); ?>
75
+ </p>
76
+
77
+ <p class="widefat" style="padding:8px;width:99%;margin-top:8px;"> <?php _e("Social Media Widget Theme Conflict Fix: " ); ?>
78
+ <select name="acx_si_fsmi_float_fix">
79
+ <option value="yes"<?php if ($acx_si_fsmi_float_fix == "yes") { echo 'selected="selected"'; } ?>>Enable </option>
80
+ <option value="no"<?php if ($acx_si_fsmi_float_fix == "no") { echo 'selected="selected"'; } ?>>Disable </option>
81
+ </select>
82
+ <?php _e("If your widget/shortcode icons are in Vertical, then enable this to make it Horizontal" ); ?>
83
+ </p>
84
+
85
+
86
+ <p class="submit">
87
+ <input type="submit" name="Submit" value="<?php _e('Save Settings', 'acx_si_config' ) ?>" />
88
+ </p>
89
+
90
+ </form>
91
+
92
+ <hr/>
93
+ <?php socialicons_comparison(1); ?>
94
+ <br>
95
+ <p class="widefat" style="padding:8px;width:99%;">
96
+ Something Not Working Well? Have a Doubt? Have a Suggestion? - <a href="http://www.acurax.com" target="_blank">Contact us now</a> | Need a Custom Designed Theme For your Blog or Website? Need a Custom Header Image? - <a href="http://www.acurax.com" target="_blank">Contact us now</a>
97
+ </p>
98
+ </div>
function.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- error_reporting(0);
3
  //*************** Include style.css in Header ********
4
 
5
  // Getting Option From DB *****************************
@@ -14,6 +14,8 @@ $acx_si_gplus = get_option('acx_si_gplus');
14
  $acx_si_pinterest = get_option('acx_si_pinterest');
15
  $acx_si_feed = get_option('acx_si_feed');
16
  $acx_si_icon_size = get_option('acx_si_icon_size');
 
 
17
  // *****************************************************
18
  function enqueue_acx_si_style()
19
  {
@@ -31,7 +33,7 @@ function acx_option_value_check($option_name,$yes,$no)
31
  { $acx_si_option_set = get_option($option_name);
32
  if ($acx_si_option_set != "") { echo $yes; } else { echo $no; }
33
  }
34
- function acurax_si_simple($theme)
35
  {
36
 
37
  // Getting Globals *****************************
@@ -42,38 +44,31 @@ function acurax_si_simple($theme)
42
  //******** MAKING EACH BUTTON LINKS ********************
43
  if ($acx_si_twitter == "") { $twitter_link = ""; } else
44
  {
45
- $twitter_link = "<a href='http://www.twitter.com/". $acx_si_twitter ."' target='_blank'>" . "<img src=" .
46
- plugins_url('images/themes/'. $acx_si_touse_theme .'/twitter.png', __FILE__) . " border='0'></a>";
47
  }
48
  if ($acx_si_facebook == "") { $facebook_link = ""; } else
49
  {
50
- $facebook_link = "<a href='". $acx_si_facebook ."' target='_blank'>" . "<img src=" . plugins_url('images/themes/'
51
- . $acx_si_touse_theme .'/facebook.png', __FILE__) . " border='0'></a>";
52
  }
53
  if ($acx_si_gplus == "") { $gplus_link = ""; } else
54
  {
55
- $gplus_link = "<a href='". $acx_si_gplus ."' target='_blank'>" . "<img src=" . plugins_url('images/themes/'.
56
- $acx_si_touse_theme .'/googleplus.png', __FILE__) . " border='0'></a>";
57
  }
58
  if ($acx_si_pinterest == "") { $pinterest_link = ""; } else
59
  {
60
- $pinterest_link = "<a href='". $acx_si_pinterest ."' target='_blank'>" . "<img src=" . plugins_url(
61
- 'images/themes/'. $acx_si_touse_theme .'/pinterest.png', __FILE__) . " border='0'></a>";
62
  }
63
  if ($acx_si_youtube == "") { $youtube_link = ""; } else
64
  {
65
- $youtube_link = "<a href='". $acx_si_youtube ."' target='_blank'>" . "<img src=" . plugins_url('images/themes/'.
66
- $acx_si_touse_theme .'/youtube.png', __FILE__) . " border='0'></a>";
67
  }
68
  if ($acx_si_linkedin == "") { $linkedin_link = ""; } else
69
  {
70
- $linkedin_link = "<a href='". $acx_si_linkedin ."' target='_blank'>" . "<img src=" . plugins_url('images/themes/'
71
- . $acx_si_touse_theme .'/linkedin.png', __FILE__) . " border='0'></a>";
72
  }
73
  if ($acx_si_feed == "") { $feed_link = ""; } else
74
  {
75
- $feed_link = "<a href='". $acx_si_feed ."' target='_blank'>" . "<img src=" . plugins_url('images/themes/'
76
- . $acx_si_touse_theme .'/feed.png', __FILE__) . " border='0'></a>";
77
  }
78
  $social_icon_array_order = get_option('social_icon_array_order');
79
  $social_icon_array_order = unserialize($social_icon_array_order);
@@ -434,9 +429,10 @@ function pbl_footer()
434
 
435
  } add_action('wp_footer', 'pbl_footer'); // pbl_footer
436
 
437
- function extra_style_acx_icon()
438
  {
439
  global $acx_si_icon_size;
 
440
  global $acx_si_display;
441
  echo "\n\n\n<!-- Starting Styles For Social Media Icon From Acurax International www.acurax.com -->\n<style type='text/css'>\n";
442
  echo "#divBottomRight img \n{\n";
@@ -448,6 +444,12 @@ function extra_style_acx_icon()
448
  echo "min-width:0px; \n";
449
  echo "position: static; \n}\n";
450
  }
 
 
 
 
 
 
451
 
452
  echo "</style>\n<!-- Ending Styles For Social Media Icon From Acurax International www.acurax.com -->\n\n\n\n";
453
  } add_action('admin_head', 'extra_style_acx_icon'); // ADMIN
@@ -455,7 +457,11 @@ function extra_style_acx_icon()
455
 
456
  function acx_si_admin_style() // Adding Style For Admin
457
  {
 
458
  echo '<link rel="stylesheet" type="text/css" href="' .plugins_url('style_admin.css', __FILE__). '">';
 
 
 
459
  } add_action('admin_head', 'acx_si_admin_style'); // ADMIN
460
 
461
  $acx_si_display = get_option('acx_si_display');
@@ -472,13 +478,14 @@ function DISPLAY_ACURAX_ICONS_SC($atts)
472
  "size" => $acx_si_icon_size,
473
  "autostart" => 'false'
474
  ), $atts));
 
475
  if ($theme > ACX_SOCIALMEDIA_TOTAL_THEMES) { $theme = ""; }
476
- if (!is_numeric($theme)) { $theme = ""; }
 
477
  if ($size > 55) { $size = $acx_si_icon_size; }
478
- if (!is_numeric($size)) { $size = $acx_si_icon_size; }
479
  if ($acx_si_display != "auto" || $acx_si_display == "both")
480
  {
481
-
482
  $acx_si_sc_id = $acx_si_sc_id + 1;
483
  ob_start();
484
  echo "<style>\n";
@@ -487,7 +494,7 @@ function DISPLAY_ACURAX_ICONS_SC($atts)
487
  echo ".scid-" . $acx_si_sc_id . " img \n{\n";
488
  echo "width:" . $size . "px !important; \n}\n";
489
  echo "</style>";
490
- echo "<div id='short_code_si_icon' align='center' class='scid-" . $acx_si_sc_id . "'>";
491
  acurax_si_simple($theme);
492
  echo "</div>";
493
  $content = ob_get_contents();
@@ -556,6 +563,25 @@ if ($social_icon_array_count < $total_arrays)
556
  add_action('admin_notices', 'acx_si_pluign_upgrade_not_finished',1);
557
  }
558
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
  // wp-admin Notices >> Plugin not configured
560
  function acx_si_pluign_not_configured()
561
  {
@@ -577,10 +603,10 @@ if ($acx_si_twitter == "" && $acx_si_facebook == "" && $acx_si_youtube == "" &&
577
  function acx_si_pluign_promotion()
578
  {
579
  echo '<div id="acx_td" class="error" style="background: none repeat scroll 0pt 0pt infobackground; border: 1px solid inactivecaption; padding: 5px;line-height:16px;">
580
- <p>It looks like you have been enjoying using Floating Social Media Icon plugin from <a href="http://www.acurax.com?utm_source=plugin&utm_medium=thirtyday&utm_campaign=fsmi" title="Acurax Web Designing Company" target="_blank">Acurax</a> for atleast 30 days.Would you consider upgrading to <a href="http://clients.acurax.com/floating-socialmedia.php/?utm_source=plugin&utm_medium=thirtyday_yellow&utm_campaign=fsmi" title="Premium Floating Social Media Icon" target="_blank">premium version</a> to enjoy more features and help support continued development of the plugin? - You can also support us by giving us a website design, redesign, social media project or by spreading the world about this plugin. Thank you for using the plugin</p>
581
  <p>
582
- <a href="http://wordpress.org/extend/plugins/floating-social-media-icon/" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Rate it 5★\'s on wordpress</a>
583
- <a href="https://twitter.com/share?url=http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/&text=I Use Floating SocialMedia Icon from @acuraxdotcom on wordpress and you should too -" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Tell Your Followers</a>
584
  <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=thirtyday&utm_campaign=fsmi" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Order Premium Version</a>
585
  <a href="admin.php?page=Acurax-Social-Icons-Premium&td=hide" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;margin-left:20px;">Don\'t Show This Again</a>
586
  </p>
@@ -636,7 +662,7 @@ class Acx_Social_Icons_Widget extends WP_Widget
636
  echo "." . $this->get_field_id('widget') . " img \n{\n";
637
  echo "width:" . $icon_size . "px; \n } \n";
638
  echo "</style>";
639
- echo "<div id='acurax_si_simple' class='" . $this->get_field_id('widget') . "'";
640
  if($icon_align != "") { echo " align='" . $icon_align . "'>"; } else { echo " align='center'>"; }
641
  acurax_si_simple($icon_theme);
642
  echo "</div>";
@@ -725,277 +751,257 @@ class Acx_Social_Icons_Widget extends WP_Widget
725
  }
726
  } add_action('widgets_init', create_function('', 'return register_widget("Acx_Social_Icons_Widget");'));
727
  // Ending Widget Codes
 
728
  function acurax_optin()
729
- { ?>
730
- <br>
731
- <div class="widefat" align="center" style="width: 425px; padding: 10px; margin-left: auto; margin-right: auto;">
732
- <script>
733
- function verify_fields()
734
- {
735
- var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
736
- var address = document.subscription.xyz_em_email.value;
737
- if(reg.test(address) == false) {
738
- alert("Please check whether the email is correct.");
739
- return false;
740
- }else{
741
- document.subscription.submit();
742
- }
743
- }
744
- </script>
745
- <style>
746
- #acx_optin
747
- {
748
- background: url("<?php echo plugins_url('images/social_media.jpg', __FILE__); ?>") repeat scroll 0 0 transparent;
749
- height: 227px;
750
- position: relative;
751
- width: 425px;
752
- }
753
- #xyz_em_email
754
- {
755
- background: none repeat scroll 0 0 white;
756
- border: medium none;
757
- height: 21px;
758
- left: 195px;
759
- position: absolute;
760
- top: 141px;
761
- width: 203px;
762
- }
763
- #xyz_em_name
764
- {
765
- background: none repeat scroll 0 0 white;
766
- border: medium none;
767
- height: 21px;
768
- left: 195px;
769
- position: absolute;
770
- top: 99px;
771
- width: 203px;
772
- }
773
- #xyz_em_submit
774
- {
775
- background: none repeat scroll 0 0 transparent;
776
- border: 0 none;
777
- color: white;
778
- cursor: pointer;
779
- font-family: arial;
780
- font-size: 1px;
781
- height: 24px;
782
- left: 281px;
783
- position: absolute;
784
- top: 180px;
785
- width: 120px;
786
- }
787
- </style><a name="cheat-sheet">
788
- <div id="acx_optin"></a>
789
- <form method="POST" name="subscription" action="http://www.acurax.com/acx_images/plugins/newsletter-manager/subscription.php">
790
- <input name="xyz_em_name" id="xyz_em_name" type="text" value="
791
- <?php global $current_user; get_currentuserinfo();
792
- if ($current_user->user_firstname != "" || $current_user->user_lastname != "")
793
- {
794
- echo $current_user->user_firstname . " " . $current_user->user_lastname;
795
  }
796
- else if ($current_user->display_name != "admin" && $current_user->display_name != "Admin" && $current_user->display_name != "administrator")
797
- {
798
- echo $current_user->display_name;
799
- } else if ($current_user->user_login != "admin" && $current_user->user_login != "administrator" && $current_user->user_login != "Admin")
800
- {
801
- echo $current_user->user_login;
802
- }
803
- ?>
804
- "/>
805
- <input name="xyz_em_email" id="xyz_em_email" type="text" value="
806
- <?php global $current_user; get_currentuserinfo();
807
- echo $current_user->user_email;
808
- ?>
809
- "/>
810
- <input name="htmlSubmit" id="xyz_em_submit" class="button-primary" type="submit" value="." onclick="javascript: if(!verify_fields()) return false; " />
811
- </form>
812
- </div>
813
- </div>
814
- <?php }
815
  function socialicons_comparison($ad=2)
816
  {
817
  $ad_1 = '
818
  </hr>
819
- <div align="center">
820
- <br>
821
- <h1>Free and Premium Comparison:</h2>
822
- <table id="comparison" cellspacing="0" style="margin-right:auto;margin-left:auto;">
823
- <tr class="title">
824
- <td class="label">Features</td>
825
- <td class="feature_free">Free</td>
826
- <td class="feature_paid" style="border-right:0px;">Premium</td>
827
- </tr>
828
-
829
- <tr>
830
- <td class="label">Automatic/Manual Integration</td>
831
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
832
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
833
- </tr>
834
-
835
- <tr>
836
- <td class="label">Option to select/define icon design</td>
837
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
838
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
839
- </tr>
840
-
841
- <tr>
842
- <td class="label">Option to select/define icon size</td>
843
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
844
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
845
- </tr>
846
-
847
- <tr>
848
- <td class="label">Seperate Icon Style/Size for each Shortcode</td>
849
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
850
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
851
- </tr>
852
-
853
- <tr>
854
- <td class="label">Seperate Icon Style/Size for each Widget</td>
855
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
856
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
857
- </tr>
858
-
859
- <tr>
860
- <td class="label">Reorder Icons</td>
861
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
862
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
863
- </tr>
864
-
865
- <tr>
866
- <td class="label">Widget Support</td>
867
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
868
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
869
- </tr>
870
-
871
- <tr>
872
- <td class="label">Multiple Widget Support</td>
873
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
874
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
875
- </tr>
876
-
877
- <tr>
878
- <td class="label">Shortcode Support</td>
879
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
880
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
881
- </tr>
882
-
883
- <tr>
884
- <td class="label">Multiple Shortcode Instance Support</td>
885
- <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
886
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
887
- </tr>
888
-
889
- <tr>
890
- <td class="label" style="">More Sharp Quality Icons</td>
891
- <td class="feature_free"><div id="c_cross"></div></td>
892
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
893
- </tr>
894
-
895
- <tr>
896
- <td class="label" style="">Multiple Floating Animation</td>
897
- <td class="feature_free"><div id="c_cross"></div></td>
898
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
899
- </tr>
900
-
901
- <tr>
902
- <td class="label" style="">Configure Animation Repeat Interval</td>
903
- <td class="feature_free"><div id="c_cross"></div></td>
904
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
905
- </tr>
906
-
907
- <tr>
908
- <td class="label" style="">Animation Repeat Interval Based On Time</td>
909
- <td class="feature_free"><div id="c_cross"></div></td>
910
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
911
- </tr>
912
-
913
- <tr>
914
- <td class="label" style="">Animation Repeat Interval Based on Page Views</td>
915
- <td class="feature_free"><div id="c_cross"></div></td>
916
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
917
- </tr>
918
-
919
- <tr>
920
- <td class="label" style="">Animation Repeat Interval Based On Page Views and Time (both)</td>
921
- <td class="feature_free"><div id="c_cross"></div></td>
922
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
923
- </tr>
924
-
925
- <tr>
926
- <td class="label" style="">Ajax Based Settings Page</td>
927
- <td class="feature_free"><div id="c_cross"></div></td>
928
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
929
- </tr>
930
-
931
- <tr>
932
- <td class="label" style="">Set whether the icons to link profile/share</td>
933
- <td class="feature_free"><div id="c_cross"></div></td>
934
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
935
- </tr>
936
-
937
- <tr>
938
- <td class="label" style="">Easy to configure</td>
939
- <td class="feature_free"><div id="c_cross"></div></td>
940
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
941
- </tr>
942
-
943
- <tr>
944
- <td class="label" style="">Icon Placement Width Setting (allows to configure how many icons in 1 row)</td>
945
- <td class="feature_free"><div id="c_cross"></div></td>
946
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
947
- </tr>
948
-
949
- <tr>
950
- <td class="label" style="">Seperate Icon function for each Widget</td>
951
- <td class="feature_free"><div id="c_cross"></div></td>
952
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
953
- </tr>
954
-
955
- <tr>
956
- <td class="label" style="">Advanced PHP Code Support</td>
957
- <td class="feature_free"><div id="c_cross"></div></td>
958
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
959
- </tr>
960
-
961
- <tr>
962
- <td class="label" style="">Advanced Shortcode Support</td>
963
- <td class="feature_free"><div id="c_cross"></div></td>
964
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
965
- </tr>
966
-
967
- <tr>
968
- <td class="label" style="">Seperate Icon function for each Shortcode</td>
969
- <td class="feature_free"><div id="c_cross"></div></td>
970
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
971
- </tr>
972
-
973
- <tr>
974
- <td class="label" style="">Can Configure Floating Start Position</td>
975
- <td class="feature_free"><div id="c_cross"></div></td>
976
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
977
- </tr>
978
-
979
- <tr>
980
- <td class="label" style="">Can Configure Floating End Position</td>
981
- <td class="feature_free"><div id="c_cross"></div></td>
982
- <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
983
- </tr>
984
-
985
- <tr>
986
- <td class="label" style="border-right:0px;padding-right:0px;">Download free version of plugin at wordpress </td>
987
- <td class="feature_free" style="padding-left:0px;width: 161px;">plugin directory</td>
988
- <td class="feature_paid" style="border-right:0px;"><a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_settings_table&utm_medium=link&utm_campaign=plugin_settings" target="_blank"><img src="' . plugins_url("images/orange_buynow.png", __FILE__) . '" border="0"></a></div> <!-- c_tick --></td>
989
- </tr>
990
-
991
- </table><br>
992
- <div id="ad_fsmi_2_button_order">
993
- <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_settings&utm_medium=banner_below_table&utm_campaign=plugin_yellow_order" target="_blank"><div id="ad_fsmi_2_button_order_link"></div></a></div> <!-- ad_fsmi_2_button_order -->
994
- <br></div -->';
995
- $ad_2='<div id="ad_fsmi_2"> <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_settings&utm_medium=banner&utm_campaign=plugin_enjoy" target="_blank"><div id="ad_fsmi_2_button"></div></a> </div> <!-- ad_fsmi_2 --><br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
996
  <div id="ad_fsmi_2_button_order">
997
- <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_settings&utm_medium=banner&utm_campaign=plugin_yellow_order" target="_blank"><div id="ad_fsmi_2_button_order_link"></div></a></div> <!-- ad_fsmi_2_button_order --> ';
998
- if($ad=="") { echo $ad_2; } else if ($ad == 1) { echo $ad_1; } else if ($ad == 2) { echo $ad_2; }
999
- }
1000
-
1001
  ?>
1
  <?php
2
+ error_reporting('0');
3
  //*************** Include style.css in Header ********
4
 
5
  // Getting Option From DB *****************************
14
  $acx_si_pinterest = get_option('acx_si_pinterest');
15
  $acx_si_feed = get_option('acx_si_feed');
16
  $acx_si_icon_size = get_option('acx_si_icon_size');
17
+ $acx_si_fsmi_menu_highlight = get_option('acx_si_fsmi_menu_highlight');
18
+ $acx_si_fsmi_float_fix = get_option('acx_si_fsmi_float_fix');
19
  // *****************************************************
20
  function enqueue_acx_si_style()
21
  {
33
  { $acx_si_option_set = get_option($option_name);
34
  if ($acx_si_option_set != "") { echo $yes; } else { echo $no; }
35
  }
36
+ function acurax_si_simple($theme = "") // Added Default "" // Updated << and V (alt added to Images Title Added to Links)
37
  {
38
 
39
  // Getting Globals *****************************
44
  //******** MAKING EACH BUTTON LINKS ********************
45
  if ($acx_si_twitter == "") { $twitter_link = ""; } else
46
  {
47
+ $twitter_link = "<a href='http://www.twitter.com/". $acx_si_twitter ."' target='_blank' title='Visit Us On Twitter'>" . "<img src=" . plugins_url('images/themes/'. $acx_si_touse_theme .'/twitter.png', __FILE__) . " border='0' alt='Visit Us On Twitter'></a>";
 
48
  }
49
  if ($acx_si_facebook == "") { $facebook_link = ""; } else
50
  {
51
+ $facebook_link = "<a href='". $acx_si_facebook ."' target='_blank' title='Visit Us On Facebook'>" . "<img src=" . plugins_url('images/themes/' . $acx_si_touse_theme .'/facebook.png', __FILE__) . " border='0' alt='Visit Us On Facebook'></a>";
 
52
  }
53
  if ($acx_si_gplus == "") { $gplus_link = ""; } else
54
  {
55
+ $gplus_link = "<a href='". $acx_si_gplus ."' target='_blank' title='Visit Us On Google Plus'>" . "<img src=" . plugins_url('images/themes/'. $acx_si_touse_theme .'/googleplus.png', __FILE__) . " border='0' alt='Visit Us On Google Plus'></a>";
 
56
  }
57
  if ($acx_si_pinterest == "") { $pinterest_link = ""; } else
58
  {
59
+ $pinterest_link = "<a href='". $acx_si_pinterest ."' target='_blank' title='Visit Us On Pinterest'>" . "<img src=" . plugins_url('images/themes/' . $acx_si_touse_theme .'/pinterest.png', __FILE__) . " border='0' alt='Visit Us On Pinterest'></a>";
 
60
  }
61
  if ($acx_si_youtube == "") { $youtube_link = ""; } else
62
  {
63
+ $youtube_link = "<a href='". $acx_si_youtube ."' target='_blank' title='Visit Us On Youtube'>" . "<img src=" . plugins_url('images/themes/' . $acx_si_touse_theme .'/youtube.png', __FILE__) . " border='0' alt='Visit Us On Youtube'></a>";
 
64
  }
65
  if ($acx_si_linkedin == "") { $linkedin_link = ""; } else
66
  {
67
+ $linkedin_link = "<a href='". $acx_si_linkedin ."' target='_blank' title='Visit Us On Linkedin'>" . "<img src=" . plugins_url('images/themes/' . $acx_si_touse_theme .'/linkedin.png', __FILE__) . " border='0' alt='Visit Us On Linkedin'></a>";
 
68
  }
69
  if ($acx_si_feed == "") { $feed_link = ""; } else
70
  {
71
+ $feed_link = "<a href='". $acx_si_feed ."' target='_blank' title='Check Our Feed'>" . "<img src=" . plugins_url('images/themes/' . $acx_si_touse_theme .'/feed.png', __FILE__) . " border='0' alt='Check Our Feed'></a>";
 
72
  }
73
  $social_icon_array_order = get_option('social_icon_array_order');
74
  $social_icon_array_order = unserialize($social_icon_array_order);
429
 
430
  } add_action('wp_footer', 'pbl_footer'); // pbl_footer
431
 
432
+ function extra_style_acx_icon() // updated added class acx_fsmi_float_fix support
433
  {
434
  global $acx_si_icon_size;
435
+ global $acx_si_fsmi_float_fix;
436
  global $acx_si_display;
437
  echo "\n\n\n<!-- Starting Styles For Social Media Icon From Acurax International www.acurax.com -->\n<style type='text/css'>\n";
438
  echo "#divBottomRight img \n{\n";
444
  echo "min-width:0px; \n";
445
  echo "position: static; \n}\n";
446
  }
447
+ if ($acx_si_fsmi_float_fix == "yes")
448
+ {
449
+ echo ".acx_fsmi_float_fix a \n{\n";
450
+ echo "display:inline-block; \n}\n";
451
+ }
452
+
453
 
454
  echo "</style>\n<!-- Ending Styles For Social Media Icon From Acurax International www.acurax.com -->\n\n\n\n";
455
  } add_action('admin_head', 'extra_style_acx_icon'); // ADMIN
457
 
458
  function acx_si_admin_style() // Adding Style For Admin
459
  {
460
+ global $acx_si_fsmi_menu_highlight;
461
  echo '<link rel="stylesheet" type="text/css" href="' .plugins_url('style_admin.css', __FILE__). '">';
462
+ if ($acx_si_fsmi_menu_highlight != "no") {
463
+ echo '<link rel="stylesheet" type="text/css" href="' .plugins_url('dynamic_admin_style.css', __FILE__). '">';
464
+ } // updated
465
  } add_action('admin_head', 'acx_si_admin_style'); // ADMIN
466
 
467
  $acx_si_display = get_option('acx_si_display');
478
  "size" => $acx_si_icon_size,
479
  "autostart" => 'false'
480
  ), $atts));
481
+ if (!is_numeric($theme)) { $theme = ""; } else {
482
  if ($theme > ACX_SOCIALMEDIA_TOTAL_THEMES) { $theme = ""; }
483
+ }
484
+ if (!is_numeric($size)) { $size = $acx_si_icon_size; } else {
485
  if ($size > 55) { $size = $acx_si_icon_size; }
486
+ }
487
  if ($acx_si_display != "auto" || $acx_si_display == "both")
488
  {
 
489
  $acx_si_sc_id = $acx_si_sc_id + 1;
490
  ob_start();
491
  echo "<style>\n";
494
  echo ".scid-" . $acx_si_sc_id . " img \n{\n";
495
  echo "width:" . $size . "px !important; \n}\n";
496
  echo "</style>";
497
+ echo "<div id='short_code_si_icon' align='center' class='acx_fsmi_float_fix scid-" . $acx_si_sc_id . "'>"; // updated
498
  acurax_si_simple($theme);
499
  echo "</div>";
500
  $content = ob_get_contents();
563
  add_action('admin_notices', 'acx_si_pluign_upgrade_not_finished',1);
564
  }
565
 
566
+
567
+ function acx_fsmi_si_pluign_finish_version_update()
568
+ {
569
+ echo '<div id="message" class="updated">
570
+ <p><b>Thanks for updating Floating Social Media Icon plugin... You need to visit <a href="admin.php?page=Acurax-Social-Icons-Settings&status=updated#updated">Plugin\'s Settings Page</a> to Complete the Updation Process - <a href="admin.php?page=Acurax-Social-Icons-Settings&status=updated#updated">Click Here Visit Social Icon Plugin Settings</a></b></p>
571
+ </div>';
572
+ }
573
+ $acx_fsmi_si_current_version = get_option('acx_fsmi_si_current_version');
574
+ if($acx_fsmi_si_current_version != '1.1.5') // Current Version
575
+ {
576
+ if (get_option('social_icon_array_order') != "")
577
+ {
578
+ add_action('admin_notices', 'acx_fsmi_si_pluign_finish_version_update',1);
579
+ }
580
+ }
581
+
582
+
583
+
584
+
585
  // wp-admin Notices >> Plugin not configured
586
  function acx_si_pluign_not_configured()
587
  {
603
  function acx_si_pluign_promotion()
604
  {
605
  echo '<div id="acx_td" class="error" style="background: none repeat scroll 0pt 0pt infobackground; border: 1px solid inactivecaption; padding: 5px;line-height:16px;">
606
+ <p>It looks like you have been enjoying using Floating Social Media Icon plugin from <a href="http://www.acurax.com?utm_source=plugin&utm_medium=thirtyday&utm_campaign=fsmi" title="Acurax Web Designing Company" target="_blank">Acurax</a> for atleast 30 days.Would you consider upgrading to <a href="http://clients.acurax.com/floating-socialmedia.php/?utm_source=plugin&utm_medium=thirtyday_yellow&utm_campaign=fsmi" title="Premium Floating Social Media Icon" target="_blank">premium version</a> to enjoy more features and help support continued development of the plugin? - Spreading the world about this plugin. Thank you for using the plugin</p>
607
  <p>
608
+ <a href="http://wordpress.org/support/view/plugin-reviews/floating-social-media-icon/" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Rate it 5★\'s on wordpress</a>
609
+ <a href="https://twitter.com/share?url=http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/&text=I Use Floating SocialMedia wordpress plugin from @acuraxdotcom and you should too -" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Tell Your Followers</a>
610
  <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=thirtyday&utm_campaign=fsmi" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Order Premium Version</a>
611
  <a href="admin.php?page=Acurax-Social-Icons-Premium&td=hide" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;margin-left:20px;">Don\'t Show This Again</a>
612
  </p>
662
  echo "." . $this->get_field_id('widget') . " img \n{\n";
663
  echo "width:" . $icon_size . "px; \n } \n";
664
  echo "</style>";
665
+ echo "<div id='acurax_si_simple' class='acx_fsmi_float_fix " . $this->get_field_id('widget') . "'"; // updated
666
  if($icon_align != "") { echo " align='" . $icon_align . "'>"; } else { echo " align='center'>"; }
667
  acurax_si_simple($icon_theme);
668
  echo "</div>";
751
  }
752
  } add_action('widgets_init', create_function('', 'return register_widget("Acx_Social_Icons_Widget");'));
753
  // Ending Widget Codes
754
+
755
  function acurax_optin()
756
+ {
757
+ echo ":)";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759
  function socialicons_comparison($ad=2)
760
  {
761
  $ad_1 = '
762
  </hr>
763
+ <a name="compare"></a>
764
+ <div id="fsmi_landing_holder">
765
+
766
+ <div id="fsmi_lp_compare">
767
+ <div class="row_1">
768
+ <div class="fsmi_lp_compare_row_1_1"></div> <!-- fsmi_lp_compare_row_1_1 -->
769
+
770
+
771
+
772
+ <div id="fsmi_lp_f_group">
773
+ <div class="left" style="padding-top: 173px;padding-bottom: 172px;">
774
+ Display
775
+ </div> <!-- left -->
776
+ <div class="right">
777
+ <div class="fsmi_lp_compare_row_1_features">More Sharp Quality Icons</div> <!-- fsmi_lp_compare_row_1_features -->
778
+ <div class="fsmi_lp_compare_row_1_features">20+ Icon Theme/Style</div> <!-- fsmi_lp_compare_row_1_features -->
779
+ <div class="fsmi_lp_compare_row_1_features">Can Choose Icon Theme/Style</div> <!-- fsmi_lp_compare_row_1_features -->
780
+ <div class="fsmi_lp_compare_row_1_features">Can Choose Icon Size</div> <!-- fsmi_lp_compare_row_1_features -->
781
+ <div class="fsmi_lp_compare_row_1_features">Automatic/Manual Integration</div> <!-- fsmi_lp_compare_row_1_features -->
782
+ <div class="fsmi_lp_compare_row_1_features">Set MouseOver text for each icon in Share Mode</div> <!-- fsmi_lp_compare_row_1_features -->
783
+ <div class="fsmi_lp_compare_row_1_features">Set MouseOver text for each icon in Profile Link Mode</div> <!-- fsmi_lp_compare_row_1_features -->
784
+ <div class="fsmi_lp_compare_row_1_features">Option to HIDE Invididual Share Icon</div> <!-- fsmi_lp_compare_row_1_features -->
785
+ <div class="fsmi_lp_compare_row_1_features highlighted">Set Floating Icons in Vertical</div> <!-- fsmi_lp_compare_row_1_features -->
786
+ <div class="fsmi_lp_compare_row_1_features highlighted">Define how many icons in 1 row</div> <!-- fsmi_lp_compare_row_1_features -->
787
+ <div class="fsmi_lp_compare_row_1_features highlighted">Add Custom Icons</div> <!-- fsmi_lp_compare_row_1_features -->
788
+ </div> <!-- right -->
789
+ </div> <!-- fsmi_lp_f_group -->
790
+
791
+
792
+ <div id="fsmi_lp_f_group">
793
+ <div class="left" style="padding-top: 23px;padding-bottom: 25px;">
794
+ Icon Function
795
+ </div> <!-- left -->
796
+ <div class="right">
797
+ <div class="fsmi_lp_compare_row_1_features">Link to Social Media Profile</div> <!-- fsmi_lp_compare_row_1_features -->
798
+ <div class="fsmi_lp_compare_row_1_features highlighted">Share On Social Media</div> <!-- fsmi_lp_compare_row_1_features -->
799
+ </div> <!-- right -->
800
+ </div> <!-- fsmi_lp_f_group -->
801
+
802
+ <div id="fsmi_lp_f_group">
803
+ <div class="left" style="padding-top: 23px;padding-bottom: 25px;">
804
+ Animation
805
+ </div> <!-- left -->
806
+ <div class="right">
807
+ <div class="fsmi_lp_compare_row_1_features">Fly Animation</div> <!-- fsmi_lp_compare_row_1_features -->
808
+ <div class="fsmi_lp_compare_row_1_features highlighted">Mouse Over Effects</div> <!-- fsmi_lp_compare_row_1_features -->
809
+ </div> <!-- right -->
810
+ </div> <!-- fsmi_lp_f_group -->
811
+
812
+ <div id="fsmi_lp_f_group">
813
+ <div class="left" style="padding-top: 65px;padding-bottom: 65px;">
814
+ Fly Animation Repeat Interval
815
+ </div> <!-- left -->
816
+ <div class="right">
817
+ <div class="fsmi_lp_compare_row_1_features">Based On Time in Seconds</div> <!-- fsmi_lp_compare_row_1_features -->
818
+ <div class="fsmi_lp_compare_row_1_features highlighted">Based On Time in Minutes</div> <!-- fsmi_lp_compare_row_1_features -->
819
+ <div class="fsmi_lp_compare_row_1_features">Based On Time in Hours</div> <!-- fsmi_lp_compare_row_1_features -->
820
+ <div class="fsmi_lp_compare_row_1_features">Based on Page Views</div> <!-- fsmi_lp_compare_row_1_features -->
821
+ <div class="fsmi_lp_compare_row_1_features">Based On Page Views and Time</div> <!-- fsmi_lp_compare_row_1_features -->
822
+ </div> <!-- right -->
823
+ </div> <!-- fsmi_lp_f_group -->
824
+
825
+
826
+
827
+ <div id="fsmi_lp_f_group">
828
+ <div class="left highlighted" style="padding-top: 24px;padding-bottom: 24px;">
829
+ Multiple Fly Animation
830
+ </div> <!-- left -->
831
+ <div class="right">
832
+ <div class="fsmi_lp_compare_row_1_features">Can Choose Fly Start Position</div> <!-- fsmi_lp_compare_row_1_features -->
833
+ <div class="fsmi_lp_compare_row_1_features">Can Choose Fly End Position</div> <!-- fsmi_lp_compare_row_1_features -->
834
+ </div> <!-- right -->
835
+ </div> <!-- fsmi_lp_f_group -->
836
+
837
+ <div id="fsmi_lp_f_group">
838
+ <div class="left" style="padding-top: 40px;padding-bottom: 41px;">
839
+ Easy to Configure
840
+ </div> <!-- left -->
841
+ <div class="right">
842
+ <div class="fsmi_lp_compare_row_1_features">Ajax Based Settings Page</div> <!-- fsmi_lp_compare_row_1_features -->
843
+ <div class="fsmi_lp_compare_row_1_features">Drag & Drop Reorder Icons</div> <!-- fsmi_lp_compare_row_1_features -->
844
+ <div class="fsmi_lp_compare_row_1_features">Easy to Configure</div> <!-- fsmi_lp_compare_row_1_features -->
845
+ </div> <!-- right -->
846
+ </div> <!-- fsmi_lp_f_group -->
847
+
848
+ <div id="fsmi_lp_f_group">
849
+ <div class="left" style="padding-top: 90px;padding-bottom: 90px;">
850
+ Widget Support
851
+ </div> <!-- left -->
852
+ <div class="right">
853
+ <div class="fsmi_lp_compare_row_1_features">Multiple Widgets</div> <!-- fsmi_lp_compare_row_1_features -->
854
+ <div class="fsmi_lp_compare_row_1_features">Seperate Icon Style/Theme For Each</div> <!-- fsmi_lp_compare_row_1_features -->
855
+ <div class="fsmi_lp_compare_row_1_features">Seperate Icon Size For Each</div> <!-- fsmi_lp_compare_row_1_features -->
856
+ <div class="fsmi_lp_compare_row_1_features">Set whether the icons to Link Profiles/SHARE</div> <!-- fsmi_lp_compare_row_1_features -->
857
+ <div class="fsmi_lp_compare_row_1_features highlighted">Seperate Mouse Over Multiple Animation for Each</div> <!-- fsmi_lp_compare_row_1_features -->
858
+ <div class="fsmi_lp_compare_row_1_features">Seperate Default Opacity for Each</div> <!-- fsmi_lp_compare_row_1_features -->
859
+ </div> <!-- right -->
860
+ </div> <!-- fsmi_lp_f_group -->
861
+
862
+ <div id="fsmi_lp_f_group">
863
+ <div class="left" style="padding-top: 90px;padding-bottom: 90px;">
864
+ Shortcode Support
865
+ </div> <!-- left -->
866
+ <div class="right">
867
+ <div class="fsmi_lp_compare_row_1_features">Multiple Instances</div> <!-- fsmi_lp_compare_row_1_features -->
868
+ <div class="fsmi_lp_compare_row_1_features">Seperate Icon Style/Theme For Each</div> <!-- fsmi_lp_compare_row_1_features -->
869
+ <div class="fsmi_lp_compare_row_1_features highlighted">Seperate Icon Size For Each</div> <!-- fsmi_lp_compare_row_1_features -->
870
+ <div class="fsmi_lp_compare_row_1_features">Set whether the icons to Link Profiles/SHARE</div> <!-- fsmi_lp_compare_row_1_features -->
871
+ <div class="fsmi_lp_compare_row_1_features">Seperate Mouse Over Multiple Animation for Each</div> <!-- fsmi_lp_compare_row_1_features -->
872
+ <div class="fsmi_lp_compare_row_1_features">Seperate Default Opacity for Each</div> <!-- fsmi_lp_compare_row_1_features -->
873
+ </div> <!-- right -->
874
+ </div> <!-- fsmi_lp_f_group -->
875
+
876
+
877
+
878
+ <div id="fsmi_lp_f_group">
879
+ <div class="left" style="padding-top: 106px;padding-bottom: 107px;border-bottom:0px;">
880
+ PHP Code Support
881
+ </div> <!-- left -->
882
+ <div class="right">
883
+ <div class="fsmi_lp_compare_row_1_features">Multiple Instances</div> <!-- fsmi_lp_compare_row_1_features -->
884
+ <div class="fsmi_lp_compare_row_1_features">Use Outside Loop</div> <!-- fsmi_lp_compare_row_1_features -->
885
+ <div class="fsmi_lp_compare_row_1_features">Seperate Icon Style/Theme For Each</div> <!-- fsmi_lp_compare_row_1_features -->
886
+ <div class="fsmi_lp_compare_row_1_features">Seperate Icon Size For Each</div> <!-- fsmi_lp_compare_row_1_features -->
887
+ <div class="fsmi_lp_compare_row_1_features highlighted">Set whether the icons to Link Profiles/SHARE</div> <!-- fsmi_lp_compare_row_1_features -->
888
+ <div class="fsmi_lp_compare_row_1_features">Seperate Mouse Over Multiple Animation for Each</div> <!-- fsmi_lp_compare_row_1_features -->
889
+ <div class="fsmi_lp_compare_row_1_features" style="border-bottom:0px;">Seperate Default Opacity for Each</div> <!-- fsmi_lp_compare_row_1_features -->
890
+ </div> <!-- right -->
891
+ </div> <!-- fsmi_lp_f_group -->
892
+ </div> <!-- row_1 -->
893
+ <div class="row_2">
894
+ <div class="fsmi_lp_compare_row_2_1"></div> <!-- fsmi_lp_compare_row_2_1 -->
895
+ <div class="row_2_border">
896
+ <div class="fsmi_lp_compare_row_2_2"></div> <!-- fsmi_lp_compare_row_2_1 -->
897
+ <div class="n"></div>
898
+ <div class="y"></div>
899
+ <div class="y"></div>
900
+ <div class="y"></div>
901
+ <div class="y"></div>
902
+ <div class="n"></div>
903
+ <div class="n"></div>
904
+ <div class="n"></div>
905
+ <div class="n"></div>
906
+ <div class="n"></div>
907
+ <div class="n"></div>
908
+ <div class="y"></div>
909
+ <div class="n"></div>
910
+ <div class="y"></div>
911
+ <div class="n"></div>
912
+ <div class="n"></div>
913
+ <div class="n"></div>
914
+ <div class="n"></div>
915
+ <div class="n"></div>
916
+ <div class="n"></div>
917
+ <div class="n"></div>
918
+ <div class="n"></div>
919
+ <div class="n"></div>
920
+ <div class="y"></div>
921
+ <div class="n"></div>
922
+ <div class="y"></div>
923
+ <div class="y"></div>
924
+ <div class="y"></div>
925
+ <div class="n"></div>
926
+ <div class="n"></div>
927
+ <div class="n"></div>
928
+ <div class="y"></div>
929
+ <div class="y"></div>
930
+ <div class="y"></div>
931
+ <div class="n"></div>
932
+ <div class="n"></div>
933
+ <div class="n"></div>
934
+ <div class="y"></div>
935
+ <div class="y"></div>
936
+ <div class="y"></div>
937
+ <div class="y"></div>
938
+ <div class="n"></div>
939
+ <div class="n"></div>
940
+ <div class="n" style="border-bottom:0px;"></div>
941
+ </div> <!-- row_2_border -->
942
+ </div> <!-- row_2 -->
943
+ <div class="row_3">
944
+ <div class="fsmi_lp_compare_row_3_1"></div> <!-- fsmi_lp_compare_row_3_1 -->
945
+ <div class="row_3_shadow">
946
+ <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_fsmi_settings_table&utm_medium=link&utm_campaign=compare_buynow" target="_blank"><div class="fsmi_lp_compare_row_3_2"></div></a> <!-- fsmi_lp_compare_row_3_2 -->
947
+ <div class="y"></div> <!-- y -->
948
+ <div class="y"></div> <!-- y -->
949
+ <div class="y"></div> <!-- y -->
950
+ <div class="y"></div> <!-- y -->
951
+ <div class="y"></div> <!-- y -->
952
+ <div class="y"></div> <!-- y -->
953
+ <div class="y"></div> <!-- y -->
954
+ <div class="y"></div> <!-- y -->
955
+ <div class="y"></div> <!-- y -->
956
+ <div class="y"></div> <!-- y -->
957
+ <div class="y"></div> <!-- y -->
958
+ <div class="y"></div> <!-- y -->
959
+ <div class="y"></div> <!-- y -->
960
+ <div class="y"></div> <!-- y -->
961
+ <div class="y"></div> <!-- y -->
962
+ <div class="y"></div> <!-- y -->
963
+ <div class="y"></div> <!-- y -->
964
+ <div class="y"></div> <!-- y -->
965
+ <div class="y"></div> <!-- y -->
966
+ <div class="y"></div> <!-- y -->
967
+ <div class="y"></div> <!-- y -->
968
+ <div class="y"></div> <!-- y -->
969
+ <div class="y"></div> <!-- y -->
970
+ <div class="y"></div> <!-- y -->
971
+ <div class="y"></div> <!-- y -->
972
+ <div class="y"></div> <!-- y -->
973
+ <div class="y"></div> <!-- y -->
974
+ <div class="y"></div> <!-- y -->
975
+ <div class="y"></div> <!-- y -->
976
+ <div class="y"></div> <!-- y -->
977
+ <div class="y"></div> <!-- y -->
978
+ <div class="y"></div> <!-- y -->
979
+ <div class="y"></div> <!-- y -->
980
+ <div class="y"></div> <!-- y -->
981
+ <div class="y"></div> <!-- y -->
982
+ <div class="y"></div> <!-- y -->
983
+ <div class="y"></div> <!-- y -->
984
+ <div class="y"></div> <!-- y -->
985
+ <div class="y"></div> <!-- y -->
986
+ <div class="y"></div> <!-- y -->
987
+ <div class="y"></div> <!-- y -->
988
+ <div class="y"></div> <!-- y -->
989
+ <div class="y"></div> <!-- y -->
990
+ <div class="y" style="border-bottom:0px;"></div> <!-- y -->
991
+ </div> <!-- row_3_shadow -->
992
+ </div> <!-- row_3 -->
993
+ </div> <!-- fsmi_lp_compare -->
994
+ <div id="fsmi_lp_shadow"></div> <!-- fsmi_lp_shadow -->
995
+ <div style="font-family: arial; font-size: 11px; color: darkgreen; float: left; margin-left: 39px; margin-bottom: 5px;">* Special Offer Price on Premium Version for Free Plugin Users Valid Only Until Next Free Version Upgrade - Click Order Now to Get Premium Version for $19.50</div>
996
+ </div> <!-- fsmi_landing_holder -->
997
+
998
+
999
+ <div id="ad_fsmi_2_button_order" style="float:left;margin-left: 445px;">
1000
+ <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_fsmi_settings&utm_medium=banner&utm_campaign=plugin_yellow_order" target="_blank"><div id="ad_fsmi_2_button_order_link"></div></a></div> <!-- ad_fsmi_2_button_order -->
1001
+ ';
1002
+ $ad_2='<div id="ad_fsmi_2"> <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_fsmi_settings&utm_medium=banner&utm_campaign=plugin_enjoy" target="_blank"><div id="ad_fsmi_2_button"></div></a> </div> <!-- ad_fsmi_2 --><br>
1003
  <div id="ad_fsmi_2_button_order">
1004
+ <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_fsmi_settings&utm_medium=banner&utm_campaign=plugin_yellow_order" target="_blank"><div id="ad_fsmi_2_button_order_link"></div></a></div> <!-- ad_fsmi_2_button_order --> ';
1005
+ if($ad=="" || $ad == 2) { echo $ad_2; } else if ($ad == 1) { echo $ad_1; } else { echo $ad_2; }
1006
+ } // Updated
 
1007
  ?>
images/fsmi_lp_sprite.png ADDED
Binary file
images/social_media.jpg DELETED
Binary file
premium.php CHANGED
@@ -16,10 +16,6 @@ Thanks again for using the plugin. we will never show the mesage again.
16
  }
17
  ?>
18
  <div id="acx_help_page">
19
- <?php
20
- socialicons_comparison();
21
- ?>
22
- <div align="center"><img style="border:1px solid gray;box-shadow:1px 1px 20px -9px black;border-radius: 8px 8px 8px 8px;" src="<?php echo plugins_url('images/money_back.jpg', __FILE__); ?>"></div>
23
  <?php
24
  socialicons_comparison(1);
25
  ?>
16
  }
17
  ?>
18
  <div id="acx_help_page">
 
 
 
 
19
  <?php
20
  socialicons_comparison(1);
21
  ?>
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: Acurax
3
  Donate link:http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
4
 
5
- Tags: social media,social,social media widget,social media icon,socialmedia,pinterest widget,fb widget,facebook button,pinterest,social icon,social floating icon,social profile link,floating social media button,twitter facebook,social media button,pinterest button,rss icon,facebook profile url,google plus,google+,google plus button
6
  Requires at least: 2.8
7
- Tested up to: 3.4.2
8
  Stable tag: trunk
9
 
10
  Easy 2 Use Plugin 2 Show SocialMedia Icons That Floats,Can Configure Social Icon Design,Order & Size at Plugin Settings, Suport Widget & Shortcode
@@ -205,6 +205,15 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
205
 
206
  == Upgrade Notice ==
207
 
 
 
 
 
 
 
 
 
 
208
  = 1.1.4 =
209
  * July 14, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
210
  * Added Align Option In Widget Settings
@@ -269,6 +278,15 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
269
 
270
  == Changelog ==
271
 
 
 
 
 
 
 
 
 
 
272
  = 1.1.4 =
273
  * July 14, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
274
  * Added Align Option In Widget Settings
2
  Contributors: Acurax
3
  Donate link:http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
4
 
5
+ Tags: social media,social,social media widget,social media icon,socialmedia,pinterest,social icon,social floating icon,social profiles,floating social media button,twitter facebook,social media button,google plus,google+
6
  Requires at least: 2.8
7
+ Tested up to: 3.5
8
  Stable tag: trunk
9
 
10
  Easy 2 Use Plugin 2 Show SocialMedia Icons That Floats,Can Configure Social Icon Design,Order & Size at Plugin Settings, Suport Widget & Shortcode
205
 
206
  == Upgrade Notice ==
207
 
208
+ = 1.1.5 =
209
+ * November 29, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
210
+ * Added Misc settings.
211
+ * Now in Misc settings - You have option to fix icons displaying in vertical issue.
212
+ * Added alt tags to icons.
213
+ * Fixed Missing Argument Issue.
214
+ * Added title tags to icon links.
215
+ * Graphics Improvements
216
+
217
  = 1.1.4 =
218
  * July 14, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
219
  * Added Align Option In Widget Settings
278
 
279
  == Changelog ==
280
 
281
+ = 1.1.5 =
282
+ * November 29, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
283
+ * Added Misc settings.
284
+ * Now in Misc settings - You have option to fix icons displaying in vertical issue.
285
+ * Added alt tags to icons.
286
+ * Fixed Missing Argument Issue.
287
+ * Added title tags to icon links.
288
+ * Graphics Improvements.
289
+
290
  = 1.1.4 =
291
  * July 14, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
292
  * Added Align Option In Widget Settings
save_order.php CHANGED
@@ -2,7 +2,7 @@
2
  require( dirname( __FILE__ ) . '../../../../wp-config.php' );
3
  $action = mysql_real_escape_string($_POST['action']);
4
  $social_icon_array_order = $_POST['recordsArray'];
5
-
6
  if ($action == "updateRecordsListings")
7
  {
8
  $social_icon_array_order = serialize($social_icon_array_order);
@@ -11,5 +11,5 @@ if ($action == "updateRecordsListings")
11
  echo "Social Media Icon's Order Saved";
12
  echo "</div><br>";
13
  }
14
-
15
  ?>
2
  require( dirname( __FILE__ ) . '../../../../wp-config.php' );
3
  $action = mysql_real_escape_string($_POST['action']);
4
  $social_icon_array_order = $_POST['recordsArray'];
5
+ if (current_user_can('manage_options')) {
6
  if ($action == "updateRecordsListings")
7
  {
8
  $social_icon_array_order = serialize($social_icon_array_order);
11
  echo "Social Media Icon's Order Saved";
12
  echo "</div><br>";
13
  }
14
+ }
15
  ?>
social-help.php CHANGED
@@ -12,5 +12,4 @@
12
  <?php
13
  socialicons_comparison(1);
14
  acurax_optin(); ?>
15
-
16
  </div> <!-- acx_help_page -->
12
  <?php
13
  socialicons_comparison(1);
14
  acurax_optin(); ?>
 
15
  </div> <!-- acx_help_page -->
social-icon.php CHANGED
@@ -3,6 +3,19 @@
3
  $total_themes = ACX_SOCIALMEDIA_TOTAL_THEMES; // DEFINE NUMBER OF THEMES HERE
4
  $total_themes = ($total_themes+1); // DO NOT EDIT THIS
5
  /**********************************************/
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  if($_POST['acurax_social_icon_hidden'] == 'Y')
7
  { //Form data sent
8
  $acx_si_theme = $_POST['acx_si_theme'];
@@ -74,6 +87,8 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
74
  $social_icon_array_order = array(0,1,2,3,4,5,6);
75
  $social_icon_array_order = serialize($social_icon_array_order);
76
  update_option('social_icon_array_order', $social_icon_array_order);
 
 
77
  } else
78
  {
79
  // Counting and Adding New Keys (UPGRADE PURPOSE)
@@ -121,6 +136,9 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
121
 
122
 
123
  <div class="wrap">
 
 
 
124
  <p class="widefat" style="padding:8px;width:99%;height: 75px;">
125
  <b>Acurax Services >> </b><br>
126
  <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="wtd" style="background:url(<?php echo plugins_url('images/wtd.jpg', __FILE__);?>);"></a>
@@ -129,43 +147,32 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
129
  <a href="http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="spd" style="background:url(<?php echo plugins_url('images/spd.jpg', __FILE__);?>);"></a>
130
  <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="wrd" style="background:url(<?php echo plugins_url('images/wr.jpg', __FILE__);?>);"></a>
131
  </p>
132
-
 
 
 
 
 
 
 
 
 
133
  <div id="acx_fsmi_premium">
134
  <a style="margin: 8px 0px 0px 10px; float: left; font-size: 16px; font-weight: bold;" href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=highlight&utm_campaign=fsmi" target="_blank">Fully Featured - Premium Floating Social Media Icon</a>
135
  <a style="margin: -14px 0px 0px 10px; float: left;" href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=highlight_yellow&utm_campaign=fsmi" target="_blank"><img src="<?php echo plugins_url('images/yellow.png', __FILE__);?>"></a>
136
  </div> <!-- acx_fsmi_premium -->
137
 
138
- <?php echo "<h2>" . __( 'Acurax Social Icons Options', 'acx_si_config' ) . "</h2>"; ?>
139
-
140
  <form name="acurax_si_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
141
  <input type="hidden" name="acurax_social_icon_hidden" value="Y">
142
  <?php
143
  if($acx_si_credit != "yes")
144
  { ?>
145
- <div id='acurax_notice' align='center'>
146
- <p>
147
- <strong style='color:darkred;'>
148
- You Have Selected Show Credit Link as <b>NO</b>. We Appreciate You Link Back to Our Website,Select Yes to
149
- Enable Credit Link.
150
- </strong>
151
- </p>
152
-
153
- <select name="acx_si_credit" onChange="this.form.submit();" style="font-size:18px;">
154
- <option value="yes"<?php if ($acx_si_credit == "yes") { echo 'selected="selected"'; } ?>>Yes, Show Credit
155
- Link </option>
156
- <option value="no"<?php if ($acx_si_credit == "no") { echo 'selected="selected"'; } ?>>No, Hide Credit Link
157
- </option>
158
- </select>
159
-
160
- <p>
161
- <strong style='color:darkred;'>Its just a small font size link at the very bottom of your website/blog :) We
162
- helping you by providing this plugin for free.. so help us back..
163
- </strong>
164
- </p>
165
  </div>
166
  <?php
167
  } ?>
168
-
169
 
170
  <?php echo "<h4>" . __( 'Select an icon style', 'acx_si_config' ) . "</h4>"; ?>
171
 
@@ -416,11 +423,18 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
416
  } ?>
417
 
418
  <p class="submit">
419
- <input type="submit" name="Submit" value="<?php _e('Update Acurax Social Icon', 'acx_si_config' ) ?>" />
 
420
  </p>
421
 
422
  </form>
423
 
 
 
 
 
 
 
424
  <hr/>
425
  <?php socialicons_comparison(1); ?>
426
 
3
  $total_themes = ACX_SOCIALMEDIA_TOTAL_THEMES; // DEFINE NUMBER OF THEMES HERE
4
  $total_themes = ($total_themes+1); // DO NOT EDIT THIS
5
  /**********************************************/
6
+
7
+ if($_GET["backlink"] == "enable") {
8
+ $acx_si_credit = "yes"; // Current Version
9
+ update_option('acx_si_credit', $acx_si_credit);
10
+ ?>
11
+ <style type='text/css'>
12
+ #acx_backlink
13
+ {
14
+ display:none;
15
+ }
16
+ </style>
17
+ <?php }
18
+
19
  if($_POST['acurax_social_icon_hidden'] == 'Y')
20
  { //Form data sent
21
  $acx_si_theme = $_POST['acx_si_theme'];
87
  $social_icon_array_order = array(0,1,2,3,4,5,6);
88
  $social_icon_array_order = serialize($social_icon_array_order);
89
  update_option('social_icon_array_order', $social_icon_array_order);
90
+ $acx_fsmi_si_current_version = "1.1.5"; // Current Version
91
+ update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
92
  } else
93
  {
94
  // Counting and Adding New Keys (UPGRADE PURPOSE)
136
 
137
 
138
  <div class="wrap">
139
+ <?php
140
+ $acx_si_fsmi_acx_service_banners = get_option('acx_si_fsmi_acx_service_banners');
141
+ if ($acx_si_fsmi_acx_service_banners != "no") { ?>
142
  <p class="widefat" style="padding:8px;width:99%;height: 75px;">
143
  <b>Acurax Services >> </b><br>
144
  <a href="http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="wtd" style="background:url(<?php echo plugins_url('images/wtd.jpg', __FILE__);?>);"></a>
147
  <a href="http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="spd" style="background:url(<?php echo plugins_url('images/spd.jpg', __FILE__);?>);"></a>
148
  <a href="http://www.acurax.com/services/website-redesign.php?utm_source=plugin-page&utm_medium=banner&utm_campaign=fsmi" target="_blank" id="wrd" style="background:url(<?php echo plugins_url('images/wr.jpg', __FILE__);?>);"></a>
149
  </p>
150
+ <?php } else { ?>
151
+ <p class="widefat" style="padding:8px;width:99%;">
152
+ <b>Acurax Services >> </b>
153
+ <a href="http://www.acurax.com/services/blog-design.php" target="_blank">Wordpress Theme Design</a> |
154
+ <a href="http://www.acurax.com/services/web-designing.php" target="_blank">Website Design</a> |
155
+ <a href="http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php" target="_blank">Social Profile Design</a> |
156
+ <a href="http://www.acurax.com/social-media-marketing-optimization/twitter-background-design.php" target="_blank">Twitter Background Design</a> |
157
+ <a href="http://www.acurax.com/social-media-marketing-optimization/facebook-page-design.php" target="_blank">Facebook Page Design</a>
158
+ </p>
159
+ <?php } ?>
160
  <div id="acx_fsmi_premium">
161
  <a style="margin: 8px 0px 0px 10px; float: left; font-size: 16px; font-weight: bold;" href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=highlight&utm_campaign=fsmi" target="_blank">Fully Featured - Premium Floating Social Media Icon</a>
162
  <a style="margin: -14px 0px 0px 10px; float: left;" href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=highlight_yellow&utm_campaign=fsmi" target="_blank"><img src="<?php echo plugins_url('images/yellow.png', __FILE__);?>"></a>
163
  </div> <!-- acx_fsmi_premium -->
164
 
 
 
165
  <form name="acurax_si_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
166
  <input type="hidden" name="acurax_social_icon_hidden" value="Y">
167
  <?php
168
  if($acx_si_credit != "yes")
169
  { ?>
170
+ <div id='acx_backlink' align='center'>
171
+ Please do a favour by enabling backlink to our site. <a href="admin.php?page=Acurax-Social-Icons-Settings&backlink=enable">Okay, Enable.</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  </div>
173
  <?php
174
  } ?>
175
+ <?php echo "<h2 style='clear: both;'>" . __( 'Acurax Social Icons Options', 'acx_si_config' ) . "</h2>"; ?>
176
 
177
  <?php echo "<h4>" . __( 'Select an icon style', 'acx_si_config' ) . "</h4>"; ?>
178
 
423
  } ?>
424
 
425
  <p class="submit">
426
+ <input type="submit" name="Submit" value="<?php _e('Save Configuration', 'acx_si_config' ) ?>" />
427
+ <a name="updated">.</a>
428
  </p>
429
 
430
  </form>
431
 
432
+ <?php if($_GET["status"] == "updated") { ?>
433
+ <div style="display: block; background-color: rgb(255, 255, 224); padding: 10px; border: 1px solid rgb(230, 219, 85); font-family: arial; font-size: 13px; font-weight: bold; text-align: center; border-radius: 10px 10px 10px 10px;">Acurax Floating Social Media Icon Update Successfully Completed - Thank You</div>
434
+ <?php
435
+ $acx_fsmi_si_current_version = "1.1.5"; // Current Version
436
+ update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
437
+ } ?>
438
  <hr/>
439
  <?php socialicons_comparison(1); ?>
440
 
style_admin.css CHANGED
@@ -334,37 +334,176 @@ font-weight:normal;
334
  font-family: sans-serif;
335
  font-size: 21px;
336
  }
337
- #toplevel_page_Acurax-Social-Icons-Settings
338
  {
339
- background: none repeat scroll 0 0 LimeGreen;
340
- color: white;
 
 
 
 
341
  }
342
- #toplevel_page_Acurax-Social-Icons-Settings li a
 
343
  {
344
- color: #21759B;
345
- text-align: left;
 
 
 
346
  }
347
- .folded #toplevel_page_Acurax-Social-Icons-Settings .wp-submenu-head
348
  {
349
- color: #21759B;
 
350
  }
351
- .folded #toplevel_page_Acurax-Social-Icons-Settings img
352
  {
353
- margin-left: -1px !important;
354
- margin-top: 1px !important;
355
  }
356
- #toplevel_page_Acurax-Social-Icons-Settings img
357
  {
358
- background: none repeat scroll 0 0 white;
359
- border-radius: 4px 4px 4px 4px;
360
- margin-left: 4px;
361
- margin-top: 11px;
362
- opacity: 1 !important;
363
- padding: 4px !important;
 
364
  }
365
- #toplevel_page_Acurax-Social-Icons-Settings a
366
  {
367
- color: InfoText;
368
- font-size: 12px !important;
369
- text-align: center;
370
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  font-family: sans-serif;
335
  font-size: 21px;
336
  }
337
+ #acx_backlink
338
  {
339
+ background-color: #FFECB3;
340
+ border: 1px solid #E0AB1B;
341
+ border-radius: 5px 5px 5px 5px;
342
+ float: left;
343
+ padding: 0 5px;
344
+ margin-bottom:6px;
345
  }
346
+ /* Comparison */
347
+ #fsmi_landing_holder
348
  {
349
+ margin-left: auto;
350
+ margin-right: auto;
351
+ margin-top: 10px;
352
+ margin-bottom: 10px;
353
+ width: 1006px;
354
  }
355
+ #fsmi_lp_compare .highlighted
356
  {
357
+ background: none repeat scroll 0 0 azure;
358
+ font-weight: bold;
359
  }
360
+ #float_left_100
361
  {
362
+ width:100%;
363
+ float:left;
364
  }
365
+ #fsmi_lp_compare
366
  {
367
+ border: 1px solid black;
368
+ border-radius: 8px 8px 0 0;
369
+ float: left;
370
+ margin-left: 40px;
371
+ margin-top: 25px;
372
+ overflow: hidden;
373
+ width: 923px;
374
  }
375
+ #fsmi_lp_compare .row_1
376
  {
377
+ float: left;
378
+ width: 529px;
379
+ }
380
+ #fsmi_lp_compare .row_2
381
+ {
382
+ float: left;
383
+ width:192px;
384
+ }
385
+ #fsmi_lp_compare .row_3
386
+ {
387
+ float: left;
388
+ width: 202px;
389
+ }
390
+ #fsmi_lp_compare .fsmi_lp_compare_row_1_1
391
+ {
392
+ background-image: url("images/fsmi_lp_sprite.png");
393
+ background-position: -10px -710px;
394
+ border-bottom: 1px solid black;
395
+ height: 152px;
396
+ width: 529px;
397
+ }
398
+ #fsmi_lp_compare .fsmi_lp_compare_row_1_features
399
+ {
400
+ border-bottom: 1px solid lightgray;
401
+ color: #414147;
402
+ float: left;
403
+ font-family: arial;
404
+ font-size: 13px;
405
+ height: 16px;
406
+ padding: 8px;
407
+ width: 319px;
408
+ }
409
+ #fsmi_lp_compare .fsmi_lp_compare_row_2_1
410
+ {
411
+ background-image: url("images/fsmi_lp_sprite.png");
412
+ background-position: -10px -882px;
413
+ float: left;
414
+ height: 42px;
415
+ width: 192px;
416
+ }
417
+ #fsmi_lp_compare .fsmi_lp_compare_row_2_2
418
+ {
419
+ background-image: url("images/fsmi_lp_sprite.png");
420
+ background-position: -10px -944px;
421
+ float: left;
422
+ height: 111px;
423
+ width: 191px;
424
+ }
425
+ #fsmi_lp_compare .row_2_border
426
+ {
427
+ border-left: 1px solid black;
428
+ float: left;
429
+ width: 192px;
430
+ min-height: 1562px;
431
+ }
432
+ #fsmi_lp_compare .fsmi_lp_compare_row_3_1
433
+ {
434
+ background-image: url("images/fsmi_lp_sprite.png");
435
+ background-position: -10px -1075px;
436
+ float: left;
437
+ height: 17px;
438
+ width: 202px;
439
+ }
440
+ #fsmi_lp_compare .row_3_shadow
441
+ {
442
+ border-left: 1px solid black;
443
+ border-top: 1px solid black;
444
+ box-shadow: -2px -2px 10px -2px black;
445
+ float: left;
446
+ width: 201px;
447
+ min-height: 1586px;
448
+ }
449
+ #fsmi_lp_compare .fsmi_lp_compare_row_3_2
450
+ {
451
+ background-image: url("images/fsmi_lp_sprite.png");
452
+ background-position: -10px -1113px;
453
+ float: left;
454
+ height: 135px;
455
+ width: 201px;
456
+ }
457
+ #fsmi_lp_compare .y
458
+ {
459
+ background-color: #f3fdee;
460
+ background-image: url("images/fsmi_lp_sprite.png");
461
+ background-position: 75.4333px -1323px;
462
+ border-bottom: 1px solid lightgray;
463
+ float: left;
464
+ height: 32px;
465
+ width: 100%;
466
+ }
467
+ #fsmi_lp_compare .n
468
+ {
469
+ background-color: #FEF1F3;
470
+ background-image: url("images/fsmi_lp_sprite.png");
471
+ background-position: 74.9667px -1287px;
472
+ border-bottom: 1px solid lightgray;
473
+ float: left;
474
+ height: 32px;
475
+ width: 100%;
476
+ }
477
+ #fsmi_lp_shadow
478
+ {
479
+ background-image: url("images/fsmi_lp_sprite.png");
480
+ background-position: 123.5px -667px;
481
+ background-repeat: no-repeat;
482
+ float: left;
483
+ height: 24px;
484
+ width: 100%;
485
+ opacity: 0.7;
486
+ }
487
+ #fsmi_lp_f_group
488
+ {
489
+ float: left;
490
+ width: 529px;
491
+ }
492
+ #fsmi_lp_f_group .left
493
+ {
494
+ border-bottom: 1px solid lightgray;
495
+ border-right: 1px solid lightgray;
496
+ color: #414147;
497
+ float: left;
498
+ font-family: arial;
499
+ font-size: 14px;
500
+ font-weight: bold;
501
+ padding-left: 10px;
502
+ width: 183px;
503
+ }
504
+ #fsmi_lp_f_group .right
505
+ {
506
+ float: left;
507
+ width: 335px;
508
+ }
509
+ /* Comparison Ends Here */