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

Version Description

  • February 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
  • Added Option to disable highlighting menu on admin area
  • Added Option to disable highlighting plugin on plugin list
  • Improved CSS Styling
  • Improved Programming Structure
  • Stable Release
Download this release

Release Info

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

Code changes from version 1.1.5 to 1.2

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.5
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
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.2
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
dynamic_admin_style.css CHANGED
@@ -31,4 +31,34 @@ margin-top: 1px !important;
31
  color: InfoText;
32
  font-size: 12px !important;
33
  text-align: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  }
31
  color: InfoText;
32
  font-size: 12px !important;
33
  text-align: center;
34
+ }
35
+ #floating-social-media-icon
36
+ {
37
+ background: url("images/plugin_page_bg.png") repeat-x scroll 0 0 #FFFFFF;
38
+ }
39
+ #plugin_page_links
40
+ {
41
+ background: url("images/menu_bg.png") repeat scroll 0 0 transparent;
42
+ border-radius: 8px 8px 8px 8px;
43
+ color: #75AA00;
44
+ min-height: 25px;
45
+ padding: 5px;
46
+ text-align: center;
47
+ }
48
+ #floating-social-media-icon .plugin-title
49
+ {
50
+ background: url("images/from.png") no-repeat scroll 10% 94% transparent;
51
+ }
52
+ #plugin_page_links a
53
+ {
54
+ border-right: 1px solid white;
55
+ color: white;
56
+ font-family: arial;
57
+ font-size: 13px;
58
+ font-weight: bold;
59
+ margin-left: -5px;
60
+ padding: 2px 6px 2px 3px;
61
+ }
62
+ #plugin_page_links a:hover
63
+ {
64
  }
fsmi-misc.php CHANGED
@@ -10,6 +10,9 @@ update_option('acx_si_fsmi_acx_service_banners', $acx_si_fsmi_acx_service_banner
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
@@ -19,11 +22,15 @@ else
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
  ?>
@@ -47,11 +54,13 @@ if ($acx_si_fsmi_float_fix == "") { $acx_si_fsmi_float_fix = "no"; }
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']); ?>">
@@ -74,6 +83,14 @@ if ($acx_si_fsmi_float_fix == "") { $acx_si_fsmi_float_fix = "no"; }
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>
@@ -83,6 +100,8 @@ if ($acx_si_fsmi_float_fix == "") { $acx_si_fsmi_float_fix = "no"; }
83
  </p>
84
 
85
 
 
 
86
  <p class="submit">
87
  <input type="submit" name="Submit" value="<?php _e('Save Settings', 'acx_si_config' ) ?>" />
88
  </p>
@@ -90,9 +109,13 @@ if ($acx_si_fsmi_float_fix == "") { $acx_si_fsmi_float_fix = "no"; }
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>
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
+ $acx_si_fsmi_hide_advert = $_POST['acx_si_fsmi_hide_advert'];
14
+ update_option('acx_si_fsmi_hide_advert', $acx_si_fsmi_hide_advert);
15
+
16
  ?>
17
  <div class="updated"><p><strong><?php _e('Acurax Floating Social Icons Misc Settings Saved!.' ); ?></strong></p></div>
18
  <?php
22
  $acx_si_fsmi_menu_highlight = get_option('acx_si_fsmi_menu_highlight');
23
  $acx_si_fsmi_acx_service_banners = get_option('acx_si_fsmi_acx_service_banners');
24
  $acx_si_fsmi_float_fix = get_option('acx_si_fsmi_float_fix');
25
+ $acx_si_fsmi_hide_advert = get_option('acx_si_fsmi_hide_advert');
26
+
27
 
28
  // Setting Defaults
29
  if ($acx_si_fsmi_menu_highlight == "") { $acx_si_fsmi_menu_highlight = "yes"; }
30
  if ($acx_si_fsmi_acx_service_banners == "") { $acx_si_fsmi_acx_service_banners = "yes"; }
31
  if ($acx_si_fsmi_float_fix == "") { $acx_si_fsmi_float_fix = "no"; }
32
+ if ($acx_si_fsmi_hide_advert == "") { $acx_si_fsmi_hide_advert = "no"; }
33
+
34
  } //Main else
35
 
36
  ?>
54
  <a href="http://www.acurax.com/social-media-marketing-optimization/facebook-page-design.php" target="_blank">Facebook Page Design</a>
55
  </p>
56
  <?php } ?>
