I’m trying to implement a Facebook Like button for a website. I’m working in a dev environment with fake content. Is there a way to “fake” the count so that I can see what the button looks like with 1, 2, 3, and even 4 digit counts? I want to make sure my design works when there is no count and when there are different counts with varying widths.
Thanks!
This simplest (but not permanent) way is to find element containing number in developer console in browser and change its value.