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 disable the automated integration and place where ever i want?

Yes, You can.. Just to go "Acx Social icons" Menu which is in left side on wp-admin and in that...

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 integrate the <?php wp_footer(); ?> and <?php wp_head(); ?> to my theme if it is not present on my theme?

It can be easily done.. Just to go Theme Editor which is under apperance and select footer.php...

Can i add my own icons for the social media profiles?

Sorry, right now its not supporting.

How can i use the plugin widgets?

We have widgets also with almost same features of the shortcodes, You can have many number of...

Powered by WHMCompleteSolution