Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to use 2 types of sharethis buttons with different counts. One count for the page that is currently shown, and one in the footer that counts every share for the whole site (only http://example.com, not the articles or something, so not every share).

Here is a short example of the code next to the article:

<span class="st_facebook_custom"><img src="images/icons/facebook.png" alt="Facebook" /></span>

And here is a short example of the code in the footer:

<div class="share"><span class="st_facebook_hcount"></span></div>
share|improve this question

1 Answer

up vote 1 down vote accepted

You can have two buttons that get two different counts by using the following

The problem is that when you pass in http://example.com it does not give you counts for the whole site, just for the home page...

This is exactly how the FB like and Twitter count buttons work, they are on a per page level, not at a site wide level..

-Manu

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.