What are the shortcode and php code that will display this social media icon?

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 if (function_exists('DISPLAY_ACURAX_ICONS')) { DISPLAY_ACURAX_ICONS(); } ?> anywhere in the theme files to show this icons.(But note that manual icons display will not have the animation). The following arguments are supported in php code

<?php if (function_exists('DISPLAY_ACURAX_ICONS')) { DISPLAY_ACURAX_ICONS($theme,$size,$function); } ?> Values for Theme: 1 to 24 (the number of the theme/style that you needed) (Function argument only on premium version)
Values for Size: Any size in pixels (upto 55) but no need to enter px, just the number is enough.
Values for Function: 0 and 1, 0 means profile link and 1 means share. (Function argument only on premium version)
Example Usage: <?php if (function_exists('DISPLAY_ACURAX_ICONS')) { DISPLAY_ACURAX_ICONS(10,30,0);} ?>
The Above Example php code will display social media icon which links to profile with the theme 10 and size 30px.
Example Usage:<?php if (function_exists('DISPLAY_ACURAX_ICONS')) { DISPLAY_ACURAX_ICONS(15,40,1); } ?>
The Above Example php code will display social media icon which allows users to share your page to their profile with the theme 15 and size 40px.

  • 83 Users Found This Useful
Was this answer helpful?

Related Articles

Can i change the floating end position from right bottom to some other position?

Free version of floating social media icon doesnot support the option to change the floating end...

Can i change the floating start position from left top to some other location?

Free version of floating social media icon doesnot support the option to change the floating...

How can i disable the fly animation on inside pages?

The free version of floating social media icon have no option to configure the fly repeat...

Will upgrade change any of my settings or configuration?

No, It will not.. :) Unless we specify it on plugins upgrade notice that you see on the plugins...

How can i make the floating social media icons to work as share buttons?

Right now floating social media free version doesnot have the option to set icon function as...

Powered by WHMCompleteSolution