57
+ <?php if($acx_si_fsmi_hide_advert == "no")
58
+ { ?>
59
  <div id="acx_fsmi_premium">
60
  <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>
61
  <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>
62
  </div> <!-- acx_fsmi_premium -->
63
+ <?php } ?>
64
  <?php echo "<h2>" . __( 'Acurax Social Icons Misc Settings', 'acx_si_config' ) . "</h2>"; ?>
65
 
66
  <form name="acurax_si_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
83
  <?php _e("Show Acurax Service Banners On Plugin Settings Page?" ); ?>
84
  </p>
85
 
86
+ <p class="widefat" style="padding:8px;width:99%;margin-top:8px;"> <?php _e("Hide Premium Version Adverts: " ); ?>
87
+ <select name="acx_si_fsmi_hide_advert">
88
+ <option value="yes"<?php if ($acx_si_fsmi_hide_advert == "yes") { echo 'selected="selected"'; } ?>>Yes </option>
89
+ <option value="no"<?php if ($acx_si_fsmi_hide_advert == "no") { echo 'selected="selected"'; } ?>>No </option>
90
+ </select>
91
+ <?php _e("Would you like to hide the feature comparison advertisement of basic and premium version from plugin settings pages?" ); ?>
92
+ </p>
93
+
94
  <p class="widefat" style="padding:8px;width:99%;margin-top:8px;"> <?php _e("Social Media Widget Theme Conflict Fix: " ); ?>
95
  <select name="acx_si_fsmi_float_fix">
96
  <option value="yes"<?php if ($acx_si_fsmi_float_fix == "yes") { echo 'selected="selected"'; } ?>>Enable </option>
100
  </p>
101
 
102
 
103
+
104
+
105
  <p class="submit">
106
  <input type="submit" name="Submit" value="<?php _e('Save Settings', 'acx_si_config' ) ?>" />
107
  </p>
109
  </form>
110
 
111
  <hr/>
112
+ <?php
113
+ if($acx_si_fsmi_hide_advert == "no")
114
+ {
115
+ socialicons_comparison(1);
116
+ } ?>
117
  <br>
118
  <p class="widefat" style="padding:8px;width:99%;">
119
+ Something Not Working Well? Have a Doubt? Have a Suggestion? - <a href="http://www.acurax.com/contact.php" 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/contact.php" target="_blank">Contact us now</a>
120
  </p>
121
  </div>
function.php CHANGED
@@ -44,31 +44,31 @@ function acurax_si_simple($theme = "") // Added Default "" // Updated << and V (
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);
@@ -143,7 +143,7 @@ function acurax_icons()
143
  {
144
  //*********************** STARTED DISPLAYING THE ICONS ***********************
145
  echo "\n\n\n<!-- Starting Icon Display Code For Social Media Icon From Acurax International www.acurax.com -->\n";
146
- echo "<div id='divBottomRight' align='center'>";
147
  acurax_si_simple();
148
  echo "</div>\n";
149
  echo "<!-- Ending Icon Display Code For Social Media Icon From Acurax International www.acurax.com -->\n\n\n";
@@ -494,7 +494,7 @@ function DISPLAY_ACURAX_ICONS_SC($atts)
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();
@@ -516,7 +516,7 @@ function DISPLAY_ACURAX_ICONS()
516
  echo "width: " . $acx_si_icon_size . "px; \n}\n";
517
  echo "</style>\n<!-- Ending Styles For Social Media Icon (PHP CODE) From Acurax International www.acurax.com
518
  -->\n\n\n\n";
519
- echo "<div id='short_code_si_icon' align='center'>";
520
  acurax_si_simple();
521
  echo "</div>";
522
  }
@@ -571,7 +571,7 @@ function acx_fsmi_si_pluign_finish_version_update()
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
  {
@@ -663,7 +663,7 @@ class Acx_Social_Icons_Widget extends WP_Widget
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>";
669
  // This is defined when you register a sidebar
@@ -754,7 +754,7 @@ class Acx_Social_Icons_Widget extends WP_Widget
754
 
755
  function acurax_optin()
756
  {
757
- echo ":)";
758
  }
759
  function socialicons_comparison($ad=2)
760
  {
@@ -790,12 +790,15 @@ Display
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
 
@@ -907,6 +910,9 @@ PHP Code Support
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>
@@ -987,12 +993,15 @@ PHP Code Support
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
 
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__) . " style='border:0px;' 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__) . " style='border:0px;' 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__) . " style='border:0px;' 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__) . " style='border:0px;' 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__) . " style='border:0px;' 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__) . " style='border:0px;' 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__) . " style='border:0px;' 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);
143
  {
144
  //*********************** STARTED DISPLAYING THE ICONS ***********************
145
  echo "\n\n\n<!-- Starting Icon Display Code For Social Media Icon From Acurax International www.acurax.com -->\n";
146
+ echo "<div id='divBottomRight' style='text-align:center;'>";
147
  acurax_si_simple();
148
  echo "</div>\n";
149
  echo "<!-- Ending Icon Display Code For Social Media Icon From Acurax International www.acurax.com -->\n\n\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' style='text-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();
516
  echo "width: " . $acx_si_icon_size . "px; \n}\n";
517
  echo "</style>\n<!-- Ending Styles For Social Media Icon (PHP CODE) From Acurax International www.acurax.com
518
  -->\n\n\n\n";
519
+ echo "<div id='short_code_si_icon' style='text-align:center;'>";
520
  acurax_si_simple();
521
  echo "</div>";
522
  }
