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

    (@claudiosanches)

    By default widget is not possible.
    You can use the functions and create your own widget:

    Twitter: <?php echo get_scp_twitter(); ?>
    Facebook: <?php echo get_scp_facebook(); ?>
    YouTube: <?php echo get_scp_youtube(); ?>
    Google Plus: <?php echo get_scp_googleplus(); ?>
    Instagram: <?php echo get_scp_instagram(); ?>
    Steam: <?php echo get_scp_steam(); ?>
    SoundCloud: <?php echo get_scp_soundcloud(); ?>
    Posts: <?php echo get_scp_posts(); ?>
    Comments: <?php echo get_scp_comments(); ?>
    Thread Starter Wlkus

    (@wlkus)

    I know that but was bit lazy, thinking maybe there is some way to sort default view with nice icons. Lazynes >> need to have FB first, so…there it goes 🙂

    But thanks for fast response!

    Plugin Author Claudio Sanches

    (@claudiosanches)

    You can contribute to the plugin code to make this possible.
    Just send pull request: https://github.com/claudiosmweb/social-count-plus

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorting of social networks’ is closed to new replies.