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

Why the floating social media icon is not displaying on my page even though i configured all options?

Our Plugin Uses Hooks to integrate the suppported javascripts styles and html to the theme. So...

How can i hide a social media icon that i am not using ?

To hide an icon, Just dont give any value for that button link.. it will automatically gets hiden.

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...

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...

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...

Powered by WHMCompleteSolution