Facebook 应用程序:用户应首先单击“赞”按钮才能使用该应用程序
我在许多应用程序中看到过这种情况,其中用户首先被要求单击“喜欢”按钮,然后重定向到主应用程序。我怎样才能实现这个目标?
我正在使用 php。
在应用程序页面顶部添加“点赞”按钮并不会吸引太多点赞。
如有任何帮助,我们将不胜感激!
-沙
I have seen this in many apps where user is first asked to click like button and then redirected to the main app. How can I achieve this?
I am using php.
Adding a like button on top of the app pages doesn't attracts much likes.
Any help is appreciated!
-Sandy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对此已有很多解决方案。基本上你只需要一个 javascript 脚本来隐藏主页,和一个 php 脚本来显示页面,这样直到用户点击喜欢,然后你才显示它。
简单的搜索给出了很多代码。
检查堆栈上的这些,或这个一个,还有这个
基本上,你必须使用jquery来隐藏页面
希望这有帮助!
There are so many solution already for this. Basically you just need a javascript script to hide the main page , and a php script to show the page so that until the user cliks like, then you show it.
A simple searching gave alot of code.
check this ones on stack, or this one and also, this one
Basically, you have to use jquery to hide the page
hope this helps!