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

Version Description

  • June 01, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
  • Optimized Images
  • Stable Release
Download this release

Release Info

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

Code changes from version 1.1.2 to 1.1.3

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.2
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
@@ -76,7 +76,7 @@ function acx_social_icon_premium()
76
 
77
  function acx_social_icon_admin_actions()
78
  {
79
- add_menu_page( 'Acurax Social Icon Plugin Configuration', 'Acx Social Icons', 8, 'Acurax-Social-Icons-Settings','acx_social_icon_admin',plugin_dir_url( __FILE__ ).'/images/admin.ico', 55 ); // 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
 
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.3
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
76
 
77
  function acx_social_icon_admin_actions()
78
  {
79
+ add_menu_page( 'Acurax Social Icon Plugin Configuration', 'Acx Social Icons', 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
 
function.php CHANGED
@@ -573,7 +573,29 @@ if ($acx_si_twitter == "" && $acx_si_facebook == "" && $acx_si_youtube == "" &&
573
  } // Chking If Plugin Not Configured
574
  } // Chking $social_icon_array_count == $total_arrays
575
 
576
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
577
 
578
 
579
  // Starting Widget Code
@@ -773,7 +795,7 @@ else if ($current_user->display_name != "admin" && $current_user->display_name !
773
  </div>
774
  </div>
775
  <?php }
776
- function socialicons_comparison($ad)
777
  {
778
  $ad_1 = '
779
  </hr>
@@ -848,73 +870,97 @@ $ad_1 = '
848
  </tr>
849
 
850
  <tr>
851
- <td class="label">More Sharp Quality Icons</td>
 
 
 
 
 
 
 
 
 
 
 
 
852
  <td class="feature_free"><div id="c_cross"></div></td>
853
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
854
  </tr>
855
 
856
  <tr>
857
- <td class="label">Multiple Floating Animation</td>
858
  <td class="feature_free"><div id="c_cross"></div></td>
859
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
860
  </tr>
861
 
862
  <tr>
863
- <td class="label">Ajax Based Settings Page</td>
864
  <td class="feature_free"><div id="c_cross"></div></td>
865
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
866
  </tr>
867
 
868
  <tr>
869
- <td class="label">Set whether the icons to link profile/share</td>
870
  <td class="feature_free"><div id="c_cross"></div></td>
871
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
872
  </tr>
873
 
874
  <tr>
875
- <td class="label">Easy to configure</td>
876
  <td class="feature_free"><div id="c_cross"></div></td>
877
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
878
  </tr>
879
 
880
  <tr>
881
- <td class="label">Icon Placement Width Setting (allows to configure how many icons in 1 row)</td>
882
  <td class="feature_free"><div id="c_cross"></div></td>
883
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
884
  </tr>
885
 
886
  <tr>
887
- <td class="label">Seperate Icon function for each Widget</td>
888
  <td class="feature_free"><div id="c_cross"></div></td>
889
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
890
  </tr>
891
 
892
  <tr>
893
- <td class="label">Advanced PHP Code Support</td>
894
  <td class="feature_free"><div id="c_cross"></div></td>
895
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
896
  </tr>
897
 
898
  <tr>
899
- <td class="label">Advanced Shortcode Support</td>
900
  <td class="feature_free"><div id="c_cross"></div></td>
901
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
902
  </tr>
903
 
904
  <tr>
905
- <td class="label">Seperate Icon function for each Shortcode</td>
906
  <td class="feature_free"><div id="c_cross"></div></td>
907
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
908
  </tr>
909
 
910
  <tr>
911
- <td class="label">Can Configure Floating Start Position</td>
912
  <td class="feature_free"><div id="c_cross"></div></td>
913
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
914
  </tr>
915
 
916
  <tr>
917
- <td class="label">Can Configure Floating End Position</td>
 
 
 
 
 
 
 
 
 
 
 
 
918
  <td class="feature_free"><div id="c_cross"></div></td>
919
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
920
  </tr>
@@ -922,15 +968,16 @@ $ad_1 = '
922
  <tr>
923
  <td class="label" style="border-right:0px;padding-right:0px;">Download free version of plugin at wordpress </td>
924
  <td class="feature_free" style="padding-left:0px;width: 161px;">plugin directory</td>
925
- <td class="feature_paid" style="border-right:0px;"><a href="http://clients.acurax.com/cart.php?gid=8&utm_source=plugin-settings&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>
926
  </tr>
927
 
928
- </table><br><br></div>';
929
- $ad_2='<div id="ad_fsmi_2"> <a href="http://clients.acurax.com/cart.php?gid=8&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>
 
 
 
930
  <div id="ad_fsmi_2_button_order">
931
- <a href="http://clients.acurax.com/cart.php?gid=8&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 --> <br>
932
- <div id="ad_fsmi_2_button_payments">
933
- <a href="http://clients.acurax.com/cart.php?gid=8&utm_source=plugin_settings&utm_medium=banner&utm_campaign=plugin_payments_banner" target="_blank"><div id="ad_fsmi_2_button_payments_link"></div></a> </div>';
934
  if($ad=="") { echo $ad_2; } else if ($ad == 1) { echo $ad_1; } else if ($ad == 2) { echo $ad_2; }
935
  }
936
 
573
  } // Chking If Plugin Not Configured
574
  } // Chking $social_icon_array_count == $total_arrays
