• What do I have to remove to not disply the count boxes. I don’t have a lot of traffic on my site atm, and it would save me some room if i could remove those counters.

    href="http://www.facebook.com/sharer.php?u='.$link.'&locale='.$locale.'&t='.$title.'" class="socialite facebook-like" data-lang="'.$locale.'" data-href="'.$link.'" data-send="false" data-layout="box_count" data-width="60" data-show-faces="false" rel="nofollow" target="_blank"><span class="vhidden">'.apply_filters('wpsocialite_share_facebook_label',__('Share on Facebook.','wpsocialite')).'</span></a>',

    http://wordpress.org/extend/plugins/wpsocialite/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Tom Morton

    (@tm3909)

    This is something that will be native to Socialite (the javascript library that runs the plugin). I’ll look into adding a feature that would allow you to toggle this.

    Any update on this? Thanks 🙂

    Plugin Author Tom Morton

    (@tm3909)

    I wish I had better news. I haven’t been able to implement this feature as of yet, but now that I know more people are looking for it I’ll get on it. I’d like to promise next weekend, but more likely the week after.

    Appreciate your patience and thanks for using WPSocialite!

    No sweat…

    I kinda did it on a like button on my website kudamusic.co.uk with width:47px; overflow:hidden if that helps @chea24

    Yes, please! I too would like this to be implemented. This is a nice plugin and it would be a great improvement. Thanks!

    @jaydeesigns

    use the above css trick for Like button and in wpsocialite.php add: data-count=”none” to Twitter Share (line 500) and data-annotation=”none” to Google Plus (line 507).

    until the plugin is updated 🙂

    Cheers, Kuda! that’s helpful

    Plugin Author Tom Morton

    (@tm3909)

    Appreciate your quick fix Jay! I’ll be pushing an update to allow you toggle the count boxes soon!

    Thanks to everyone for their patience.

    Any update on when the count boxes will be removed?

    Anonymous User 11463698

    (@anonymized-11463698)

    You can probably do this (in a slightly hacky way) with CSS. Just make the containing divs smaller and set overflow to hidden.

    Plugin Author Tom Morton

    (@tm3909)

    Sam is right. Unfortunately Facebook doesn’t give me an easy way to do this, so that is the hold up on implementing the count boxes being removed.

    I also have a question: Why lazy load the buttons if the count is not necessary? Why not just put the social links into the template linking to the content? Let me know if this makes sense.

    Appreciate everyones patience.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove the count boxes’ is closed to new replies.