571
  </div>';
572
  }
573
  $acx_fsmi_si_current_version = get_option('acx_fsmi_si_current_version');
574
+ if($acx_fsmi_si_current_version != '1.2') // Current Version
575
  {
576
  if (get_option('social_icon_array_order') != "")
577
  {
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 " style='text-align:" . $icon_align . ";'>"; } else { echo " style='text-align:center;'>"; }
667
  acurax_si_simple($icon_theme);
668
  echo "</div>";
669
  // This is defined when you register a sidebar
754
 
755
  function acurax_optin()
756
  {
757
+ echo "";
758
  }
759
  function socialicons_comparison($ad=2)
760
  {
790
 
791
 
792
  <div id="fsmi_lp_f_group">
793
+ <div class="left" style="padding-top: 74px;padding-bottom: 74px;">
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 class="fsmi_lp_compare_row_1_features">Show Share on Posts/Pages</div> <!-- fsmi_lp_compare_row_1_features -->
800
+ <div class="fsmi_lp_compare_row_1_features highlighted">Efficient Image Picker For Pinterest</div> <!-- fsmi_lp_compare_row_1_features -->
801
+ <div class="fsmi_lp_compare_row_1_features highlighted">Define Social Media Meta for Each Page/Post</div> <!-- fsmi_lp_compare_row_1_features -->
802
  </div> <!-- right -->
803
  </div> <!-- fsmi_lp_f_group -->
804
 
910
  <div class="n"></div>
911
  <div class="y"></div>
912
  <div class="n"></div>
913
+ <div class="n"></div>
914
+ <div class="n"></div>
915
+ <div class="n"></div>
916
  <div class="y"></div>
917
  <div class="n"></div>
918
  <div class="n"></div>
993
  <div class="y"></div> <!-- y -->
994
  <div class="y"></div> <!-- y -->
995
  <div class="y"></div> <!-- y -->
996
+ <div class="y"></div> <!-- y -->
997
+ <div class="y"></div> <!-- y -->
998
+ <div class="y"></div> <!-- y -->
999
  <div class="y" style="border-bottom:0px;"></div> <!-- y -->
1000
  </div> <!-- row_3_shadow -->
1001
  </div> <!-- row_3 -->
1002
  </div> <!-- fsmi_lp_compare -->
1003
  <div id="fsmi_lp_shadow"></div> <!-- fsmi_lp_shadow -->
1004
+ <!-- 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 -->
1005
  </div> <!-- fsmi_landing_holder -->
1006
 
1007
 
images/fsmi_lp_sprite.png CHANGED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:http://www.acurax.com/products/floating-social-media-icon-plugin-wor
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,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.5 =
209
  * November 29, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
210
  * Added Misc settings.
@@ -278,6 +287,14 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
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.
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.1
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.2 =
209
+ * February 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
210
+ * Added Option to disable highlighting menu on admin area
211
+ * Added Option to disable highlighting plugin on plugin list
212
+ * Improved CSS Styling
213
+ * Improved Programming Structure
214
+ * Stable Release
215
+
216
+
217
  = 1.1.5 =
218
  * November 29, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
219
  * Added Misc settings.
287
 
288
  == Changelog ==
289
 
290
+ = 1.2 =
291
+ * February 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
292
+ * Added Option to disable highlighting menu on admin area
293
+ * Added Option to disable highlighting plugin on plugin list
294
+ * Improved CSS Styling
295
+ * Improved Programming Structure
296
+ * Stable Release
297
+
298
  = 1.1.5 =
299
  * November 29, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
300
  * Added Misc settings.
social-help.php CHANGED
@@ -1,15 +1,24 @@
1
  <div id="acx_help_page">
 
 
 
 
2
  <div id="acx_fsmi_premium">
3
  <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>
4
  <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>
5
  </div> <!-- acx_fsmi_premium -->
 
6
  <h2>Floating Social Media Icon - Wordpress Plugin - Help/Support</h2>
7
 
8
  <p>Thank you for using Floating Social Media Icon Plugin For Your Wordpress Social Media Profile Linking Need.</p>
9
 
10
  <h3><a href="http://clients.acurax.com/link.php?id=8" target="_blank">Click here to open the FAQ and Help Page</a></h3>
11
 
12
- <?php
 
 
13
  socialicons_comparison(1);
14
- acurax_optin(); ?>
 
 
15
  </div> <!-- acx_help_page -->
1
  <div id="acx_help_page">
2
+ <?php
3
+ $acx_si_fsmi_hide_advert = get_option('acx_si_fsmi_hide_advert');
4
+ if($acx_si_fsmi_hide_advert == "no")
5
+ { ?>
6
  <div id="acx_fsmi_premium">
7
  <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>
8
  <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>
9
  </div> <!-- acx_fsmi_premium -->
10
+ <?php } ?>
11
  <h2>Floating Social Media Icon - Wordpress Plugin - Help/Support</h2>
12
 
13
  <p>Thank you for using Floating Social Media Icon Plugin For Your Wordpress Social Media Profile Linking Need.</p>
14
 
15
  <h3><a href="http://clients.acurax.com/link.php?id=8" target="_blank">Click here to open the FAQ and Help Page</a></h3>
16
 
17
+ <?php
18
+ if($acx_si_fsmi_hide_advert == "no")
19
+ {
20
  socialicons_comparison(1);
21
+ acurax_optin();
22
+ }
23
+ ?>
24
  </div> <!-- acx_help_page -->
social-icon.php CHANGED
@@ -52,6 +52,7 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
52
  update_option('acx_si_feed', $acx_si_feed);
53
 
54
  $social_icon_array_order = get_option('social_icon_array_order');
 
55
 
56
  ?>
57
  <div class="updated"><p><strong><?php _e('Acurax Floating Social Icons Settings Saved!.' ); ?></strong></p></div>
@@ -62,7 +63,7 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
62
  $acx_si_installed_date = get_option('acx_si_installed_date');
63
  if ($acx_si_installed_date=="") { $acx_si_installed_date = time();
64
  update_option('acx_si_installed_date', $acx_si_installed_date);
65
- }
66
  $acx_si_theme = get_option('acx_si_theme');
67
  $acx_si_twitter = get_option('acx_si_twitter');
68
  $acx_si_facebook = get_option('acx_si_facebook');
@@ -75,11 +76,13 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
75
  $acx_si_icon_size = get_option('acx_si_icon_size');
76
  $acx_si_display = get_option('acx_si_display');
77
  $social_icon_array_order = get_option('social_icon_array_order');
 
78
  // Setting Defaults
79
  if ($acx_si_credit == "") { $acx_si_credit = "no"; }
80
  if ($acx_si_icon_size == "") { $acx_si_icon_size = "32"; }
81
  if ($acx_si_display == "") { $acx_si_display = "auto"; }
82
  if ($acx_si_theme == "") { $acx_si_theme = "1"; }
 
83
 
84
 
85
  if ($social_icon_array_order == "")
@@ -87,7 +90,7 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
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
  {
@@ -110,7 +113,6 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
110
  // Counting and Adding New Keys Ends Here
111
  } //Normal page display else
112
  } //Main else
113
-
114
  ?>
115
 
116
  <!-- To Update Drag and Drop -->
@@ -157,11 +159,15 @@ if ($acx_si_fsmi_acx_service_banners != "no") { ?>
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
@@ -432,15 +438,18 @@ Please do a favour by enabling backlink to our site. <a href="admin.php?page=Acu
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
-
441
- <?php acurax_optin(); ?>
 
 
 
442
  <br>
443
  <p class="widefat" style="padding:8px;width:99%;">
444
- 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>
445
  </p>
446
  </div>
52
  update_option('acx_si_feed', $acx_si_feed);
53
 
54
  $social_icon_array_order = get_option('social_icon_array_order');
55
+ $acx_si_fsmi_hide_advert = get_option('acx_si_fsmi_hide_advert');
56
 
57
  ?>
58
  <div class="updated"><p><strong><?php _e('Acurax Floating Social Icons Settings Saved!.' ); ?></strong></p></div>
63
  $acx_si_installed_date = get_option('acx_si_installed_date');
64
  if ($acx_si_installed_date=="") { $acx_si_installed_date = time();
65
  update_option('acx_si_installed_date', $acx_si_installed_date);
66
+ }
67
  $acx_si_theme = get_option('acx_si_theme');
68
  $acx_si_twitter = get_option('acx_si_twitter');
69
  $acx_si_facebook = get_option('acx_si_facebook');
76
  $acx_si_icon_size = get_option('acx_si_icon_size');
77
  $acx_si_display = get_option('acx_si_display');
78
  $social_icon_array_order = get_option('social_icon_array_order');
79
+ $acx_si_fsmi_hide_advert = get_option('acx_si_fsmi_hide_advert');
80
  // Setting Defaults
81
  if ($acx_si_credit == "") { $acx_si_credit = "no"; }
82
  if ($acx_si_icon_size == "") { $acx_si_icon_size = "32"; }
83
  if ($acx_si_display == "") { $acx_si_display = "auto"; }
84
  if ($acx_si_theme == "") { $acx_si_theme = "1"; }
85
+ if ($acx_si_fsmi_hide_advert == "") { $acx_si_fsmi_hide_advert = "no"; }
86
 
87
 
88
  if ($social_icon_array_order == "")
90
  $social_icon_array_order = array(0,1,2,3,4,5,6);
91
  $social_icon_array_order = serialize($social_icon_array_order);
92
  update_option('social_icon_array_order', $social_icon_array_order);
93
+ $acx_fsmi_si_current_version = "1.2"; // Current Version
94
  update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
95
  } else
96
  {
113
  // Counting and Adding New Keys Ends Here
114
  } //Normal page display else
115
  } //Main else
 
