I want to add ShareThis social icons into a page with multiple articles, currently I have those icons show on each articles, for example 5 articles in a page, each article have a facebook's share with counter, if I want to share the 3rd article and click share, facebook will share this link with the first article content instead of 3rd article content, anyone can help on this?
I copied below code from ShareThis and pasted in a php loop:
<span class='st_sharethis_hcount' displayText='ShareThis'></span>
<span class='st_facebook_hcount' displayText='Facebook'></span>
<span class='st_twitter_hcount' displayText='Tweet'></span>
<span class='st_linkedin_hcount' displayText='LinkedIn'></span>
<span class='st_googleplus_hcount' displayText='Google +'></span>
<span class='st_email_hcount' displayText='Email'></span>
Thanks!!