• Resolved besoulicious

    (@besoulicious)


    Greetings!

    Is there a way to display the Facebook like button without showing the number count of Likes?

    I ask b/c I just renamed my website and of course all my facebook likes on each particular blog went down to zero… kellysantos.org

    Thanks you for any assistance provided here.

    https://wordpress.org/plugins/add-to-any/

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

    (@micropat)

    Since Facebook doesn’t offer a toggle on the Like count, the workaround is to reduce the width of the Like button to hide the count.

    Here’s the CSS code to add to your site using a “custom CSS” plugin or feature of your theme:

    .a2a_button_facebook_like,
    .a2a_button_facebook_like iframe {
    	width: 50px !important;
    }

    Thread Starter besoulicious

    (@besoulicious)

    That worked perfectly! Thank You!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not show Facebook Like Counts’ is closed to new replies.