Facebook page automatic “like” URL (for QR Code)

前端 未结 6 752
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-25 08:44

I was wondering if one could construct a URL for automatically liking a Facebook page. Then this URL could be converted to a QR Code so people can automatically \"like\" yo

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-25 09:35

    Have you tried using the fb:// protocol?

    To have them like your page when they scan the qr code, it goes like this:

    fb://page/(pageID)/addfan
    

    If you need to get the pageID, replace "www" with "graph" in the Facebook url when you visit your page in a desktop browser and it will display the ID and other data.

    Not only does this add them automatically, but it opens up the page in the FB app instead of the mobile browser.

    As far as legality, I would assume as long as you put something like "Scan to like our page", you're in the clear. They know what they're getting into.

提交回复
热议问题