Facebook “Like” button callback

前端 未结 5 690
你的背包
你的背包 2020-11-27 11:50

I am interested in implementing the facebook \"Like\" button, but I would like to know what user is clicking on this button so I can get some useful information from this. F

5条回答
  •  暖寄归人
    2020-11-27 12:45

    so I simply rendered a unique like button for each logged in user with a URL of www.somewebsite.com/thisIsThePageIlike/facebookUID.

    won't this defeat the purpose of having a like button and mess up your facebook search ranking? Every user will be liking a different url and so facebook will think you have a ton of pages each with a single like count.

    I am also having an issue with XFBML like buttons where the edge.create event isn't firing

提交回复
热议问题