How to Add a “Like” Button to my FaceBook Landing Tab?

前端 未结 3 1248
北海茫月
北海茫月 2021-01-16 10:49

My FaceBook Page is setup so that users who have not \"Liked\" the page yet (and attempt to view the page) are presented with the content of a particular tab instead of the

3条回答
  •  情歌与酒
    2021-01-16 11:30

    First of all, make sure you page is loaded in html mode instead of FBML.

    1, Load the FB JS

    
    

    2, Init the FB (sometimes it doesn't work without this)

    
    

    3, Put the like button where do you want

    
    

    The like will appear, but will not make page refresh, so you have to take care the flow yourself.

提交回复
热议问题