575
 
576
+ // wp-admin Notices >> Plugin not configured
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=thirtyday" title="Acurax Web Designing Company" target="_blank">Acurax</a> for atleast 30 days.Would you consider upgrading to <a href="http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/?utm_source=plugin&utm_medium=thirtyday&utm_campaign=thirtyday" 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=thirtyday" 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>
587
+
588
+ </div>';
589
+ }
590
+ $acx_si_installed_date = get_option('acx_si_installed_date');
591
+ if ($acx_si_installed_date=="") { $acx_si_installed_date = time();}
592
+ if($acx_si_installed_date < ( time() - 2952000 ))
593
+ {
594
+ if (get_option('acx_si_td') != "hide")
595
+ {
596
+ add_action('admin_notices', 'acx_si_pluign_promotion',1);
597
+ }
598
+ }
599
 
600
 
601
  // Starting Widget Code
795
  </div>
796
  </div>
797
  <?php }
798
+ function socialicons_comparison($ad=2)
799
  {
800
  $ad_1 = '
801
  </hr>
870
  </tr>
871
 
872
  <tr>
873
+ <td class="label" style="">More Sharp Quality Icons</td>
874
+ <td class="feature_free"><div id="c_cross"></div></td>
875
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
876
+ </tr>
877
+
878
+ <tr>
879
+ <td class="label" style="">Multiple Floating Animation</td>
880
+ <td class="feature_free"><div id="c_cross"></div></td>
881
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
882
+ </tr>
883
+
884
+ <tr>
885
+ <td class="label" style="">Configure Animation Repeat Interval</td>
886
  <td class="feature_free"><div id="c_cross"></div></td>
887
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
888
  </tr>
889
 
890
  <tr>
891
+ <td class="label" style="">Animation Repeat Interval Based On Time</td>
892
  <td class="feature_free"><div id="c_cross"></div></td>
893
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
894
  </tr>
895
 
896
  <tr>
897
+ <td class="label" style="">Animation Repeat Interval Based on Page Views</td>
898
  <td class="feature_free"><div id="c_cross"></div></td>
899
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
900
  </tr>
901
 
902
  <tr>
903
+ <td class="label" style="">Animation Repeat Interval Based On Page Views and Time (both)</td>
904
  <td class="feature_free"><div id="c_cross"></div></td>
905
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
906
  </tr>
907
 
908
  <tr>
909
+ <td class="label" style="">Ajax Based Settings Page</td>
910
  <td class="feature_free"><div id="c_cross"></div></td>
911
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
912
  </tr>
913
 
914
  <tr>
915
+ <td class="label" style="">Set whether the icons to link profile/share</td>
916
  <td class="feature_free"><div id="c_cross"></div></td>
917
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
918
  </tr>
919
 
920
  <tr>
921
+ <td class="label" style="">Easy to configure</td>
922
  <td class="feature_free"><div id="c_cross"></div></td>
923
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
924
  </tr>
925
 
926
  <tr>
927
+ <td class="label" style="">Icon Placement Width Setting (allows to configure how many icons in 1 row)</td>
928
  <td class="feature_free"><div id="c_cross"></div></td>
929
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
930
  </tr>
931
 
932
  <tr>
933
+ <td class="label" style="">Seperate Icon function for each Widget</td>
934
  <td class="feature_free"><div id="c_cross"></div></td>
935
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
936
  </tr>
937
 
938
  <tr>
939
+ <td class="label" style="">Advanced PHP Code Support</td>
940
  <td class="feature_free"><div id="c_cross"></div></td>
941
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
942
  </tr>
943
 
944
  <tr>
945
+ <td class="label" style="">Advanced Shortcode Support</td>
946
  <td class="feature_free"><div id="c_cross"></div></td>
947
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
948
  </tr>
949
 
950
  <tr>
951
+ <td class="label" style="">Seperate Icon function for each Shortcode</td>
952
+ <td class="feature_free"><div id="c_cross"></div></td>
953
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
954
+ </tr>
955
+
956
+ <tr>
957
+ <td class="label" style="">Can Configure Floating Start Position</td>
958
+ <td class="feature_free"><div id="c_cross"></div></td>
959
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
960
+ </tr>
961
+
962
+ <tr>
963
+ <td class="label" style="">Can Configure Floating End Position</td>
964
  <td class="feature_free"><div id="c_cross"></div></td>
965
  <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
966
  </tr>
968
  <tr>
969
  <td class="label" style="border-right:0px;padding-right:0px;">Download free version of plugin at wordpress </td>
970
  <td class="feature_free" style="padding-left:0px;width: 161px;">plugin directory</td>
971
+ <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>
972
  </tr>
973
 
974
+ </table><br>
975
+ <div id="ad_fsmi_2_button_order">
976
+ <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 -->
977
+ <br></div -->';
978
+ $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>
979
  <div id="ad_fsmi_2_button_order">
980
+ <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 --> ';
 
 
981
  if($ad=="") { echo $ad_2; } else if ($ad == 1) { echo $ad_1; } else if ($ad == 2) { echo $ad_2; }
982
  }
