• Resolved audiowarrior

    (@zonwarrior)


    Hi there,

    Great plugin!

    Question: it says ‘Share’ when there’s only been 1 share. I want it to ALWAYS display as ‘Shares’ — how do I do this? I want it plural always.

    Also, I notice that when people share our post, the share count displays in the post excerpt (before the copy). How can we prevent the share count from displaying in the post excerpt/summary?

Viewing 1 replies (of 1 total)
  • Plugin Author Social Snap

    (@socialsnap)

    Hello,

    Thank you for your kind words!

    This can be achieved but only by modifying the plugin files.

    Open socialsnap ? includes ? share ? class-social-share.php file and change the following line:

    <span><?php echo _n( 'Share', 'Shares', $count, 'socialsnap' ); ?></span>

    You can access this file through your WP Dashboard ??Plugins ??Editor.
    Select the Social Snap Lite plugin and navigate to the class-social-share.php file.

    Please keep in mind that the change will be lost with plugin updates and you will have to apply this modification when updated.

    To remove the buttons from the post excerpt/summary, try to enable Blog displays full post instead of post excerpt? option in Social Snap Settings ? Social Sharing ? Inline Buttons.

    Let me know if this helped or if you have any additional questions.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Change ‘Share’ to ‘Shares’ ?’ is closed to new replies.