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

Version Description

  • May 08, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
  • Added Rss Feed Support
  • Better Icon Quality
Download this release

Release Info

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

Code changes from version 1.1.1 to 1.1.2

Files changed (110) hide show
  1. acurax-social-icon.php +14 -5
  2. function.php +199 -19
  3. images/button.jpg +0 -0
  4. images/check_mark.png +0 -0
  5. images/cross_mark.png +0 -0
  6. images/lq.jpg +0 -0
  7. images/orange_buynow.png +0 -0
  8. images/payments.jpg +0 -0
  9. images/spd.jpg +0 -0
  10. images/themes/1/facebook.png +0 -0
  11. images/themes/1/feed.png +0 -0
  12. images/themes/1/googleplus.png +0 -0
  13. images/themes/1/linkedin.png +0 -0
  14. images/themes/1/pinterest.png +0 -0
  15. images/themes/1/twitter.png +0 -0
  16. images/themes/1/youtube.png +0 -0
  17. images/themes/10/feed.png +0 -0
  18. images/themes/11/facebook.png +0 -0
  19. images/themes/11/feed.png +0 -0
  20. images/themes/11/googleplus.png +0 -0
  21. images/themes/11/linkedin.png +0 -0
  22. images/themes/11/pinterest.png +0 -0
  23. images/themes/11/twitter.png +0 -0
  24. images/themes/11/youtube.png +0 -0
  25. images/themes/12/facebook.png +0 -0
  26. images/themes/12/feed.png +0 -0
  27. images/themes/12/googleplus.png +0 -0
  28. images/themes/12/linkedin.png +0 -0
  29. images/themes/12/pinterest.png +0 -0
  30. images/themes/12/twitter.png +0 -0
  31. images/themes/12/youtube.png +0 -0
  32. images/themes/13/feed.png +0 -0
  33. images/themes/14/facebook.png +0 -0
  34. images/themes/14/feed.png +0 -0
  35. images/themes/14/googleplus.png +0 -0
  36. images/themes/14/linkedin.png +0 -0
  37. images/themes/14/pinterest.png +0 -0
  38. images/themes/14/twitter.png +0 -0
  39. images/themes/14/youtube.png +0 -0
  40. images/themes/15/facebook.png +0 -0
  41. images/themes/15/feed.png +0 -0
  42. images/themes/15/googleplus.png +0 -0
  43. images/themes/15/linkedin.png +0 -0
  44. images/themes/15/pinterest.png +0 -0
  45. images/themes/15/twitter.png +0 -0
  46. images/themes/15/youtube.png +0 -0
  47. images/themes/16/feed.png +0 -0
  48. images/themes/17/facebook.png +0 -0
  49. images/themes/17/feed.png +0 -0
  50. images/themes/17/googleplus.png +0 -0
  51. images/themes/17/linkedin.png +0 -0
  52. images/themes/17/pinterest.png +0 -0
  53. images/themes/17/twitter.png +0 -0
  54. images/themes/17/youtube.png +0 -0
  55. images/themes/18/feed.png +0 -0
  56. images/themes/19/feed.png +0 -0
  57. images/themes/19/pinterest.png +0 -0
  58. images/themes/2/feed.png +0 -0
  59. images/themes/20/feed.png +0 -0
  60. images/themes/21/facebook.png +0 -0
  61. images/themes/21/feed.png +0 -0
  62. images/themes/21/googleplus.png +0 -0
  63. images/themes/21/linkedin.png +0 -0
  64. images/themes/21/pinterest.png +0 -0
  65. images/themes/21/twitter.png +0 -0
  66. images/themes/21/youtube.png +0 -0
  67. images/themes/22/feed.png +0 -0
  68. images/themes/23/feed.png +0 -0
  69. images/themes/24/facebook.png +0 -0
  70. images/themes/24/feed.png +0 -0
  71. images/themes/24/googleplus.png +0 -0
  72. images/themes/24/linkedin.png +0 -0
  73. images/themes/24/twitter.png +0 -0
  74. images/themes/24/youtube.png +0 -0
  75. images/themes/3/facebook.png +0 -0
  76. images/themes/3/feed.png +0 -0
  77. images/themes/3/googleplus.png +0 -0
  78. images/themes/3/linkedin.png +0 -0
  79. images/themes/3/pinterest.png +0 -0
  80. images/themes/3/twitter.png +0 -0
  81. images/themes/3/youtube.png +0 -0
  82. images/themes/4/feed.png +0 -0
  83. images/themes/5/facebook.png +0 -0
  84. images/themes/5/feed.png +0 -0
  85. images/themes/5/googleplus.png +0 -0
  86. images/themes/5/linkedin.png +0 -0
  87. images/themes/5/pinterest.png +0 -0
  88. images/themes/5/twitter.png +0 -0
  89. images/themes/5/youtube.png +0 -0
  90. images/themes/6/feed.png +0 -0
  91. images/themes/7/facebook.png +0 -0
  92. images/themes/7/feed.png +0 -0
  93. images/themes/7/googleplus.png +0 -0
  94. images/themes/7/linkedin.png +0 -0
  95. images/themes/7/pinterest.png +0 -0
  96. images/themes/7/twitter.png +0 -0
  97. images/themes/7/youtube.png +0 -0
  98. images/themes/8/feed.png +0 -0
  99. images/themes/9/feed.png +0 -0
  100. images/wd.jpg +0 -0
  101. images/wr.jpg +0 -0
  102. images/wtd.jpg +0 -0
  103. premium.php +9 -0
  104. readme.txt +79 -31
  105. screenshot-1.jpg +0 -0
  106. screenshot-2.jpg +0 -0
  107. screenshot-3.jpg +0 -0
  108. social-help.php +4 -68
  109. social-icon.php +36 -11
  110. style_admin.css +169 -0
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.1
8
  Author URI: http://www.acurax.com
9
  License: GPLv2 or later
10
  */
@@ -43,13 +43,14 @@ function AcuraxLinks($links, $file) {
43
  $plugin = plugin_basename(__FILE__);
44
  // create link
45
  if ($file == $plugin) {
 
46
  return array_merge( $links, array(
47
- '<div id="plugin_page_links"><a href="http://www.acurax.com" target="_blank">' . __('Acurax International') . '</a>',
48
  '<a href="https://twitter.com/#!/acuraxdotcom" target="_blank">' . __('Acurax on Twitter') . '</a>',
49
  '<a href="http://www.facebook.com/AcuraxInternational" target="_blank">' . __('Acurax on Facebook') . '</a>',
50
- '<a href="http://www.acurax.com/services/web-designing.php" target="_blank">' . __('Wordpress Theme Design') . '</a>',
51
- '<a href="http://www.acurax.com/services/blog-design.php" target="_blank">' . __('Wordpress Blog Design') . '</a>',
52
- '<a href="http://www.acurax.com/contact.php" target="_blank" style="border:0px;">' . __('Contact Acurax') . '</a></div>'
53
  ));
54
  }
55
  return $links;
@@ -68,9 +69,17 @@ function acx_social_icon_help()
68
  include('social-help.php');
69
  }
70
 
 
 
 
 
 
71
  function acx_social_icon_admin_actions()
72
  {
73
  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
 
 
 
74
  add_submenu_page('Acurax-Social-Icons-Settings', 'Acurax Social Icon Help and Support', 'Help', 8, 'Acurax-Social-Icons-Help' ,'acx_social_icon_help');
75
  }
76
 
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
  */
43
  $plugin = plugin_basename(__FILE__);
44
  // create link
45
  if ($file == $plugin) {
46
+
47
  return array_merge( $links, array(
48
+ '<div id="plugin_page_links"><a href="http://www.acurax.com?utm_source=wp&utm_medium=link&utm_campaign=plugin-page" target="_blank">' . __('Acurax International') . '</a>',
49
  '<a href="https://twitter.com/#!/acuraxdotcom" target="_blank">' . __('Acurax on Twitter') . '</a>',
50
  '<a href="http://www.facebook.com/AcuraxInternational" target="_blank">' . __('Acurax on Facebook') . '</a>',
51
+ '<a href="http://www.acurax.com/services/web-designing.php?utm_source=wp&utm_medium=link&utm_campaign=plugin-page" target="_blank">' . __('Wordpress Theme Design') . '</a>',
52
+ '<a href="http://www.acurax.com/services/blog-design.php?utm_source=wp&utm_medium=link&utm_campaign=plugin-page" target="_blank">' . __('Wordpress Blog Design') . '</a>',
53
+ '<a href="http://www.acurax.com/contact.php?utm_source=wp&utm_medium=link&utm_campaign=plugin-page" target="_blank" style="border:0px;">' . __('Contact Acurax') . '</a></div>'
54
  ));
55
  }
56
  return $links;
69
  include('social-help.php');
