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 have a dynamic website, and use the share button on various pages of my site. All share her homepage.

An example:

  • mydomain.com/?c=product&id=1
  • mydomain.com/?c=article&id=1
  • mydomain.com/

all these pages have the facebook share button, and all share this page mydomain.com/

know any way to know when shares were made? how many shares have? Which of my pages was made a share? and eventually who have shared?

it is possible to get this kind of statistics?

share|improve this question

1 Answer

up vote 0 down vote accepted

You can get a lot of information from where people got your links from, by analyzing your server logs. There's lots of tools to do this. Contact your server admin or webmaster to find out how to get your server logs.

share|improve this answer
i know that, but i'm searching only for statistics of facebbok share button. – Paulo Pinto Jan 19 '12 at 18:51
The sharer.php button is deprecated. You should be using the like button, which gives you statistics. – DMCS Feb 4 '12 at 21:58
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 23:11

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.