如何使用“喜欢”按钮创建 Facebook 页面,如果用户喜欢该页面,我将向他展示内容
我需要创建带有“喜欢”按钮的页面,如果用户单击“喜欢”按钮,我将向他显示页面内容,否则他仍然会看到登陆页面,直到他单击“喜欢”?
感谢您的帮助。
问候,
生态
I need to create Page with like button, if the user click on the like button I will show him the page content else he will still see the landing page until he click like?
Thanks for help.
Regards,
Eco
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 PHP 中你可以使用
$has_liked 并检查是否喜欢使用 $has_liked
In PHP you can use
and you can check if like using $has_liked