Mobile Number Tracker
Trace Mobile Number Earn Money Online
© TechWelkin.com

FB Like Button Count Got Stuck at 1K? Learn Why!

Facebook Like Button
Samyak Lalit | November 26, 2013 (Last update: September 23, 2017)

Samyak Lalit is an Indian author and disability rights activist. He is the principal author and founder of projects like TechWelkin, WeCapable, Viklangta, Kavita Kosh among many others.

Not many people realize or appreciate it but the little “Like” button has played a significant role in the phenomenal success of Facebook. The online social networking website would not have become such a massive juggernaut without this tiny Like button. Millions of websites display this button on their web pages so as to make it easier for the visitors to share the web page on their Facebook walls. This makes the Facebook almost omnipresent on the Internet.

When a visitor of your web page clicks on Facebook Like (or Share) button, she can share the link of that page on her FB Timeline. Once the action is complete, counter associated with that button gets increased by one. But sometime it appears to be stuck at 1k (1k means one thousand).

Problem: Facebook Like Button Count is Not Increasing Beyond 1K

If your web page is very popular, the Like count can go even in hundreds of thousands and sometimes in millions too. But when this count crosses 1000 likes, you’ll find that the Like count has got stuck at 1k (meaning 1000). Days go by but the counter will not increase and will adamantly stay at 1k.

Reason Behind Counter Stopped at 1k Likes

Well, breath easy, the counter is not stuck nor has it stopped counting number of likes after 999. Actually the code that creates the Like button and counter –makes it to be of a fixed width. So, when the counter goes from three digits (i.e. 999) to four digits (i.e. 1000), code changes notation and instead of writing 1000 –it writes 1k.

So, now can you guess when the next change in counter will happen? Yes, right!, the counter will change after your web page has received 1000 more likes –and then the counter will read 2k. Like button counter will not reflect newly acquired likes from 1000 to 1999. Therefore, the counter’s change sequence will be like 999, 1k, 2k, 3k and so on.

How to Show Real FB Like Button Count

When your counter crosses into the territory of four digits or more, the notation changes as I explained above. So far, Facebook has not made the counter notation configurable and it works the way it works. But there is a way out if you want to know and display the complete count of total likes received.

The FB Like button resides inside a DIV element which passes essential values through parameters for the creation of button and counter. One of these parameters is data-layout.

<div data-action=”like” data-show-faces=”false” data-width=”200″ data-layout=”button_count”></div>

If you’ll change data-layout value from button_count to standard –the button will begin to show the full count of likes.

But there is a downside to this method. In present times, standard layout button shows the count in a verbose manner as given below:

1276 people like this. Be the first among your friends.
Facebook Like Button

Facebook Like Button

You can not remove this extra text through valid configuration. But you can play a CSS trick (however, I strongly advise against it.) You can put the button creating DIV inside a wrapper DIV and style this wrapper DIV with a width bare enough to show the like count and hide the rest of the text. But allow me to reiterate, I do not recommend this method because it is against the valid configuration from Facebook. You should put up with the verbose counter until the day Facebook allows you to hide it through button configuration.

I hope this article solved the mystery of the stopped Facebook Like counter!

Please let me know if it was helpful and how you proceeded to solve the issue. Did you stay put with the 1k notation? Or you changed to the verbose counter? Did you use CSS trick?

I hope this was useful for you. Please feel free to let me know if you have any questions on this topic. I will be happy to try and help you. Thank you for using TechWelkin.

© TechWelkin.com

2 responses to “FB Like Button Count Got Stuck at 1K? Learn Why!”

  1. Alexander Juico says:

    Hello.
    I know this is a long shot, but I really need your help. I ahve read your post of the FB like counter stuck at 1k. I am using the contest gallery in wordpress as a voting system and just found out the like has stopped at 1k, I need to see the actual likes since this is a voting system, even if not in the front end.

    Would like to ask, where can I find the div element

    ?

    I really wish you can help me.

    Thank you very much

    • Lalit Kumar says:

      Hi Alexander, I am afraid you will have to ask this question to the developer of that plug-in. I am 100% sure that the real count of votes is stored in database but to save space, the pluging is showing 1k notation on front end. You should contact the plugin author and ask which table to look in for the real count of votes.

Leave a Reply

Your email address will not be published. Required fields are marked *