I am using Addthis.com’s service to add facebook ‘like’ button onto my site.
Now I want to manually add some facebook social plugins to my site:
http://developers.facebook.com/docs/plugins/
As I see, some plugins require to enter ‘app_id’, but I didn’t specify my ‘app_id’ for Addthis.com’s buttons, so I would like to ask how does facebook track those ‘like’ or other activities on my site??
For example, if a user clicked ‘like’ on Addthis.com’s button on my site, would this user appear in the “Like Box” and “Facepile” plugins that I manually added to my site??
Thanks!!
AddThis
When using
AddThis, the app itself, gets the current page that islikedor the specified Facebook page. When you are referring to theapp_idforAddThis, it is their own id that allows you to log into http://www.addthis.com and access their custom statistics page.Facebook
When using the
Facebooklike button or other plugins,Facebookrecords the number of times someone has pressed the button. It also includessharesandrepostsin this number. Using theFacebook APIyou would be able to seperate the numbers (whetherlikeorshare) if desired.Facebook API
In order to access the information recorded by
Facebookyou must register and app with them and that will give you a Facebookapp_id. This can then be used in any of their plugins.Overall
Since the
AddThisapp transfers the information toFacebook,Facebookwill display your like and share count in any of its plugins.