I have read this Question and I also have searched on google to get the total number of social media share button's counts but I realize that this is not an easy task especially for Google+ and also if you have multiple buttons for multiple links on a Single Page.
So I'm trying achieve this by using a different approach via jQuery. Link...

I want to get and calculate the total number of shares as text number inside the count box and I have read that jQuery .contents() can access iframe HTML elements, So I want to select the the iframe that generated by the share buttons and select the count's element id and get the total numbers of shares inside a <div>????</div> tag on my webpage. But still no Success...
Please help me to do this & Here is the sample JSFiddle - JSFiddle
Any help would be much appreciated. Thank you! & BTW I'm a beginner & using ASP.NET WebMatrix.
[Edited]
I really need a proper and useful solution to achieve this.