116
  ?>
117
 
118
  <!-- To Update Drag and Drop -->
159
  <a href="http://www.acurax.com/social-media-marketing-optimization/facebook-page-design.php" target="_blank">Facebook Page Design</a>
160
  </p>
161
  <?php } ?>
162
+ <?php
163
+ if($acx_si_fsmi_hide_advert == "no")
164
+ {
165
+ ?>
166
  <div id="acx_fsmi_premium">
167
  <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>
168
  <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>
169
  </div> <!-- acx_fsmi_premium -->
170
+ <?php } ?>
171
  <form name="acurax_si_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
172
  <input type="hidden" name="acurax_social_icon_hidden" value="Y">
173
  <?php
438
  <?php if($_GET["status"] == "updated") { ?>
439
  <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>
440
  <?php
441
+ $acx_fsmi_si_current_version = "1.2"; // Current Version
442
  update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
443
  } ?>
444
  <hr/>
445
+ <?php
446
+ if($acx_si_fsmi_hide_advert == "no")
447
+ {
448
+ socialicons_comparison(1); ?>
449
+ <?php acurax_optin();
450
+ } ?>
451
  <br>
452
  <p class="widefat" style="padding:8px;width:99%;">
453
+ Something Not Working Well? Have a Doubt? Have a Suggestion? - <a href="http://www.acurax.com/contact.php" 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/contact.php" target="_blank">Contact us now</a>
454
  </p>
