That site you linked to is incrementing a counter every time it gets clicked - whether is gets shared or not. Try clicking it, closing the popup without sharing, and then refresh the page. Notice the count goes up.
Facebook doesn't really allow you to customize their latest non-deprecated share/like button. One way you could do this with real numbers is using their graph api. The calls and the returned values could be cached and/or loaded from a background process to speed up page loads. You can get Facebook share/like count by using this URL, without any access token, meaning you won't be rate limited:
http://graph.facebook.com/?ids=http://espn.com
Twitter, however, doesn't have an api call to get share counts yet, as mentioned in their Tweet Button FAQ. For that, you are better off using their count button and customizing it with CSS (see section Build Your Own Tweet Button), which is supported.