I have a website with different pages. Each page should have a Like button and a Share button (to Facebook only).
First I didn't find any mention of a Share button in the Facebook Documentation. Can you point me a guide or reference?
However the big problem is that I need to sum likes from all the shares, and the likes on the page too. For example if 10 users clicked on Like on the page. Then some shared to their profile, and someone liked that too, I need to show a total of 10 + the likes on the profiles. Is there a ready-made Facebook API function to do this? Or do I need to track each share and sum manually all the references?
Thanks in advance