70
  }
71
 
72
+ function acx_social_icon_premium()
73
+ {
74
+ include('premium.php');
75
+ }
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
+
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
 
function.php CHANGED
@@ -12,6 +12,7 @@ $acx_si_youtube = get_option('acx_si_youtube');
12
  $acx_si_linkedin = get_option('acx_si_linkedin');
13
  $acx_si_gplus = get_option('acx_si_gplus');
14
  $acx_si_pinterest = get_option('acx_si_pinterest');
 
15
  $acx_si_icon_size = get_option('acx_si_icon_size');
16
  // *****************************************************
17
  function enqueue_acx_si_style()
@@ -35,7 +36,7 @@ function acurax_si_simple($theme)
35
 
36
  // Getting Globals *****************************
37
  global $acx_si_theme, $acx_si_credit, $acx_si_display , $acx_si_twitter, $acx_si_facebook, $acx_si_youtube,
38
- $acx_si_linkedin, $acx_si_gplus, $acx_si_pinterest, $acx_si_icon_size;
39
  // *****************************************************
40
  if ($theme == "") { $acx_si_touse_theme = $acx_si_theme; } else { $acx_si_touse_theme = $theme; }
41
  //******** MAKING EACH BUTTON LINKS ********************
@@ -69,6 +70,11 @@ function acurax_si_simple($theme)
69
  $linkedin_link = "<a href='". $acx_si_linkedin ."' target='_blank'>" . "<img src=" . plugins_url('images/themes/'
70
  . $acx_si_touse_theme .'/linkedin.png', __FILE__) . " border='0'></a>";
71
  }
 
 
 
 
 
72
  $social_icon_array_order = get_option('social_icon_array_order');
73
  $social_icon_array_order = unserialize($social_icon_array_order);
74
  foreach ($social_icon_array_order as $key => $value)
@@ -84,6 +90,8 @@ function acurax_si_simple($theme)
84
  else if ($value == 4) { echo $youtube_link; }
85
 
86
  else if ($value == 5) { echo $linkedin_link; }
 
 
87
  }
88
  } //acurax_si_simple()
89
 
