Can I use a shortcode to place the icons?

Yes, for the USM plugin, is [DISPLAY_ULTIMATE_SOCIAL_ICONS] and for the USM+ plugin and the Premium Plugin, is DISPLAY_ULTIMATE_PLUS. (Please also put that into brackets, i.e. [ ]) You can place it into any editor.

Alternatively, you can place the following into your codes: <?php echo do_shortcode('[DISPLAY_ULTIMATE_SOCIAL_ICONS]'); ?> for the USM plugin and <?php echo do_shortcode('Kindly go to setting page and check the option "Place them manually"'); ?> for the PLUS-plugin.

Note: If you place the php-shortcode, and then de-activate the plugin (so the shortcode is still on your template) then you may get an error “Fatal error: Call to undefined function DISPLAY_ULTIMATE_PL…”. In that case, please use the code like this to solve the error:

“if (function_exists(‘DISPLAY_ULTIMATE_PLUS’))
{echo DISPLAY_ULTIMATE_PLUS(); }”

If you need help with placing the shortcode please check out this article. If you still need help Premium Plugin

RSS
Follow by Email
Twitter