Version Description
- June 26, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
- Stable Release
- Improved UI
- Improved Programming Structure
Download this release
Release Info
Developer | Acurax |
Plugin | Social Media Flying Icons | Floating Social Media Icon |
Version | 1.3 |
Comparing to | |
See all releases |
Code changes from version 1.2 to 1.3
- acurax-social-icon.php +1 -1
- function.php +83 -144
- readme.txt +20 -1
- social-icon.php +2 -2
- style_admin.css +12 -1
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.
|
8 |
Author URI: http://www.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
*/
|
4 |
Plugin URI: http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/
|
5 |
Description: An easy to use plugin to show social media icons which floats on your browsers right bottom, which links to your social media profiles, You have option in plugin settings to configure social media profile urls and also can select icon style,order and size.
|
6 |
Author: Acurax
|
7 |
+
Version: 1.3
|
8 |
Author URI: http://www.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
*/
|
function.php
CHANGED
@@ -324,104 +324,36 @@ function pbl_footer()
|
|
324 |
$x = strlen($acx_get_url);
|
325 |
if(($x % 10) == 0)
|
326 |
{
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
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
|
358 |
-
Website Designer'
|
359 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Website
|
360 |
-
Design Expert</a>";
|
361 |
-
} else if(($x % 6) == 0)
|
362 |
-
{
|
363 |
-
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
|
364 |
-
title='SocialMedia Wordpress plugin'
|
365 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
|
366 |
-
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
|
367 |
-
Development Company'
|
368 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Web
|
369 |
-
Development Company</a>";
|
370 |
-
} else if(($x % 5) == 0)
|
371 |
-
{
|
372 |
-
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
|
373 |
-
title='Social Media Wordpress plugin'
|
374 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
|
375 |
-
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
|
376 |
-
Redesign Experts'
|
377 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Website
|
378 |
-
Redesign Experts</a>";
|
379 |
-
} else if(($x % 4) == 0)
|
380 |
-
{
|
381 |
-
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
|
382 |
-
title='Social Media Wordpress plugin'
|
383 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
|
384 |
-
Icons</a> Powered by <a
|
385 |
-
href='http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank'
|
386 |
-
title='Social Profile Design Experts'
|
387 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Social
|
388 |
-
Profile Design Experts</a>";
|
389 |
-
} else if(($x % 3) == 0)
|
390 |
-
{
|
391 |
-
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
|
392 |
-
title='Social Media Wordpress plugin'
|
393 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
|
394 |
-
Icons</a> Powered by <a href='http://www.acurax.com/' target='_blank' title='Wordpress Development Company'
|
395 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress
|
396 |
-
Development Company</a>";
|
397 |
-
} else if(($x % 2) == 0)
|
398 |
-
{
|
399 |
-
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
|
400 |
-
title='Social Media Wordpress plugin'
|
401 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
|
402 |
-
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
|
403 |
-
Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Web
|
404 |
-
Design Company</a>";
|
405 |
-
} else if(($x % 1) == 0)
|
406 |
-
{
|
407 |
-
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
|
408 |
-
title='Social Media Wordpress plugin'
|
409 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Animated Social
|
410 |
-
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'
|
411 |
-
target='_blank'
|
412 |
-
title='Wordpress Development Company'
|
413 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress
|
414 |
-
Development Company</a>";
|
415 |
-
} else
|
416 |
-
{
|
417 |
-
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank'
|
418 |
-
title='Social Media Wordpress plugin'
|
419 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media
|
420 |
-
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'
|
421 |
-
title='Ecommerce Design Expert'
|
422 |
-
style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Ecommerce
|
423 |
-
Design Expert</a>";
|
424 |
-
}
|
425 |
// Ending Crediting
|
426 |
echo "</div>";
|
427 |
}
|
@@ -551,7 +483,7 @@ function acx_si_custom_admin_js()
|
|
551 |
function acx_si_pluign_upgrade_not_finished()
|
552 |
{
|
553 |
echo '<div class="error">
|
554 |
-
<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
|
555 |
</div>';
|
556 |
}
|
557 |
$total_arrays = 7; // Number Of Services
|
@@ -567,11 +499,11 @@ if ($social_icon_array_count < $total_arrays)
|
|
567 |
function acx_fsmi_si_pluign_finish_version_update()
|
568 |
{
|
569 |
echo '<div id="message" class="updated">
|
570 |
-
<p><b>Thanks for updating Floating Social Media Icon plugin... You need to visit <a href="admin.php?page=Acurax-Social-Icons-Settings&status=updated#updated">Plugin\'s Settings Page</a> to Complete the
|
571 |
</div>';
|
572 |
}
|
573 |
$acx_fsmi_si_current_version = get_option('acx_fsmi_si_current_version');
|
574 |
-
if($acx_fsmi_si_current_version != '1.
|
575 |
{
|
576 |
if (get_option('social_icon_array_order') != "")
|
577 |
{
|
@@ -602,11 +534,33 @@ if ($acx_si_twitter == "" && $acx_si_facebook == "" && $acx_si_youtube == "" &&
|
|
602 |
// wp-admin Notices >> Plugin not configured
|
603 |
function acx_si_pluign_promotion()
|
604 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
605 |
echo '<div id="acx_td" class="error" style="background: none repeat scroll 0pt 0pt infobackground; border: 1px solid inactivecaption; padding: 5px;line-height:16px;">
|
606 |
<p>It looks like you have been enjoying using Floating Social Media Icon plugin from <a href="http://www.acurax.com?utm_source=plugin&utm_medium=thirtyday&utm_campaign=fsmi" title="Acurax Web Designing Company" target="_blank">Acurax</a> for atleast 30 days.Would you consider upgrading to <a href="http://clients.acurax.com/floating-socialmedia.php/?utm_source=plugin&utm_medium=thirtyday_yellow&utm_campaign=fsmi" title="Premium Floating Social Media Icon" target="_blank">premium version</a> to enjoy more features and help support continued development of the plugin? - Spreading the world about this plugin. Thank you for using the plugin</p>
|
607 |
<p>
|
608 |
<a href="http://wordpress.org/support/view/plugin-reviews/floating-social-media-icon/" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Rate it 5★\'s on wordpress</a>
|
609 |
-
<a href="https://twitter.com/share?url=http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/&text=
|
610 |
<a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=thirtyday&utm_campaign=fsmi" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Order Premium Version</a>
|
611 |
<a href="admin.php?page=Acurax-Social-Icons-Premium&td=hide" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;margin-left:20px;">Don\'t Show This Again</a>
|
612 |
</p>
|
@@ -687,52 +641,37 @@ class Acx_Social_Icons_Widget extends WP_Widget
|
|
687 |
</p>
|
688 |
<p>
|
689 |
<label for="<?php echo $this->get_field_id('icon_size'); ?>"><?php _e('Icon Size:'); ?></label>
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
<option value="40"<?php if ($instance['icon_size'] == "40") { echo 'selected="selected"'; } ?>>40px X 40px </
|
699 |
-
option>
|
700 |
-
<option value="48"<?php if ($instance['icon_size'] == "48") { echo 'selected="selected"'; } ?>>48px X 48px </
|
701 |
-
option>
|
702 |
-
<option value="55"<?php if ($instance['icon_size'] == "55") { echo 'selected="selected"'; } ?>>55px X 55px </
|
703 |
-
option>
|
704 |
-
</select>
|
705 |
</p>
|
706 |
<p>
|
707 |
<label for="<?php echo $this->get_field_id('icon_theme'); ?>"><?php _e('Icon Theme:'); ?></label>
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
<?php
|
719 |
-
} ?>
|
720 |
-
</select>
|
721 |
-
</p>
|
722 |
-
<p>
|
723 |
-
<label for="<?php echo $this->get_field_id('icon_align'); ?>"><?php _e('Icon Align:'); ?></label>
|
724 |
-
<select class="widefat" name="<?php echo $this->get_field_name('icon_align'); ?>" id="<?php echo $this
|
725 |
-
->get_field_id('icon_align'); ?>">
|
726 |
-
<option value=""<?php if ($instance['icon_align'] == "") { echo 'selected="selected"'; } ?>>Default </
|
727 |
-
option>
|
728 |
-
<option value="left"<?php if ($instance['icon_align'] == "left") { echo 'selected="selected"'; } ?>>Left </
|
729 |
-
option>
|
730 |
-
<option value="center"<?php if ($instance['icon_align'] == "center") { echo 'selected="selected"'; } ?>>Center </
|
731 |
-
option>
|
732 |
-
<option value="right"<?php if ($instance['icon_align'] == "right") { echo 'selected="selected"'; } ?>>Right </
|
733 |
-
option>
|
734 |
-
</select>
|
735 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
736 |
<?php
|
737 |
}
|
738 |
|
324 |
$x = strlen($acx_get_url);
|
325 |
if(($x % 10) == 0)
|
326 |
{
|
327 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Animated Social 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='Wordpress Development Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress Development Company</a>";
|
328 |
+
} else if(($x % 9) == 0)
|
329 |
+
{
|
330 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Floating Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Floating Social 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 Design Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Blog Designing Company</a>";
|
331 |
+
} else if(($x % 8) == 0)
|
332 |
+
{
|
333 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media 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 Design Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress Theme Designers</a>";
|
334 |
+
} else if(($x % 7) == 0)
|
335 |
+
{
|
336 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media 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 Website Designer' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Website Design Expert</a>";
|
337 |
+
} else if(($x % 6) == 0)
|
338 |
+
{
|
339 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='SocialMedia Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media 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 Development Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Web Development Company</a>";} else if(($x % 5) == 0)
|
340 |
+
{
|
341 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media 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 Redesign Experts' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Website Redesign Experts</a>";} else if(($x % 4) == 0)
|
342 |
+
{
|
343 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media Icons</a> Powered by <a href='http://www.acurax.com/social-media-marketing-optimization/social-profile-design.php?utm_source=blink&utm_medium=link&utm_campaign=footer' target='_blank' title='Social Profile Design Experts' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Social Profile Design Experts</a>";
|
344 |
+
} else if(($x % 3) == 0)
|
345 |
+
{
|
346 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media Icons</a> Powered by <a href='http://www.acurax.com/' target='_blank' title='Wordpress Development Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress Development Company</a>";
|
347 |
+
} else if(($x % 2) == 0)
|
348 |
+
{
|
349 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media 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 Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Web Design Company</a>";
|
350 |
+
} else if(($x % 1) == 0)
|
351 |
+
{
|
352 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Animated Social 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' target='_blank' title='Wordpress Development Company' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Wordpress Development Company</a>";
|
353 |
+
} else
|
354 |
+
{
|
355 |
+
echo "<a href='http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/' target='_blank' title='Social Media Wordpress plugin' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Social Media 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' title='Ecommerce Design Expert' style='text-align:center;color:gray;font-family:arial;font-size:11px;text-decoration:none;'>Acurax Ecommerce Design Expert</a>";
|
356 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
357 |
// Ending Crediting
|
358 |
echo "</div>";
|
359 |
}
|
483 |
function acx_si_pluign_upgrade_not_finished()
|
484 |
{
|
485 |
echo '<div class="error">
|
486 |
+
<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 Updating Process - <a href="admin.php?page=Acurax-Social-Icons-Settings">Click Here Visit Social Icon Plugin Settings</a></b></p>
|
487 |
</div>';
|
488 |
}
|
489 |
$total_arrays = 7; // Number Of Services
|
499 |
function acx_fsmi_si_pluign_finish_version_update()
|
500 |
{
|
501 |
echo '<div id="message" class="updated">
|
502 |
+
<p><b>Thanks for updating Floating Social Media Icon plugin... You need to visit <a href="admin.php?page=Acurax-Social-Icons-Settings&status=updated#updated">Plugin\'s Settings Page</a> to Complete the Updating Process - <a href="admin.php?page=Acurax-Social-Icons-Settings&status=updated#updated">Click Here Visit Social Icon Plugin Settings</a></b></p>
|
503 |
</div>';
|
504 |
}
|
505 |
$acx_fsmi_si_current_version = get_option('acx_fsmi_si_current_version');
|
506 |
+
if($acx_fsmi_si_current_version != '1.3') // Current Version
|
507 |
{
|
508 |
if (get_option('social_icon_array_order') != "")
|
509 |
{
|
534 |
// wp-admin Notices >> Plugin not configured
|
535 |
function acx_si_pluign_promotion()
|
536 |
{
|
537 |
+
$acx_tweet_text_array = array
|
538 |
+
(
|
539 |
+
"I Use Floating SocialMedia wordpress plugin from @acuraxdotcom and you should too",
|
540 |
+
"Floating Social Media wordpress Plugin from @acuraxdotcom is Awesome",
|
541 |
+
"Thanks @acuraxdotcom for developing such a wonderful social media wordpress plugin",
|
542 |
+
"Actually i am looking for a social media Plugin like this. Thanks @acuraxdotcom",
|
543 |
+
"Its very nice to use Floating Social media wordpress Plugin from @acuraxdotcom",
|
544 |
+
"I installed Floating Social Media.. from @acuraxdotcom, It works wonderful",
|
545 |
+
"The floating social media icon wordpress plugin looks soo nice.. thanks @acuraxdotcom",
|
546 |
+
"It awesome to use Floating Social Media wordpress plugin from @acuraxdotcom",
|
547 |
+
"Floating Social Media wordpress Plugin that i use Looks awesome and works terrific",
|
548 |
+
"I am using Floating Social Media Icon wordpress Plugin from @acuraxdotcom I like it!",
|
549 |
+
"The socialmedia plugin from @acuraxdotcom Its simple looks good and works fine",
|
550 |
+
"Ive been using this social media plugin for a while now and it is attractive",
|
551 |
+
"Floating Social Media Icon wordpress plugin is Fantastic Plugin",
|
552 |
+
"Floating Social Media Icon wordpress plugin was easy to use and works great. thank you!",
|
553 |
+
"Good and flexible wp socialmedia plugin especially for beginners.",
|
554 |
+
"Easily the best socialmedia wordpress plugin of the type I have used ! THANKS! @acuraxdotcom",
|
555 |
+
);
|
556 |
+
$acx_tweet_text = array_rand($acx_tweet_text_array, 1);
|
557 |
+
$acx_tweet_text = $acx_tweet_text_array[$acx_tweet_text];
|
558 |
+
// echo $acx_tweet_text;
|
559 |
echo '<div id="acx_td" class="error" style="background: none repeat scroll 0pt 0pt infobackground; border: 1px solid inactivecaption; padding: 5px;line-height:16px;">
|
560 |
<p>It looks like you have been enjoying using Floating Social Media Icon plugin from <a href="http://www.acurax.com?utm_source=plugin&utm_medium=thirtyday&utm_campaign=fsmi" title="Acurax Web Designing Company" target="_blank">Acurax</a> for atleast 30 days.Would you consider upgrading to <a href="http://clients.acurax.com/floating-socialmedia.php/?utm_source=plugin&utm_medium=thirtyday_yellow&utm_campaign=fsmi" title="Premium Floating Social Media Icon" target="_blank">premium version</a> to enjoy more features and help support continued development of the plugin? - Spreading the world about this plugin. Thank you for using the plugin</p>
|
561 |
<p>
|
562 |
<a href="http://wordpress.org/support/view/plugin-reviews/floating-social-media-icon/" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Rate it 5★\'s on wordpress</a>
|
563 |
+
<a href="https://twitter.com/share?url=http://www.acurax.com/products/floating-social-media-icon-plugin-wordpress/&text='.$acx_tweet_text.' -" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Tell Your Followers</a>
|
564 |
<a href="http://clients.acurax.com/floating-socialmedia.php?utm_source=plugin&utm_medium=thirtyday&utm_campaign=fsmi" class="button" style="color:black;text-decoration:none;padding:5px;margin-right:4px;" target="_blank">Order Premium Version</a>
|
565 |
<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>
|
566 |
</p>
|
641 |
</p>
|
642 |
<p>
|
643 |
<label for="<?php echo $this->get_field_id('icon_size'); ?>"><?php _e('Icon Size:'); ?></label>
|
644 |
+
<select class="widefat" name="<?php echo $this->get_field_name('icon_size'); ?>" id="<?php echo $this->get_field_id('icon_size'); ?>">
|
645 |
+
<option value="16"<?php if ($instance['icon_size'] == "16") { echo 'selected="selected"'; } ?>>16px X 16px </option>
|
646 |
+
<option value="25"<?php if ($instance['icon_size'] == "25") { echo 'selected="selected"'; } ?>>25px X 25px </option>
|
647 |
+
<option value="32"<?php if ($instance['icon_size'] == "32") { echo 'selected="selected"'; } ?>>32px X 32px </option>
|
648 |
+
<option value="40"<?php if ($instance['icon_size'] == "40") { echo 'selected="selected"'; } ?>>40px X 40px </option>
|
649 |
+
<option value="48"<?php if ($instance['icon_size'] == "48") { echo 'selected="selected"'; } ?>>48px X 48px </option>
|
650 |
+
<option value="55"<?php if ($instance['icon_size'] == "55") { echo 'selected="selected"'; } ?>>55px X 55px </option>
|
651 |
+
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
652 |
</p>
|
653 |
<p>
|
654 |
<label for="<?php echo $this->get_field_id('icon_theme'); ?>"><?php _e('Icon Theme:'); ?></label>
|
655 |
+
<select class="widefat" name="<?php echo $this->get_field_name('icon_theme'); ?>" id="<?php echo $this->get_field_id('icon_theme'); ?>">
|
656 |
+
<option value=""<?php if ($instance['icon_theme'] == "") { echo 'selected="selected"'; } ?>>Default Theme Design</option>
|
657 |
+
<?php
|
658 |
+
for ($i=1; $i < $total_themes; $i++)
|
659 |
+
{
|
660 |
+
?>
|
661 |
+
<option value="<?php echo $i; ?>"<?php if ($instance['icon_theme'] == $i) { echo 'selected="selected"'; } ?>>Theme Design <?php echo $i; ?> </option>
|
662 |
+
<?php
|
663 |
+
} ?>
|
664 |
+
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
665 |
</p>
|
666 |
+
<p>
|
667 |
+
<label for="<?php echo $this->get_field_id('icon_align'); ?>"><?php _e('Icon Align:'); ?></label>
|
668 |
+
<select class="widefat" name="<?php echo $this->get_field_name('icon_align'); ?>" id="<?php echo $this->get_field_id('icon_align'); ?>">
|
669 |
+
<option value=""<?php if ($instance['icon_align'] == "") { echo 'selected="selected"'; } ?>>Default </option>
|
670 |
+
<option value="left"<?php if ($instance['icon_align'] == "left") { echo 'selected="selected"'; } ?>>Left </option>
|
671 |
+
<option value="center"<?php if ($instance['icon_align'] == "center") { echo 'selected="selected"'; } ?>>Center </option>
|
672 |
+
<option value="right"<?php if ($instance['icon_align'] == "right") { echo 'selected="selected"'; } ?>>Right </option>
|
673 |
+
</select>
|
674 |
+
</p>
|
675 |
<?php
|
676 |
}
|
677 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:http://www.acurax.com/products/floating-social-media-icon-plugin-wor
|
|
4 |
|
5 |
Tags: social media,social,social media widget,social media icon,socialmedia,pinterest,social icon,social floating icon,social profiles,floating social media button,twitter facebook,social media button,google plus,google+
|
6 |
Requires at least: 2.8
|
7 |
-
Tested up to: 3.
|
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
|
@@ -148,6 +148,13 @@ Yes, You can.. Just to go **"Acx Social icons"** Menu which is in left side on w
|
|
148 |
|
149 |
You can use the shortcode **[DISPLAY_ACURAX_ICONS]** in any post or page or even in your custom post types. You can also use **<?php DISPLAY_ACURAX_ICONS(); ?>** anywhere in the theme files to show this icons.(But note that manual icons display will not have the animation
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
= Can i customize the shortcode to show social media icons with differant icon design and size? =
|
152 |
|
153 |
Yes, You can use shortcode to display icon and set social media 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.
|
@@ -205,6 +212,12 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
205 |
|
206 |
== Upgrade Notice ==
|
207 |
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
= 1.2 =
|
209 |
* February 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
210 |
* Added Option to disable highlighting menu on admin area
|
@@ -287,6 +300,12 @@ Have more questions ? [Drop a mail](http://www.acurax.com/contact.php/ "Drop an
|
|
287 |
|
288 |
== Changelog ==
|
289 |
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
= 1.2 =
|
291 |
* February 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
292 |
* Added Option to disable highlighting menu on admin area
|
4 |
|
5 |
Tags: social media,social,social media widget,social media icon,socialmedia,pinterest,social icon,social floating icon,social profiles,floating social media button,twitter facebook,social media button,google plus,google+
|
6 |
Requires at least: 2.8
|
7 |
+
Tested up to: 3.6
|
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
|
148 |
|
149 |
You can use the shortcode **[DISPLAY_ACURAX_ICONS]** in any post or page or even in your custom post types. You can also use **<?php DISPLAY_ACURAX_ICONS(); ?>** anywhere in the theme files to show this icons.(But note that manual icons display will not have the animation
|
150 |
|
151 |
+
= Can i have more than one php or shortcode to display the social media icon ? =
|
152 |
+
|
153 |
+
Yes, You can have as many shortcode or php code to display the social media icons
|
154 |
+
|
155 |
+
= Can i override the css styles of each social media icon set? =
|
156 |
+
Yes, each of the shortcode or php generated social media icon set is having unique css class and it help you to define specific style for each social media icon set.
|
157 |
+
|
158 |
= Can i customize the shortcode to show social media icons with differant icon design and size? =
|
159 |
|
160 |
Yes, You can use shortcode to display icon and set social media 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.
|
212 |
|
213 |
== Upgrade Notice ==
|
214 |
|
215 |
+
= 1.3 =
|
216 |
+
* June 26, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
217 |
+
* Stable Release
|
218 |
+
* Improved UI
|
219 |
+
* Improved Programming Structure
|
220 |
+
|
221 |
= 1.2 =
|
222 |
* February 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
223 |
* Added Option to disable highlighting menu on admin area
|
300 |
|
301 |
== Changelog ==
|
302 |
|
303 |
+
= 1.3 =
|
304 |
+
* June 26, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
305 |
+
* Stable Release
|
306 |
+
* Improved UI
|
307 |
+
* Improved Programming Structure
|
308 |
+
|
309 |
= 1.2 =
|
310 |
* February 20, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)
|
311 |
* Added Option to disable highlighting menu on admin area
|
social-icon.php
CHANGED
@@ -90,7 +90,7 @@ update_option('acx_si_installed_date', $acx_si_installed_date);
|
|
90 |
$social_icon_array_order = array(0,1,2,3,4,5,6);
|
91 |
$social_icon_array_order = serialize($social_icon_array_order);
|
92 |
update_option('social_icon_array_order', $social_icon_array_order);
|
93 |
-
$acx_fsmi_si_current_version = "1.
|
94 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
95 |
} else
|
96 |
{
|
@@ -438,7 +438,7 @@ Please do a favour by enabling backlink to our site. <a href="admin.php?page=Acu
|
|
438 |
<?php if($_GET["status"] == "updated") { ?>
|
439 |
<div style="display: block; background-color: rgb(255, 255, 224); padding: 10px; border: 1px solid rgb(230, 219, 85); font-family: arial; font-size: 13px; font-weight: bold; text-align: center; border-radius: 10px 10px 10px 10px;">Acurax Floating Social Media Icon Update Successfully Completed - Thank You</div>
|
440 |
<?php
|
441 |
-
$acx_fsmi_si_current_version = "1.
|
442 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
443 |
} ?>
|
444 |
<hr/>
|
90 |
$social_icon_array_order = array(0,1,2,3,4,5,6);
|
91 |
$social_icon_array_order = serialize($social_icon_array_order);
|
92 |
update_option('social_icon_array_order', $social_icon_array_order);
|
93 |
+
$acx_fsmi_si_current_version = "1.3"; // Current Version
|
94 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
95 |
} else
|
96 |
{
|
438 |
<?php if($_GET["status"] == "updated") { ?>
|
439 |
<div style="display: block; background-color: rgb(255, 255, 224); padding: 10px; border: 1px solid rgb(230, 219, 85); font-family: arial; font-size: 13px; font-weight: bold; text-align: center; border-radius: 10px 10px 10px 10px;">Acurax Floating Social Media Icon Update Successfully Completed - Thank You</div>
|
440 |
<?php
|
441 |
+
$acx_fsmi_si_current_version = "1.3"; // Current Version
|
442 |
update_option('acx_fsmi_si_current_version', $acx_fsmi_si_current_version);
|
443 |
} ?>
|
444 |
<hr/>
|
style_admin.css
CHANGED
@@ -476,4 +476,15 @@ float:left;
|
|
476 |
float: left;
|
477 |
width: 335px;
|
478 |
}
|
479 |
-
/* Comparison Ends Here */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
476 |
float: left;
|
477 |
width: 335px;
|
478 |
}
|
479 |
+
/* Comparison Ends Here */
|
480 |
+
#acx_td p .button
|
481 |
+
{
|
482 |
+
border: 1px solid lightgray;
|
483 |
+
margin: 0 3px 0 0 !important;
|
484 |
+
min-height: 30px !important;
|
485 |
+
padding: 3px 10px !important;
|
486 |
+
}
|
487 |
+
#acx_td p .button:hover
|
488 |
+
{
|
489 |
+
background: azure;
|
490 |
+
}
|