How to detect Facebook Like button pressed and trigger event?

后端 未结 5 607
借酒劲吻你
借酒劲吻你 2021-02-06 16:01

Here is the example:

  • http://www.facebook.com/UEvents?v=app_4949752878&ref=ts

These guys get people to click on Like button (in Step 1) first bef

5条回答
  •  伪装坚强ぢ
    2021-02-06 16:33

    When a Facebook tab is loaded, the fb_sig_is_fan parameter is passed in specifying if the current user viewing the tab is a fan. Clicking on the Like button will trigger a reload of the tab content, resulting in an updated fb_sig_is_fan being passed in so the app can decide to show a different image.

提交回复
热议问题