983
 
images/lq.jpg CHANGED
Binary file
images/yellow.png ADDED
Binary file
premium.php CHANGED
@@ -1,7 +1,21 @@
1
- <div id="acx_help_page">
2
- <div style="width: 460px; margin-top: 10px; margin-right: auto; margin-left: auto;">
3
- <iframe width="440" height="245" src="http://www.youtube-nocookie.com/embed/6_bUJvpruMc?rel=0" frameborder="0" allowfullscreen></iframe>
 
 
 
 
 
 
 
 
 
 
4
  </div>
 
 
 
 
5
  <?php
6
  socialicons_comparison();
7
  socialicons_comparison(1);
1
+ <?php
2
+ if($_GET['td'] == 'hide')
3
+ {
4
+ update_option('acx_si_td', "hide");
5
+ ?>
6
+ <style type='text/css'>
7
+ #acx_td
8
+ {
9
+ display:none;
10
+ }
11
+ </style>
12
+ <div class="error" style="background: none repeat scroll 0pt 0pt infobackground; border: 1px solid inactivecaption; padding: 5px;line-height:16px;">
13
+ Thanks again for using the plugin. we will never show the mesage again.
14
  </div>
15
+ <?php
16
+ }
17
+ ?>
18
+ <div id="acx_help_page">
19
  <?php
20
  socialicons_comparison();
21
  socialicons_comparison(1);
readme.txt CHANGED
@@ -4,14 +4,14 @@ 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 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.3.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
11
 
12
  == Description ==
13
 
14
- [Floating Social Media Icon](http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/ "Floating Social Media Icon") Links Your Social Media Media Profiles Twitter,Facebook,Pinterest,Youtube,Rss Feed,Linkedin...
15
 
16
  A Quicklook
17
 
@@ -204,6 +204,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
204
 
205
  == Upgrade Notice ==
206
 
 
 
 
 
 
207
  = 1.1.2 =
208
  * May 08, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
209
  * Added Rss Feed Support
@@ -258,6 +263,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
258
 
259
  == Changelog ==
260
 
 
 
 
 
 
261
  = 1.1.2 =
262
  * May 08, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
263
  * Added Rss Feed Support
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.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
11
 
12
  == Description ==
13
 
14
+ [This Plugin](http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/ "Floating Social Media Icon") Links Social Media Icons to Your Social Media Profiles Twitter,Facebook,Pinterest,Youtube,Rss Feed,Linkedin,google plus...
15
 
16
  A Quicklook
17
 
204
 
205
  == Upgrade Notice ==
206
 
207
+ = 1.1.3 =
208
+ * June 01, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
209
+ * Optimized Images
210
+ * Stable Release
211
+
212
  = 1.1.2 =
213
  * May 08, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
214
  * Added Rss Feed Support
263
 
264
  == Changelog ==