455
  </div>
style_admin.css CHANGED
@@ -57,36 +57,6 @@ float:left;
57
  width: 36px;
58
  margin-left:1px;
59
  }
60
- #floating-social-media-icon
61
- {
62
- background: url("images/plugin_page_bg.png") repeat-x scroll 0 0 #FFFFFF;
63
- }
64
- #plugin_page_links
65
- {
66
- background: url("images/menu_bg.png") repeat scroll 0 0 transparent;
67
- border-radius: 8px 8px 8px 8px;
68
- color: #75AA00;
69
- min-height: 25px;
70
- padding: 5px;
71
- text-align: center;
72
- }
73
- #floating-social-media-icon .plugin-title
74
- {
75
- background: url("images/from.png") no-repeat scroll 10% 94% transparent;
76
- }
77
- #plugin_page_links a
78
- {
79
- border-right: 1px solid white;
80
- color: white;
81
- font-family: arial;
82
- font-size: 13px;
83
- font-weight: bold;
84
- margin-left: -5px;
85
- padding: 2px 6px 2px 3px;
86
- }
87
- #plugin_page_links a:hover
88
- {
89
- }
90
  #acx_help_page
91
  {
92
  }
57
  width: 36px;
58
  margin-left:1px;
59
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  #acx_help_page
61
  {
62
  }