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

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.

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

Can i customize the shortcode to show icons with differant icon design and size?

Yes, You can use shortcode to display icon and set icon size,what ever you want which is...

Powered by WHMCompleteSolution