265
 
266
+ = 1.1.3 =
267
+ * June 01, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
268
+ * Optimized Images
269
+ * Stable Release
270
+
271
  = 1.1.2 =
272
  * May 08, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
273
  * Added Rss Feed Support
social-help.php CHANGED
@@ -1,4 +1,15 @@
1
  <div id="acx_help_page">
 
 
 
 
 
 
 
 
 
 
 
2
  <h2>Floating Social Media Icon - Wordpress Plugin - Help/Support</h2>
3
 
4
  <p>Thank you for using Floating Social Media Icon Plugin For Your Wordpress Social Media Profile Linking Need.</p>
1
  <div id="acx_help_page">
2
+ <div id="acx_fsmi_premium">
3
+
4
+ <div style="float: left;padding: 0 5px">
5
+ <h2 style="vertical-align: middle;"><a href="admin.php?page=Acurax-Social-Icons-Premium">Fully Featured - Premium Floating Social Media Icon</a>
6
+ </h2>
7
+ </div>
8
+ <div style="float: left;padding: 5px">
9
+ <a href="http://clients.acurax.com/cart.php?gid=8&utm_source=plugin_settings_top&utm_medium=link&utm_campaign=plugin_settings" target="_blank"><img src="<?php echo plugins_url('images/orange_buynow.png', __FILE__);?>"></a>
10
+ </div>
11
+
12
+ </div> <!-- acx_fsmi_premium -->
13
  <h2>Floating Social Media Icon - Wordpress Plugin - Help/Support</h2>
14
 
15
  <p>Thank you for using Floating Social Media Icon Plugin For Your Wordpress Social Media Profile Linking Need.</p>
social-icon.php CHANGED
@@ -46,7 +46,10 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
46
  }
47
  else
48
  { //Normal page display
49
-
 
 
 
50
  $acx_si_theme = get_option('acx_si_theme');
51
  $acx_si_twitter = get_option('acx_si_twitter');
52
  $acx_si_facebook = get_option('acx_si_facebook');
@@ -126,6 +129,17 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
126
  <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>
127
  <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>
128
  </p>
 
 
 
 
 
 
 
 
 
 
 
129
  <?php echo "<h2>" . __( 'Acurax Social Icons Options', 'acx_si_config' ) . "</h2>"; ?>
130
 
131
  <form name="acurax_si_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
46
  }
47
  else
48
  { //Normal page display
49
+ $acx_si_installed_date = get_option('acx_si_installed_date');
50
+ if ($acx_si_installed_date=="") { $acx_si_installed_date = time();
51
+ update_option('acx_si_installed_date', $acx_si_installed_date);
52
+ }
53
  $acx_si_theme = get_option('acx_si_theme');
54
  $acx_si_twitter = get_option('acx_si_twitter');
55
  $acx_si_facebook = get_option('acx_si_facebook');
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
+ <div style="float: left;padding: 0 5px">
135
+ <h2 style="vertical-align: middle;"><a href="admin.php?page=Acurax-Social-Icons-Premium">Fully Featured - Premium Floating Social Media Icon</a>
136
+ </h2>
137
+ </div>
138
+ <div style="float: left; padding: 0px; margin-top: -8px;">
139
+ <a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin_settings_top&utm_medium=link&utm_campaign=plugin_settings" target="_blank"><img src="<?php echo plugins_url('images/yellow.png', __FILE__);?>"></a>
140
+ </div>
141
+ </div> <!-- acx_fsmi_premium -->
142
+
143
  <?php echo "<h2>" . __( 'Acurax Social Icons Options', 'acx_si_config' ) . "</h2>"; ?>
144
 
145
  <form name="acurax_si_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
style_admin.css CHANGED
@@ -320,4 +320,17 @@ font-weight:normal;
320
  display: block;
321
  cursor: pointer;
322
  width: 601px;
 
 
 
 
 
 
 
 
 
 
 
 
 
323
  }
320
  display: block;
321
  cursor: pointer;
322
  width: 601px;
323
+ }
324
+ #acx_fsmi_premium {
325
+ background-color: #FFF6D6;
326
+ border: 1px solid #FCC328;
327
+ height: 50px;
328
+ margin-bottom: 20px;
329
+ margin-top: 20px;
330
+ padding: 5px;
331
+ }
332
+ #acx_fsmi_premium a
333
+ {
334
+ font-family: sans-serif;
335
+ font-size: 21px;
336
  }