Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rsspanic

    (@rsspanic)

    This is the share bar I configured, just for reference:

    View post on imgur.com

    Hi @rsspanic,

    Thanks for the feedback and screenshot! Currently we do not have a feature to edit the “share” text on the buttons. However, it is not impossible to change it through your site’s code. Changing the text is not recommended by our engineers as it may break any future Shareaholic updates on your site. I do agree that it makes sense to have the text of the service on the share buttons so I will definitely make sure to put this in as a feature requests for future updates. And please let me know if you have additional questions about this! Happy to answer them. ??

    Thanks,
    Mary Anne

    Thread Starter rsspanic

    (@rsspanic)

    Hi, thank you for your response, could you point me to which php or css file in the plugin folder might contain this caption? I did a lot of string searches for “share” but unearthed nothing…

    Hi @rsspanic,

    The solution I’m giving you will not work for all browsers. Also, it is likely the characters will not fit into the share buttons as it was created to fit the “share” text. Again, editing this is not recommended as this will break any future share button updates.

    You would need to include this into your site’s CSS. Replace the words “Test” with your own text:

    span.share-button-verb b {
    display: none;
    }
    span.share-button-verb:before {
    content: “Test”;
    }

    Thank you,
    Mary Anne

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Repeated "Share" label on each service button cannot be removed’ is closed to new replies.