• Resolved chillmen

    (@chillmen)


    Hi,
    I’m trying to use functions to display the social icons, but it display only the number without the icons.
    i used this code for example: <?php echo get_scp_twitter(); ?>
    But only the number of twitter followers is displayed.
    I used also shortcodes like this: <?php echo do_shortcode(‘[scp code=”twitter”]’); ?>
    Same result, only number of followers.
    Finaly i used this code you give on another post: <?php echo ( get_scp_twitter() + get_scp_facebook() + get_scp_googleplus() ); ?>
    Same, but strange thing it displays the facebook fans number only.
    I use a studiopress theme.

    Any idea why it’s not working
    Thanks

    https://www.ads-software.com/plugins/social-count-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Claudio Sanches

    (@claudiosanches)

    Use this: <?php echo get_scp_widget(); ?>

    The other functions are designed to show the text to yourself riding your icon.

    Thread Starter chillmen

    (@chillmen)

    Thank you very much Claudio. It’s working perfect.
    Thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using functions display only number of followers’ is closed to new replies.