@@ -133,10 +141,10 @@ function acx_theme_check_wp_footer() {
133
  function acurax_icons()
134
  {
135
  global $acx_si_theme, $acx_si_credit, $acx_si_display , $acx_si_twitter, $acx_si_facebook, $acx_si_youtube,
136
- $acx_si_linkedin, $acx_si_gplus, $acx_si_pinterest, $acx_si_icon_size;
137
 
138
  if($acx_si_twitter != "" || $acx_si_facebook != "" || $acx_si_youtube != "" || $acx_si_linkedin != "" ||
139
- $acx_si_pinterest != "" || $acx_si_gplus != "")
140
  {
141
  //*********************** STARTED DISPLAYING THE ICONS ***********************
142
  echo "\n\n\n<!-- Starting Icon Display Code For Social Media Icon From Acurax International www.acurax.com -->\n";
@@ -170,6 +178,7 @@ function acx_load_floating_js()
170
  $acx_si_facebook = get_option('acx_si_facebook');
171
  $acx_si_youtube = get_option('acx_si_youtube');
172
  $acx_si_linkedin = get_option('acx_si_linkedin');
 
173
  $acx_si_gplus = get_option('acx_si_gplus');
174
  $acx_si_pinterest = get_option('acx_si_pinterest');
175
  $count_check = 0;
@@ -179,13 +188,15 @@ function acx_load_floating_js()
179
  $l4 = 0;
180
  $l5 = 0;
181
  $l6 = 0;
 
182
  if ($acx_si_twitter != "") { $l1 = 1; }
183
  if ($acx_si_facebook != "") { $l2 = 1; }
184
  if ($acx_si_youtube != "") { $l3 = 1; }
185
  if ($acx_si_linkedin != "") { $l4 = 1; }
186
  if ($acx_si_gplus != "") { $l5 = 1; }
187
  if ($acx_si_pinterest != "") { $l6 = 1; }
188
- $count_check = $l1 + $l2 + $l3 + $l4 + $l5 + $l6;
 
189
  if ($acx_si_icon_size == $icon_size && $count_check == $count)
190
  {
191
  global $x;
@@ -208,6 +219,7 @@ function acx_load_floating_js()
208
  acx_si_check_loaded_count(4,16,-170,-35);
209
  acx_si_check_loaded_count(5,16,-170,-35);
210
  acx_si_check_loaded_count(6,16,-170,-35);
 
211
  // *********************************
212
  // Icon Size 25 Starts Here
213
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
@@ -217,6 +229,7 @@ function acx_load_floating_js()
217
  acx_si_check_loaded_count(4,25,-160,-50);
218
  acx_si_check_loaded_count(5,25,-160,-50);
219
  acx_si_check_loaded_count(6,25,-180,-50);
 
220
  // *********************************
221
  // Icon Size 32 Starts Here
222
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
@@ -226,6 +239,7 @@ function acx_load_floating_js()
226
  acx_si_check_loaded_count(4,32,-170,-55);
227
  acx_si_check_loaded_count(5,32,-190,-70);
228
  acx_si_check_loaded_count(6,32,-160,-80);
 
229
  // *********************************
230
  // Icon Size 40 Starts Here
231
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
@@ -235,6 +249,7 @@ function acx_load_floating_js()
235
  acx_si_check_loaded_count(4,40,-170,-105);
236
  acx_si_check_loaded_count(5,40,-170,-105);
237
  acx_si_check_loaded_count(6,40,-170,-105);
 
238
  // *********************************
239
  // Icon Size 48 Starts Here
240
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
@@ -244,6 +259,7 @@ function acx_load_floating_js()
244
  acx_si_check_loaded_count(4,48,-170,-120);
245
  acx_si_check_loaded_count(5,48,-170,-120);
246
  acx_si_check_loaded_count(6,48,-170,-120);
 
247
  // *********************************
248
  // Icon Size 55 Starts Here
249
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
@@ -253,6 +269,7 @@ function acx_load_floating_js()
253
  acx_si_check_loaded_count(4,55,-170,-135);
254
  acx_si_check_loaded_count(5,55,-190,-135);
255
  acx_si_check_loaded_count(6,55,-190,-135);
 
256
  // *********************************
257
  /**************************************************************************
258
  CONDITIONS ENDING HERE
@@ -298,10 +315,10 @@ function acx_load_floating_js()
298
  function pbl_footer()
299
  {
300
  global $acx_si_theme, $acx_si_credit, $acx_si_display , $acx_si_twitter, $acx_si_facebook, $acx_si_youtube,
301
- $acx_si_linkedin, $acx_si_gplus, $acx_si_pinterest;
302
 
303
  //********** CHECKING CREDIT LINK STATUS ******************
304
- if($acx_si_twitter != "" || $acx_si_facebook != "" || $acx_si_youtube != "" || $acx_si_linkedin != "" || $acx_si_pinterest != "" || $acx_si_gplus != "")
305
  {
306
  if($acx_si_credit == "yes")
307
  {
@@ -315,7 +332,7 @@ function pbl_footer()
315
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
316
  title='Social Media Wordpress plugin'
317
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Animated Social
318
- Media Icons</a> Powered by <a href='http://www.acurax.com/services/blog-design.php' target='_blank'
319
  title='Wordpress Development Company'
320
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress
321
  Development Company</a>";
@@ -324,7 +341,7 @@ function pbl_footer()
324
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
325
  title='Floating Social Media Wordpress plugin'
326
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Floating Social
327
- Media Icons</a> Powered by <a href='http://www.acurax.com/services/blog-design.php' target='_blank' title='Blog
328
  Design Company'
329
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Blog
330
  Designing Company</a>";
@@ -333,7 +350,7 @@ function pbl_footer()
333
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
334
  title='Social Media Plugin'
335
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
336
- Integration</a> Powered by <a href='http://www.acurax.com/services/blog-design.php' target='_blank' title='Web
337
  Design Company'
338
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress
339
  Theme Designers</a>";
@@ -342,7 +359,7 @@ function pbl_footer()
342
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
343
  title='Social Media Wordpress plugin'
344
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
345
- Icons</a> Powered by <a href='http://www.acurax.com/services/web-designing.php' target='_blank' title='Affordable
346
  Website Designer'
347
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Website
348
  Design Expert</a>";
@@ -351,7 +368,7 @@ function pbl_footer()
351
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
352
  title='SocialMedia Wordpress plugin'
353
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
354
- Icons</a> Powered by <a href='http://www.acurax.com/services/web-development.php' target='_blank' title='Web
355
  Development Company'
356
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Web
357
  Development Company</a>";
@@ -360,7 +377,7 @@ function pbl_footer()
360
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
361
  title='Social Media Wordpress plugin'
362
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
363
- Icons</a> Powered by <a href='http://www.acurax.com/services/website-redesign.php' target='_blank' title='Website
364
  Redesign Experts'
365
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Website
366
  Redesign Experts</a>";
@@ -370,7 +387,7 @@ function pbl_footer()
370
  title='Social Media Wordpress plugin'
371
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
372
  Icons</a> Powered by <a
373
- href='http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php' target='_blank'
374
  title='Social Profile Design Experts'
375
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Social
376
  Profile Design Experts</a>";
@@ -387,7 +404,7 @@ function pbl_footer()
387
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
388
  title='Social Media Wordpress plugin'
389
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
390
- Icons</a> Powered by <a href='http://www.acurax.com/services/web-designing.php' target='_blank' title='Web Design
391
  Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Web
392
  Design Company</a>";
393
  } else if(($x % 1) == 0)
@@ -395,7 +412,8 @@ function pbl_footer()
395
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
396
  title='Social Media Wordpress plugin'
397
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Animated Social
398
- Media Icons</a> Powered by <a href='http://www.acurax.com/services/blog-design.php' target='_blank'
 
399
  title='Wordpress Development Company'
400
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress
401
  Development Company</a>";
@@ -404,7 +422,7 @@ function pbl_footer()
404
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
405
  title='Social Media Wordpress plugin'
406
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
407
- Icons</a> Powered by <a href='http://www.acurax.com/services/online-store-design-development.php' target='_blank'
408
  title='Ecommerce Design Expert'
409
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Ecommerce
410
  Design Expert</a>";
@@ -529,7 +547,7 @@ function acx_si_pluign_upgrade_not_finished()
529
  <p><b>Thanks for updating Floating Social Media Icon plugin... You need to visit <a href="admin.php?page=Acurax-Social-Icons-Settings">Plugin\'s Settings Page</a> to Complete the Updation Process - <a href="admin.php?page=Acurax-Social-Icons-Settings">Click Here Visit Social Icon Plugin Settings</a></b></p>
530
  </div>';
531
  }
532
- $total_arrays = 6; // Number Of Services
533
  $social_icon_array_order = get_option('social_icon_array_order');
534
  $social_icon_array_order = unserialize($social_icon_array_order);
535
  $social_icon_array_count = count($social_icon_array_order);
@@ -549,7 +567,7 @@ function acx_si_pluign_not_configured()
549
  }
550
  if ($social_icon_array_count == $total_arrays)
551
  {
552
- if ($acx_si_twitter == "" && $acx_si_facebook == "" && $acx_si_youtube == "" && $acx_si_linkedin == "" && $acx_si_pinterest == "" && $acx_si_gplus == "")
553
  {
554
  add_action('admin_notices', 'acx_si_pluign_not_configured',1);
555
  } // Chking If Plugin Not Configured
@@ -754,4 +772,166 @@ else if ($current_user->display_name != "admin" && $current_user->display_name !
754
  </form>
755
  </div>
756
  </div>
757
- <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  $acx_si_linkedin = get_option('acx_si_linkedin');
13
  $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()
36
 
37
  // Getting Globals *****************************
38
  global $acx_si_theme, $acx_si_credit, $acx_si_display , $acx_si_twitter, $acx_si_facebook, $acx_si_youtube,
39
+ $acx_si_linkedin, $acx_si_gplus, $acx_si_pinterest, $acx_si_feed, $acx_si_icon_size;
40
  // *****************************************************
41
  if ($theme == "") { $acx_si_touse_theme = $acx_si_theme; } else { $acx_si_touse_theme = $theme; }
42
  //******** MAKING EACH BUTTON LINKS ********************
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);
80
  foreach ($social_icon_array_order as $key => $value)
90
  else if ($value == 4) { echo $youtube_link; }
91
 
92
  else if ($value == 5) { echo $linkedin_link; }
93
+
94
+ else if ($value == 6) { echo $feed_link; }
95
  }
96
  } //acurax_si_simple()
97
 
141
  function acurax_icons()
142
  {
143
  global $acx_si_theme, $acx_si_credit, $acx_si_display , $acx_si_twitter, $acx_si_facebook, $acx_si_youtube,
144
+ $acx_si_linkedin, $acx_si_gplus, $acx_si_pinterest, $acx_si_feed, $acx_si_icon_size;
145
 
146
  if($acx_si_twitter != "" || $acx_si_facebook != "" || $acx_si_youtube != "" || $acx_si_linkedin != "" ||
147
+ $acx_si_pinterest != "" || $acx_si_gplus != "" || $acx_si_feed != "")
148
  {
149
  //*********************** STARTED DISPLAYING THE ICONS ***********************
150
  echo "\n\n\n<!-- Starting Icon Display Code For Social Media Icon From Acurax International www.acurax.com -->\n";
178
  $acx_si_facebook = get_option('acx_si_facebook');
179
  $acx_si_youtube = get_option('acx_si_youtube');
180
  $acx_si_linkedin = get_option('acx_si_linkedin');
181
+ $acx_si_feed = get_option('acx_si_feed');
182
  $acx_si_gplus = get_option('acx_si_gplus');
183
  $acx_si_pinterest = get_option('acx_si_pinterest');
184
  $count_check = 0;
188
  $l4 = 0;
189
  $l5 = 0;
190
  $l6 = 0;
191
+ $l7 = 0;
192
  if ($acx_si_twitter != "") { $l1 = 1; }
193
  if ($acx_si_facebook != "") { $l2 = 1; }
194
  if ($acx_si_youtube != "") { $l3 = 1; }
195
  if ($acx_si_linkedin != "") { $l4 = 1; }
196
  if ($acx_si_gplus != "") { $l5 = 1; }
197
  if ($acx_si_pinterest != "") { $l6 = 1; }
198
+ if ($acx_si_feed != "") { $l7 = 1; }
199
+ $count_check = $l1 + $l2 + $l3 + $l4 + $l5 + $l6 + $l7;
200
  if ($acx_si_icon_size == $icon_size && $count_check == $count)
201
  {
202
  global $x;
219
  acx_si_check_loaded_count(4,16,-170,-35);
220
  acx_si_check_loaded_count(5,16,-170,-35);
221
  acx_si_check_loaded_count(6,16,-170,-35);
222
+ acx_si_check_loaded_count(7,16,-170,-35);
223
  // *********************************
224
  // Icon Size 25 Starts Here
225
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
229
  acx_si_check_loaded_count(4,25,-160,-50);
230
  acx_si_check_loaded_count(5,25,-160,-50);
231
  acx_si_check_loaded_count(6,25,-180,-50);
232
+ acx_si_check_loaded_count(7,25,-180,-50);
233
  // *********************************
234
  // Icon Size 32 Starts Here
235
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
239
  acx_si_check_loaded_count(4,32,-170,-55);
240
  acx_si_check_loaded_count(5,32,-190,-70);
241
  acx_si_check_loaded_count(6,32,-160,-80);
242
+ acx_si_check_loaded_count(7,32,-160,-80);
243
  // *********************************
244
  // Icon Size 40 Starts Here
245
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
249
  acx_si_check_loaded_count(4,40,-170,-105);
250
  acx_si_check_loaded_count(5,40,-170,-105);
251
  acx_si_check_loaded_count(6,40,-170,-105);
252
+ acx_si_check_loaded_count(7,40,-170,-145);
253
  // *********************************
254
  // Icon Size 48 Starts Here
255
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
259
  acx_si_check_loaded_count(4,48,-170,-120);
260
  acx_si_check_loaded_count(5,48,-170,-120);
261
  acx_si_check_loaded_count(6,48,-170,-120);
262
+ acx_si_check_loaded_count(7,48,-170,-175);
263
  // *********************************
264
  // Icon Size 55 Starts Here
265
  // acx_si_check_loaded_count($count,$icon_size,$set_x_value,$set_y_value);
269
  acx_si_check_loaded_count(4,55,-170,-135);
270
  acx_si_check_loaded_count(5,55,-190,-135);
271
  acx_si_check_loaded_count(6,55,-190,-135);
272
+ acx_si_check_loaded_count(7,55,-190,-200);
273
  // *********************************
274
  /**************************************************************************
275
  CONDITIONS ENDING HERE
315
  function pbl_footer()
316
  {
317
  global $acx_si_theme, $acx_si_credit, $acx_si_display , $acx_si_twitter, $acx_si_facebook, $acx_si_youtube,
318
+ $acx_si_linkedin, $acx_si_gplus, $acx_si_pinterest, $acx_si_feed;
319
 
320
  //********** CHECKING CREDIT LINK STATUS ******************
321
+ if($acx_si_twitter != "" || $acx_si_facebook != "" || $acx_si_youtube != "" || $acx_si_linkedin != "" || $acx_si_pinterest != "" || $acx_si_gplus != "" || $acx_si_feed != "")
322
  {
323
  if($acx_si_credit == "yes")
324
  {
332
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
333
  title='Social Media Wordpress plugin'
334
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Animated Social
335
+ Media Icons</a> Powered by <a href='http://www.acurax.com/services/blog-design.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank'
336
  title='Wordpress Development Company'
337
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress
338
  Development Company</a>";
341
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
342
  title='Floating Social Media Wordpress plugin'
343
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Floating Social
344
+ Media Icons</a> Powered by <a href='http://www.acurax.com/services/blog-design.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank' title='Blog
345
  Design Company'
346
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Blog
347
  Designing Company</a>";
350
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
351
  title='Social Media Plugin'
352
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
353
+ Integration</a> Powered by <a href='http://www.acurax.com/services/blog-design.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank' title='Web
354
  Design Company'
355
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress
356
  Theme Designers</a>";
359
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
360
  title='Social Media Wordpress plugin'
361
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
362
+ Icons</a> Powered by <a href='http://www.acurax.com/services/web-designing.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank' title='Affordable
363
  Website Designer'
364
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Website
365
  Design Expert</a>";
368
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
369
  title='SocialMedia Wordpress plugin'
370
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
371
+ Icons</a> Powered by <a href='http://www.acurax.com/services/web-development.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank' title='Web
372
  Development Company'
373
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Web
374
  Development Company</a>";
377
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
378
  title='Social Media Wordpress plugin'
379
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
380
+ Icons</a> Powered by <a href='http://www.acurax.com/services/website-redesign.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank' title='Website
381
  Redesign Experts'
382
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Website
383
  Redesign Experts</a>";
387
  title='Social Media Wordpress plugin'
388
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
389
  Icons</a> Powered by <a
390
+ href='http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank'
391
  title='Social Profile Design Experts'
392
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Social
393
  Profile Design Experts</a>";
404
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
405
  title='Social Media Wordpress plugin'
406
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
407
+ Icons</a> Powered by <a href='http://www.acurax.com/services/web-designing.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank' title='Web Design
408
  Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Web
409
  Design Company</a>";
410
  } else if(($x % 1) == 0)
412
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
413
  title='Social Media Wordpress plugin'
414
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Animated Social
415
+ Media Icons</a> Powered by <a href='http://www.acurax.com/services/wordpress-designing-experts.php?utm_source=blink&utm_medium=link&utm_campaign=footer'
416
+ target='_blank'
417
  title='Wordpress Development Company'
418
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress
419
  Development Company</a>";
422
  echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
423
  title='Social Media Wordpress plugin'
424
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
425
+ Icons</a> Powered by <a href='http://www.acurax.com/services/online-store-design-development.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank'
426
  title='Ecommerce Design Expert'
427
  style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Ecommerce
428
  Design Expert</a>";
547
  <p><b>Thanks for updating Floating Social Media Icon plugin... You need to visit <a href="admin.php?page=Acurax-Social-Icons-Settings">Plugin\'s Settings Page</a> to Complete the Updation Process - <a href="admin.php?page=Acurax-Social-Icons-Settings">Click Here Visit Social Icon Plugin Settings</a></b></p>
548
  </div>';
549
  }
550
+ $total_arrays = 7; // Number Of Services
551
  $social_icon_array_order = get_option('social_icon_array_order');
552
  $social_icon_array_order = unserialize($social_icon_array_order);
553
  $social_icon_array_count = count($social_icon_array_order);
567
  }
568
  if ($social_icon_array_count == $total_arrays)
569
  {
570
+ if ($acx_si_twitter == "" && $acx_si_facebook == "" && $acx_si_youtube == "" && $acx_si_linkedin == "" && $acx_si_pinterest == "" && $acx_si_gplus == "" && $acx_si_feed == "")
571
  {
572
  add_action('admin_notices', 'acx_si_pluign_not_configured',1);
573
  } // Chking If Plugin Not Configured
772
  </form>
773
  </div>
774
  </div>
775
+ <?php }
776
+ function socialicons_comparison($ad)
777
+ {
778
+ $ad_1 = '
779
+ </hr>
780
+ <div align="center">
781
+ <br>
782
+ <h1>Free and Premium Comparison:</h2>
783
+ <table id="comparison" cellspacing="0" style="margin-right:auto;margin-left:auto;">
784
+ <tr class="title">
785
+ <td class="label">Features</td>
786
+ <td class="feature_free">Free</td>
787
+ <td class="feature_paid" style="border-right:0px;">Premium</td>
788
+ </tr>
789
+
790
+ <tr>
791
+ <td class="label">Automatic/Manual Integration</td>
792
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
793
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
794
+ </tr>
795
+
796
+ <tr>
797
+ <td class="label">Option to select/define icon design</td>
798
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
799
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
800
+ </tr>
801
+
802
+ <tr>
803
+ <td class="label">Option to select/define icon size</td>
804
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
805
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
806
+ </tr>
807
+
808
+ <tr>
809
+ <td class="label">Seperate Icon Style/Size for each Shortcode</td>
810
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
811
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
812
+ </tr>
813
+
814
+ <tr>
815
+ <td class="label">Seperate Icon Style/Size for each Widget</td>
816
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
817
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
818
+ </tr>
819
+
820
+ <tr>
821
+ <td class="label">Reorder Icons</td>
822
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
823
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
824
+ </tr>
825
+
826
+ <tr>
827
+ <td class="label">Widget Support</td>
828
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
829
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
830
+ </tr>
831
+
832
+ <tr>
833
+ <td class="label">Multiple Widget Support</td>
834
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
835
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
836
+ </tr>
837
+
838
+ <tr>
839
+ <td class="label">Shortcode Support</td>
840
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
841
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
842
+ </tr>
843
+
844
+ <tr>
845
+ <td class="label">Multiple Shortcode Instance Support</td>
846
+ <td class="feature_free"><div id="c_tick"></div> <!-- c_tick --></td>
847
+ <td class="feature_paid" style="border-right:0px;"><div id="c_tick"></div> <!-- c_tick --></td>
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>
921
+
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
+
937
+ ?>
images/button.jpg ADDED
Binary file
images/check_mark.png ADDED
Binary file
images/cross_mark.png ADDED
Binary file
images/lq.jpg ADDED
Binary file
images/orange_buynow.png ADDED
Binary file
images/payments.jpg ADDED
Binary file
images/spd.jpg ADDED
Binary file
images/themes/1/facebook.png CHANGED
Binary file
images/themes/1/feed.png ADDED
Binary file
images/themes/1/googleplus.png CHANGED
Binary file
images/themes/1/linkedin.png CHANGED
Binary file
images/themes/1/pinterest.png CHANGED
Binary file
images/themes/1/twitter.png CHANGED
Binary file
images/themes/1/youtube.png CHANGED
Binary file
images/themes/10/feed.png ADDED
Binary file
images/themes/11/facebook.png CHANGED
Binary file
images/themes/11/feed.png ADDED
Binary file
images/themes/11/googleplus.png CHANGED
Binary file
images/themes/11/linkedin.png CHANGED
Binary file
images/themes/11/pinterest.png CHANGED
Binary file
images/themes/11/twitter.png CHANGED
Binary file
images/themes/11/youtube.png CHANGED
Binary file
images/themes/12/facebook.png CHANGED
Binary file
images/themes/12/feed.png ADDED
Binary file
images/themes/12/googleplus.png CHANGED
Binary file
images/themes/12/linkedin.png CHANGED
Binary file
images/themes/12/pinterest.png CHANGED
Binary file
images/themes/12/twitter.png CHANGED
Binary file
images/themes/12/youtube.png CHANGED
Binary file
images/themes/13/feed.png ADDED
Binary file
images/themes/14/facebook.png CHANGED
Binary file
images/themes/14/feed.png ADDED
Binary file
images/themes/14/googleplus.png CHANGED
Binary file
images/themes/14/linkedin.png CHANGED
Binary file
images/themes/14/pinterest.png CHANGED
Binary file
images/themes/14/twitter.png CHANGED
Binary file
images/themes/14/youtube.png CHANGED
Binary file
images/themes/15/facebook.png CHANGED
Binary file
images/themes/15/feed.png ADDED
Binary file
images/themes/15/googleplus.png CHANGED
Binary file
images/themes/15/linkedin.png CHANGED
Binary file
images/themes/15/pinterest.png CHANGED
Binary file
images/themes/15/twitter.png CHANGED
Binary file
images/themes/15/youtube.png CHANGED
Binary file
images/themes/16/feed.png ADDED
Binary file
images/themes/17/facebook.png CHANGED
Binary file
images/themes/17/feed.png ADDED
Binary file
images/themes/17/googleplus.png CHANGED
Binary file
images/themes/17/linkedin.png CHANGED
Binary file
images/themes/17/pinterest.png CHANGED
Binary file
images/themes/17/twitter.png CHANGED
Binary file
images/themes/17/youtube.png CHANGED
Binary file
images/themes/18/feed.png ADDED
Binary file
images/themes/19/feed.png ADDED
Binary file
images/themes/19/pinterest.png CHANGED
Binary file
images/themes/2/feed.png ADDED
Binary file
images/themes/20/feed.png ADDED
Binary file
images/themes/21/facebook.png CHANGED
Binary file
images/themes/21/feed.png ADDED
Binary file
images/themes/21/googleplus.png CHANGED
Binary file
images/themes/21/linkedin.png CHANGED
Binary file
images/themes/21/pinterest.png CHANGED
Binary file
images/themes/21/twitter.png CHANGED
Binary file
images/themes/21/youtube.png CHANGED
Binary file
images/themes/22/feed.png ADDED
Binary file
images/themes/23/feed.png ADDED
Binary file
images/themes/24/facebook.png CHANGED
Binary file
images/themes/24/feed.png ADDED
Binary file
images/themes/24/googleplus.png CHANGED
Binary file
images/themes/24/linkedin.png CHANGED
Binary file
images/themes/24/twitter.png CHANGED
Binary file
images/themes/24/youtube.png CHANGED
Binary file
images/themes/3/facebook.png CHANGED
Binary file
images/themes/3/feed.png ADDED
Binary file
images/themes/3/googleplus.png CHANGED
Binary file
images/themes/3/linkedin.png CHANGED
Binary file
images/themes/3/pinterest.png CHANGED
Binary file
images/themes/3/twitter.png CHANGED
Binary file
images/themes/3/youtube.png CHANGED
Binary file
images/themes/4/feed.png ADDED
Binary file
images/themes/5/facebook.png CHANGED
Binary file
images/themes/5/feed.png ADDED
Binary file
images/themes/5/googleplus.png CHANGED
Binary file
images/themes/5/linkedin.png CHANGED
Binary file
images/themes/5/pinterest.png CHANGED
Binary file
images/themes/5/twitter.png CHANGED
Binary file
images/themes/5/youtube.png CHANGED
Binary file
images/themes/6/feed.png ADDED
Binary file
images/themes/7/facebook.png CHANGED
Binary file
images/themes/7/feed.png ADDED
Binary file
images/themes/7/googleplus.png CHANGED
Binary file
images/themes/7/linkedin.png CHANGED
Binary file
images/themes/7/pinterest.png CHANGED
Binary file
images/themes/7/twitter.png CHANGED
Binary file
images/themes/7/youtube.png CHANGED
Binary file
images/themes/8/feed.png ADDED
Binary file
images/themes/9/feed.png ADDED
Binary file
images/wd.jpg ADDED
Binary file
images/wr.jpg ADDED
Binary file
images/wtd.jpg ADDED
Binary file
premium.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
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);
8
+ acurax_optin(); ?>
9
+ </div>
readme.txt CHANGED
@@ -1,52 +1,82 @@
1
  === Floating Social Media Icon ===
2
  Contributors: Acurax
3
- Donate link:http://www.acurax.com/
4
 
5
- Tags: social media,social media icon,pinterest,social profile link,social floating icon,floating social media button,social media url,social media button,facebook button,floating pinterest,twitter icon,social media widget,youtube icon,youtube button,facebook profile url,twitter url,social icon,google plus,googleplus button,google plus button,pinterest 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 which floats,Can configure social icon design,order and size at plugin settings.
11
- Suport Widget & Shortcode
12
  == Description ==
13
 
14
- Floating Social Media Icon is an easy to use plugin which allows you to configure essential social media profile links, like Twitter, Facebook, Pinterest, Youtube and Linkedin from plugin settings and you also have option to select an icon style from the icon packs available.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- You can make the icons to appear automatically or you can use widgets,
17
- shortcode or php code to display icons where ever you like to show.
18
- If you use the option to show it automatically.
19
 
20
- The icons will fly from top left to bottom right and it will stay there
21
- even if user scrolls the page, thus it floats
22
 
 
23
 
 
24
 
25
- = Features that make this plugin an ultimate social media plugin =
26
  .
27
 
28
  Multiple Social Media Widget Support
29
 
30
- Each Widget Can Have Seperate Icon Theme and Icon Size
31
 
32
  Shortcode Support
33
 
34
- Each Shortcode Support Seperate Icon Theme and Icon Size (check faq)
35
 
36
  Icons in content
37
 
38
- Can Show Social Media Icons in between content on post and pages in any size
39
- and style plugin supports.
40
 
41
  Other Features
42
 
43
- One and Only Plugin With 20+ Icon Designs with Pinterest Support
44
- Drag and Drop Reorder Icons
45
- Easy to configure user interface
46
- Icon Size Selection Support
47
- Automatic Integration
48
- Support Essential Social Medias Only
49
- Pinterest Support
 
 
 
 
 
 
50
 
51
  In Short we can say, this is an ultimate social icon widget that can be configured to float or not to float on your visitors screen.. check screenshots and video for a clear understanding.
52
 
@@ -64,12 +94,14 @@ We Always Look Forward Your Comments and Suggestions for Future Updates. You can
64
 
65
  **About**
66
 
67
- This Plugin is developed and maintained by [Acurax International](http://www.acurax.com/ "Website Designing"). For any support, you may contact us [here](http://www.acurax.com/contact.php "Web Consulting").
68
 
69
  [Acurax](http://www.acurax.com/ "Acurax Web Design Development Service") Provide [Wordpress Theme Design](http://www.acurax.com/services/web-designing.php "Wordpress Theme Design Service") and [Development](http://www.acurax.com/services/web-development.php "Wordpress Development") Services.
70
 
71
  **Plugin Video Tour**
72
- '[youtube http://www.youtube.com/watch?v=oK1iCywcjZY]'
 
 
73
 
74
  NOTE: This video is old version video. Check Screenshots for
75
  New Settings Page Option Preview.
@@ -83,7 +115,9 @@ Then Visit Plugin Configuration Settings and select a theme and size for icons.
83
  You need to go to Apperance >> Widgets to add "Acx Social Icon" Widget to your sidebar
84
  If you selected display mode as manual, you can use the shortcodes which is clearly mentioned in [Faq](http://wordpress.org/extend/plugins/floating-social-media-icon/faq/ "Frequently Asked Questions") section.
85
 
86
- '[youtube http://www.youtube.com/watch?v=oK1iCywcjZY]'
 
 
87
 
88
  NOTE: This video is old version video. Check Screenshots for
89
  New Settings Page Option Preview.
@@ -130,10 +164,14 @@ It will show the Social Media Icon with Icon Theme 10 and Icon size will be 45px
130
 
131
  = How can i use the plugin widgets? =
132
 
133
- We have widgets also with almost same features of the shortcodes, You can have **many number of widgets where on each widget you can configure the Social Media Icons size and Icon Design/Style**.
134
 
135
  To add a widget to your sidebar.. you theme must support sidebars. Go to **Apperance >> Widgets**,to add "Acx Social Icons" widget to your sidebar.
136
 
 
 
 
 
137
  = How can i help the development of this plugin? =
138
 
139
  Acurax Provide Most of all the wordpress related services like website design and development including plugin development, theme design and coding, Graphics Design like header image designing etc. we can do your projects. So here you get what u needs to get done and we getting business so a part of that can be used for the time that we spend to develop plugins like this
@@ -158,14 +196,19 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
158
 
159
  == Screenshots ==
160
 
161
- 1. Plugin Settings Page
162
- 2. Plugin in action, It will stay at bottom right with animated move even if we scroll.. Auto and Manual Mode. It Shows Both Floating and Shortcode Icons..
163
- 3. Icon Settings Style/Theme and Size Selection Options
164
- 4. Social Media Profile Link Settings
165
- 5. Credit Link Enable Disable Option
166
 
167
  == Upgrade Notice ==
168
 
 
 
 
 
 
169
  = 1.1.1 =
170
  * April 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
171
  * Fixed Minor Styling Problem
@@ -215,6 +258,11 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
215
 
216
  == Changelog ==
217
 
 
 
 
 
 
218
  = 1.1.1 =
219
  * April 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
220
  * Fixed Minor Styling Problem
1
  === Floating Social Media Icon ===
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.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
+
18
+ ★ 20+ Icon Styles
19
+
20
+ ★ Set Icon Size & Order
21
+
22
+ ★ Multiple Widget & Shortcode Support
23
+
24
+ ★ Auto/Manual Integration
25
+
26
+ ★ Enable/Disable Floating
27
+
28
+ ★ Most Downloaded Plugin With Floating Support
29
+
30
+ ★ Less Load - Essential Social Medias Only
31
+
32
+ ★ Easy to Configure
33
+
34
+ ★ Detailed Help Documentation
35
+
36
+ ★ Featured Plugin On Many Plugin Review Sites
37
 
38
+ You can make the icons to appear automatically or you can use widgets,
39
+ shortcode or php code to display icons where ever you like to show.
40
+ If you use the option to show it automatically.
41
 
42
+ The icons will fly from top left to bottom right and it will stay there
43
+ even if user scrolls the page, thus it floats
44
 
45
+ = [ LIVE DEMO ] =
46
 
47
+ * [Click Here To See a Live Demo](http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/ "Floating Social Media Icon Demo")
48
 
49
+ = Features that make this plugin an Ultimate Social Media Plugin =
50
  .
51
 
52
  Multiple Social Media Widget Support
53
 
54
+ Each Social Media Widget Can Have Seperate Icon Theme and Icon Size
55
 
56
  Shortcode Support
57
 
58
+ Each Shortcode Support Seperate Icon Theme and Icon Size (check faq)
59
 
60
  Icons in content
61
 
62
+ Can Show Social Media Icons in between content on post and pages
63
+ in any size and style plugin supports.
64
 
65
  Other Features
66
 
67
+ One and Only Plugin With 20+ Icon Designs with Pinterest Support
68
+
69
+ Drag and Drop Reorder Icons
70
+
71
+ Easy to configure user interface
72
+
73
+ Icon Size Selection Support
74
+
75
+ ★ Automatic Integration
76
+
77
+ ★ Support Essential Social Medias Only
78
+
79
+ ★ Pinterest Support
80
 
81
  In Short we can say, this is an ultimate social icon widget that can be configured to float or not to float on your visitors screen.. check screenshots and video for a clear understanding.
82
 
94
 
95
  **About**
96
 
97
+ This Social Media Widget Plugin With Floating Animation is developed and maintained by [Acurax International](http://www.acurax.com/ "Website Designing"). For any support, you may contact us [here](http://www.acurax.com/contact.php "Web Consulting").
98
 
99
  [Acurax](http://www.acurax.com/ "Acurax Web Design Development Service") Provide [Wordpress Theme Design](http://www.acurax.com/services/web-designing.php "Wordpress Theme Design Service") and [Development](http://www.acurax.com/services/web-development.php "Wordpress Development") Services.
100
 
101
  **Plugin Video Tour**
102
+ [youtube http://www.youtube.com/watch?v=oK1iCywcjZY]
103
+
104
+ [Click Here To Watch On Youtube](http://www.youtube.com/watch?v=oK1iCywcjZY "Click Here To Watch On Youtube")
105
 
106
  NOTE: This video is old version video. Check Screenshots for
107
  New Settings Page Option Preview.
115
  You need to go to Apperance >> Widgets to add "Acx Social Icon" Widget to your sidebar
116
  If you selected display mode as manual, you can use the shortcodes which is clearly mentioned in [Faq](http://wordpress.org/extend/plugins/floating-social-media-icon/faq/ "Frequently Asked Questions") section.
117
 
118
+ [youtube http://www.youtube.com/watch?v=oK1iCywcjZY]
119
+
120
+ [Click Here To Watch On Youtube](http://www.youtube.com/watch?v=oK1iCywcjZY "Click Here To Watch On Youtube")
121
 
122
  NOTE: This video is old version video. Check Screenshots for
123
  New Settings Page Option Preview.
164
 
165
  = How can i use the plugin widgets? =
166
 
167
+ Plugin Support Social Media Widget with almost same features of the shortcodes, You can have **many number of widgets where on each widget you can configure the Social Media Icons size and Icon Design/Style**.
168
 
169
  To add a widget to your sidebar.. you theme must support sidebars. Go to **Apperance >> Widgets**,to add "Acx Social Icons" widget to your sidebar.
170
 
171
+ = How Many Social Media Widget Can i use? =
172
+
173
+ Plugin Support More than one instance of Social Media Widgets, SO you can use as many as widget on your sidebars.
174
+
175
  = How can i help the development of this plugin? =
176
 
177
  Acurax Provide Most of all the wordpress related services like website design and development including plugin development, theme design and coding, Graphics Design like header image designing etc. we can do your projects. So here you get what u needs to get done and we getting business so a part of that can be used for the time that we spend to develop plugins like this
196
 
197
  == Screenshots ==
198
 
199
+ 1. Plugin Settings Page (Low Quality Screenshot To Load Fast)
200
+ 2. Plugin in action, It will stay at bottom right with animated move even if we scroll.. Auto and Manual Mode. It Shows Both Floating and Shortcode Icons.. (Low Quality Screenshot To Load Fast)
201
+ 3. Icon Settings Style/Theme and Size Selection Options (Low Quality Screenshot To Load Fast)
202
+ 4. Social Media Profile Link Settings (Low Quality Screenshot To Load Fast)
203
+ 5. Credit Link Enable Disable Option (Low Quality Screenshot To Load Fast)
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
210
+ * Better Icon Quality
211
+
212
  = 1.1.1 =
213
  * April 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
214
  * Fixed Minor Styling Problem
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
264
+ * Better Icon Quality
265
+
266
  = 1.1.1 =
267
  * April 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
268
  * Fixed Minor Styling Problem
screenshot-1.jpg CHANGED
Binary file
screenshot-2.jpg CHANGED
Binary file
screenshot-3.jpg CHANGED
Binary file
social-help.php CHANGED
@@ -1,76 +1,12 @@
1
- <?php
2
- $code = ' <?php wp_footer(); ?>';
3
- $code_2 = ' <?php wp_head(); ?>';
4
- $code_3 = ' </body>';
5
- $code_4 = ' </head>';
6
- $code_5 = ' <?php DISPLAY_ACURAX_ICONS(); ?>';
7
- $code_6 = ' [DISPLAY_ACURAX_ICONS]';
8
- ?>
9
  <div id="acx_help_page">
10
  <h2>Floating Social Media Icon - Wordpress Plugin - Help/Support</h2>
11
 
12
  <p>Thank you for using Floating Social Media Icon Plugin For Your Wordpress Social Media Profile Linking Need.</p>
13
- <p>We always look forward for your suggestions and comments regarding the plugin. You can submit them via our website <a href="http://www.acurax.com" target="_blank">www.acurax.com</a></p>
14
- <p><a href="http://www.acurax.com/services/blog-design.php" target="_blank">Wordpress Theme Design</a> | <a href="http://www.acurax.com/services/web-designing.php" target="_blank">Website Design</a> | <a href="http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php" target="_blank">Social Profile Design</a>| <a href="http://www.acurax.com/social-media-marketing-optimization/twitter-background-design.php" target="_blank">Twitter Background Design</a>| <a href="http://www.acurax.com/social-media-marketing-optimization/facebook-page-design.php" target="_blank">Facebook Page Design</a> |
15
- <a href="#cheat-sheet">Free Social Media Marketing Cheat Sheet</a>
16
- </p>
17
- <hr>
18
- <h3>Frequently Asked Questions</h3>
19
 
20
- <p class="q" style="margin-top: 18px;">How can i hide an icon?</p>
21
- <p class="a">To hide an icon, Just dont give any value for that button link.. it will automatically gets hiden.</p>
22
 
23
- <p class="q" style="border:0px;padding:0px;">Why the floating social media icon is not displaying on my page even if i made all properly?</p>
24
- <p class="a">Our Plugin Uses Hooks to integrate the suppported javascripts styles and html to the theme. So Make sure your theme footer.php have <?php highlight_string($code); ?> and header.php have <?php highlight_string($code_2); ?>, Most of all the plugins work with the support of this code and if this is not present on your theme.. Its your themes mistake..</p>
25
-
26
- <p class="q">How can i integrate the <?php highlight_string($code); ?> and <?php highlight_string($code_2); ?> to my theme if it is not present on my theme?</p>
27
- <p class="a">It can be easily done.. Just to go Theme Editor which is under apperance and select footer.php and add <?php highlight_string($code); ?> before the closing body tag which is <?php highlight_string($code_3); ?> and then go and edit header.php and add <?php highlight_string($code_2); ?> just before the closing head tag which is <?php highlight_string($code_4); ?></p>
28
-
29
- <p class="q">Can i disable the automated integration and place where ever i want?</p>
30
- <p class="a">Yes, You can.. Just to go "Acx Social icons" Menu which is in left side on wp-admin and in that page you will find "Display Mode" option. Select it to Manual. But then there will be no animation but you can Use Our Shortcode or PHP Code to display the social media icons anywhere you want.</p>
31
-
32
- <p class="q">What are theshortcode and php code that will display this social media icon?</p>
33
- <p class="a">You can use the shortcode <?php highlight_string($code_6); ?> in any post or page or even in your custom post types. You can also use <?php highlight_string($code_5); ?> anywhere in the theme files to show this icons.(But note that manual icons display will not have the animation</p>
34
-
35
- <p class="q">Can i customize the shortcode to show icons with differant icon design and size?</p>
36
-
37
- <p class="a">Yes, You can use shortcode to display icon and set icon size,what ever you want which is supported by the plugin. You can override the global icon theme and size configuration using some attributes on shortcode.</p>
38
-
39
- <p class="a">As you know we have given icon themes, Numbers to identify. Right now we have themes like, 1,2,3,4....</p>
40
-
41
- <p class="a">If you want to show icons with Theme # 5, You can use the shortcode <b>[DISPLAY_ACURAX_ICONS theme="5"]</b></p>
42
- <p class="a">Here we using the attribute <b>"theme"</b> to define the theme number (Make sure you use the available theme numbers, You can see the theme numbers on <a href="admin.php?page=Acurax-Social-Icons-Settings" target="_blank">plugin settings page</a>)</p>
43
-
44
- <p class="a">If you want to show the icons with a custom size 50px.. you can use the shortcode <b>[DISPLAY_ACURAX_ICONS size="50"]</b></p>
45
- <p class="a">Here we using the attribute <b>"size"</b> to define the icon size (Make Sure you specifying size which is not more than "55" which is the maximum icon support of this plugin, DO NOT ADD px, Just Add the Size in Numerical)</p>
46
-
47
- <p class="a">So if you use a shortcode <b>[DISPLAY_ACURAX_ICONS theme="10" size="45"]</b></p>
48
- <p class="a">It will show the Social Media Icon with Icon Theme 10 and Icon size will be 45px width and height.</p>
49
-
50
-
51
- <p class="q">How can i use the plugin widgets?</p>
52
-
53
- <p class="a">We have widgets also with almost same features of the shortcodes, You can have many number of widgets where on each widget you can configure the Social Media Icons size and Icon Design/Style.</p>
54
-
55
- <p class="a">To add a widget to your sidebar.. you theme must support sidebars. Go to Apperance >> Widgets,to add "Acx Social Icons" widget to your sidebar.</p>
56
-
57
- <p class="q">How can i help the development of this plugin?</p>
58
- <p class="a">Acurax Provide Most of all the wordpress related services like website design and development including plugin development, theme design and coding, Graphics Design like header image designing etc. we can do your projects. So here you get what u needs to get done and we getting business so a part of that can be used for the time that we spend to develop plugins like this </p>
59
-
60
- <p class="q">There are a lot of other social icons plugins, but why this plugin?</p>
61
- <p class="a">Most of all the plugins have more and more options which is only easly understandable by advanced users, those have a bunch of social media profile integrations. But in our case we choosen the must to have icons and made it perfect animation and position styling.. More icons on website make it look bad.. So use the essentials with sexy display.</p>
62
-
63
- <p class="q">Can i add my own icons for the social media profiles?</p>
64
- <p class="a">Sorry, Its not supported in this version, but we will be releasing a premium version which support a lot more easy options with in few weeks, we are on its development.</p>
65
-
66
- <p class="q">After Upgrading Plugin, Icons are not showing. why?</p>
67
- <p class="a">You need to visit the plugin settings page once after upgrading to complete the upgrade process.Only after that it will show the icon.</p>
68
-
69
- <p class="q">Will upgrade change any of my settings or configuration?</p>
70
- <p class="a">No, It will not.. :)</p>
71
-
72
- <p class="a">Have more questions ? <a href="http://www.acurax.com/contact.php" target="_blank">Drop a mail</a> and we shall get back to you with the answers.</p>
73
-
74
- <?php acurax_optin(); ?>
75
 
76
  </div> <!-- acx_help_page -->
 
 
 
 
 
 
 
 
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>
 
 
 
 
 
 
5
 
6
+ <h3><a href="http://clients.acurax.com/link.php?id=8" target="_blank">Click here to open the FAQ and Help Page</a></h3>
 
7
 
8
+ <?php
9
+ socialicons_comparison(1);
10
+ acurax_optin(); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  </div> <!-- acx_help_page -->
social-icon.php CHANGED
@@ -34,6 +34,9 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
34
 
35
  $acx_si_pinterest = $_POST['acx_si_pinterest'];
36
  update_option('acx_si_pinterest', $acx_si_pinterest);
 
 
 
37
 
38
  $social_icon_array_order = get_option('social_icon_array_order');
39
 
@@ -50,6 +53,7 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
50
  $acx_si_youtube = get_option('acx_si_youtube');
51
  $acx_si_linkedin = get_option('acx_si_linkedin');
52
  $acx_si_pinterest = get_option('acx_si_pinterest');
 
53
  $acx_si_gplus = get_option('acx_si_gplus');
54
  $acx_si_credit = get_option('acx_si_credit');
55
  $acx_si_icon_size = get_option('acx_si_icon_size');
@@ -64,13 +68,13 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
64
 
65
  if ($social_icon_array_order == "")
66
  {
67
- $social_icon_array_order = array(0,1,2,3,4,5);
68
  $social_icon_array_order = serialize($social_icon_array_order);
69
  update_option('social_icon_array_order', $social_icon_array_order);
70
  } else
71
  {
72
  // Counting and Adding New Keys (UPGRADE PURPOSE)
73
- $total_arrays = 6; // Number Of Services
74
  $social_icon_array_order = get_option('social_icon_array_order');
75
  $social_icon_array_order = unserialize($social_icon_array_order);
76
  $social_icon_array_count = count($social_icon_array_order);
@@ -114,14 +118,13 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
114
 
115
 
116
  <div class="wrap">
117
- <p class="widefat" style="padding:8px;width:99%;">
118
- <b>Acurax Services >> </b>
119
- <a href="http://www.acurax.com/services/blog-design.php" target="_blank">Wordpress Theme Design</a> |
120
- <a href="http://www.acurax.com/services/web-designing.php" target="_blank">Website Design</a> |
121
- <a href="http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php" target="_blank">Social Profile Design</a> |
122
- <a href="http://www.acurax.com/social-media-marketing-optimization/twitter-background-design.php" target="_blank">Twitter Background Design</a> |
123
- <a href="http://www.acurax.com/social-media-marketing-optimization/facebook-page-design.php" target="_blank">Facebook Page Design</a> |
124
- <a href="#cheat-sheet">Free Social Media Marketing Cheat Sheet</a>
125
  </p>
126
  <?php echo "<h2>" . __( 'Acurax Social Icons Options', 'acx_si_config' ) . "</h2>"; ?>
127
 
@@ -172,6 +175,8 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
172
  echo $acx_si_icon_size;?>px;">
173
  <img src="<?php echo plugins_url('images/themes/'.$acx_si_theme.'/linkedin.png', __FILE__);?>" style="height:
174
  <?php echo $acx_si_icon_size;?>px;">
 
 
175
  </div>
176
  </p>
177
  <?php
@@ -215,6 +220,11 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
215
  {
216
  echo "<img src=" . plugins_url('images/themes/'. $i .'/linkedin.png', __FILE__) . ">";
217
  }
 
 
 
 
 
218
 
219
  }
220
  ?>
@@ -295,6 +305,12 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
295
  echo "<img src=" . plugins_url('images/themes/'. $acx_si_theme .'/linkedin.png', __FILE__) . "
296
  border='0'><br> Linkedin";
297
  }
 
 
 
 
 
 
298
 
299
  ?>
300
  </li> <?php
@@ -345,6 +361,12 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
345
  <input type="text" name="acx_si_linkedin" value="<?php echo $acx_si_linkedin; ?>" size="50">
346
  <?php _e("<b>Eg:</b> http://www.linkedin.com/company/acurax-international" ); ?>
347
  </p>
 
 
 
 
 
 
348
 
349
  <hr />
350
 
@@ -391,7 +413,10 @@ if($_POST['acurax_social_icon_hidden'] == 'Y')
391
  </form>
392
 
393
  <hr/>
394
- <?php acurax_optin(); ?> <br>
 
 
 
395
  <p class="widefat" style="padding:8px;width:99%;">
396
  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>
397
  </p>
34
 
35
  $acx_si_pinterest = $_POST['acx_si_pinterest'];
36
  update_option('acx_si_pinterest', $acx_si_pinterest);
37
+
38
+ $acx_si_feed = $_POST['acx_si_feed'];
39
+ update_option('acx_si_feed', $acx_si_feed);
40
 
41
  $social_icon_array_order = get_option('social_icon_array_order');
42
 
53
  $acx_si_youtube = get_option('acx_si_youtube');
54
  $acx_si_linkedin = get_option('acx_si_linkedin');
55
  $acx_si_pinterest = get_option('acx_si_pinterest');
56
+ $acx_si_feed = get_option('acx_si_feed');
57
  $acx_si_gplus = get_option('acx_si_gplus');
58
  $acx_si_credit = get_option('acx_si_credit');
59
  $acx_si_icon_size = get_option('acx_si_icon_size');
68
 
69
  if ($social_icon_array_order == "")
70
  {
71
+ $social_icon_array_order = array(0,1,2,3,4,5,6);
72
  $social_icon_array_order = serialize($social_icon_array_order);
73
  update_option('social_icon_array_order', $social_icon_array_order);
74
  } else
75
  {
76
  // Counting and Adding New Keys (UPGRADE PURPOSE)
77
+ $total_arrays = 7; // Number Of Services
78
  $social_icon_array_order = get_option('social_icon_array_order');
79
  $social_icon_array_order = unserialize($social_icon_array_order);
80
  $social_icon_array_count = count($social_icon_array_order);
118
 
119
 
120
  <div class="wrap">
121
+ <p class="widefat" style="padding:8px;width:99%;height: 75px;">
122
+ <b>Acurax Services >> </b><br>
123
+ <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>
124
+
125
+ <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>
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
 
175
  echo $acx_si_icon_size;?>px;">
176
  <img src="<?php echo plugins_url('images/themes/'.$acx_si_theme.'/linkedin.png', __FILE__);?>" style="height:
177
  <?php echo $acx_si_icon_size;?>px;">
178
+ <img src="<?php echo plugins_url('images/themes/'.$acx_si_theme.'/feed.png', __FILE__);?>" style="height:
179
+ <?php echo $acx_si_icon_size;?>px;">
180
  </div>
181
  </p>
182
  <?php
220
  {
221
  echo "<img src=" . plugins_url('images/themes/'. $i .'/linkedin.png', __FILE__) . ">";
222
  }
223
+
224
+ if ($value == 6)
225
+ {
226
+ echo "<img src=" . plugins_url('images/themes/'. $i .'/feed.png', __FILE__) . ">";
227
+ }
228
 
229
  }
230
  ?>
305
  echo "<img src=" . plugins_url('images/themes/'. $acx_si_theme .'/linkedin.png', __FILE__) . "
306
  border='0'><br> Linkedin";
307
  }
308
+
309
+ if ($value == 6)
310
+ {
311
+ echo "<img src=" . plugins_url('images/themes/'. $acx_si_theme .'/feed.png', __FILE__) . "
312
+ border='0'><br> Rss Feed";
313
+ }
314
 
315
  ?>
316
  </li> <?php
361
  <input type="text" name="acx_si_linkedin" value="<?php echo $acx_si_linkedin; ?>" size="50">
362
  <?php _e("<b>Eg:</b> http://www.linkedin.com/company/acurax-international" ); ?>
363
  </p>
364
+
365
+ <p class="widefat" style="padding:8px;width:99%;">
366
+ <?php _e("Feed URL: " ); ?>
367
+ <input type="text" name="acx_si_feed" value="<?php echo $acx_si_feed; ?>" size="50">
368
+ <?php _e("<b>Eg:</b> http://www.yourwebsite.com/feed" ); ?>
369
+ </p>
370
 
371
  <hr />
372
 
413
  </form>
414
 
415
  <hr/>
416
+ <?php socialicons_comparison(1); ?>
417
+
418
+ <?php acurax_optin(); ?>
419
+ <br>
420
  <p class="widefat" style="padding:8px;width:99%;">
421
  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>
422
  </p>
style_admin.css CHANGED
@@ -151,4 +151,173 @@ font-weight:normal;
151
  }
152
  #contentRight {
153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  }
151
  }
152
  #contentRight {
153
 
154
+ }
155
+ #comparison
156
+ {
157
+ border: 1px solid gray;
158
+ border-radius: 5px 5px 5px 5px;
159
+ display: inline-block;
160
+ font-family: arial;
161
+ font-size: 13px;
162
+ overflow: hidden;
163
+ width: 600px;
164
+ }
165
+ #c_left
166
+ {
167
+ border-right: 1px solid gray;
168
+ float: left;
169
+ padding: 1%;
170
+ width: 47%;
171
+ }
172
+ #c_right
173
+ {
174
+ float: left;
175
+ padding: 1%;
176
+ width: 48%;
177
+ }
178
+ #comparison .title
179
+ {
180
+ background: none repeat scroll 0 0 Teal;
181
+ color: white;
182
+ font-family: arial;
183
+ font-size: 18px;
184
+ text-align: center !important;
185
+ }
186
+ #comparison .feature_free
187
+ {
188
+ width: 150px;
189
+ }
190
+ #comparison .feature_paid
191
+ {
192
+ width: 150px;
193
+ }
194
+ #comparison .label
195
+ {
196
+ width: 266px;
197
+ }
198
+ #comparison td
199
+ {
200
+ border-right: 1px solid;
201
+ padding: 5px;
202
+ }
203
+ #comparison tr
204
+ {
205
+ border-bottom: 1px dashed lightgray !important;
206
+ display: block;
207
+ }
208
+ #c_tick
209
+ {
210
+ background: url("images/check_mark.png") no-repeat scroll center center transparent;
211
+ height: 29px;
212
+ width: 97%;
213
+ }
214
+ #c_cross
215
+ {
216
+ background: url("images/cross_mark.png") no-repeat scroll center center transparent;
217
+ height: 29px;
218
+ width: 97%;
219
+ }
220
+ #wtd
221
+ {
222
+ background: url("images/wtd.jpg") repeat scroll 0 0 transparent;
223
+ display: block;
224
+ height: 50px;
225
+ margin-right: 8px;
226
+ margin-top: 4px;
227
+ width: 240px;
228
+ float:left;
229
+ border: 3px solid gray;
230
+ box-shadow: 1px 1px 11px -5px black;
231
+ }
232
+ #wd
233
+ {
234
+ background: url("images/wd.jpg") repeat scroll 0 0 transparent;
235
+ display: block;
236
+ height: 50px;
237
+ margin-right: 8px;
238
+ margin-top: 4px;
239
+ width: 240px;
240
+ float:left;
241
+ border: 3px solid gray;
242
+ box-shadow: 1px 1px 11px -5px black;
243
+ }
244
+ #wrd
245
+ {
246
+ background: url("images/wr.jpg") repeat scroll 0 0 transparent;
247
+ display: block;
248
+ height: 50px;
249
+ margin-right: 8px;
250
+ margin-top: 4px;
251
+ width: 240px;
252
+ float:left;
253
+ border: 3px solid gray;
254
+ box-shadow: 1px 1px 11px -5px black;
255
+ }
256
+ #spd
257
+ {
258
+ background: url("images/spd.jpg") repeat scroll 0 0 transparent;
259
+ display: block;
260
+ height: 50px;
261
+ margin-right: 8px;
262
+ margin-top: 4px;
263
+ width: 240px;
264
+ float:left;
265
+ border: 3px solid gray;
266
+ box-shadow: 1px 1px 11px -5px black;
267
+ }
268
+ #ad_fsmi_2
269
+ {
270
+ background: url("images/lq.jpg") repeat scroll 0 0 transparent;
271
+ border: 2px dashed black;
272
+ border-radius: 10px 10px 10px 10px;
273
+ height: 366px;
274
+ margin-left: auto;
275
+ margin-right: auto;
276
+ margin-top: 10px;
277
+ position: relative;
278
+ width: 653px;
279
+ }
280
+ #ad_fsmi_2_button
281
+ {
282
+ bottom: 5px;
283
+ cursor: pointer;
284
+ display: block;
285
+ height: 32px;
286
+ position: absolute;
287
+ right: 4px;
288
+ width: 130px;
289
+ }
290
+ #ad_fsmi_2_button_order
291
+ {
292
+ background: url("images/button.jpg") repeat scroll 0 0 transparent;
293
+ display: block;
294
+ height: 115px;
295
+ margin-left: auto;
296
+ margin-right: auto;
297
+ width: 283px;
298
+ cursor: pointer;
299
+ }
300
+ #ad_fsmi_2_button_order_link
301
+ {
302
+ display: block;
303
+ height: 115px;
304
+ width: 283px;
305
+ cursor: pointer;
306
+ }
307
+ #ad_fsmi_2_button_payments
308
+ {
309
+ background: url("images/payments.jpg") repeat scroll 0 0 transparent;
310
+ height: 86px;
311
+ display: block;
312
+ cursor: pointer;
313
+ margin-left: auto;
314
+ margin-right: auto;
315
+ width: 601px;
316
+ }
317
+ #ad_fsmi_2_button_payments_link
318
+ {
319
+ height: 86px;
320
+ display: block;
321
+ cursor: pointer;
322
+ width: 601px;
323
  }