Facebook 应用程序:用户应首先单击“赞”按钮才能使用该应用程序

发布于 2024-12-24 18:34:18 字数 144 浏览 0 评论 0原文

我在许多应用程序中看到过这种情况,其中用户首先被要求单击“喜欢”按钮,然后重定向到主应用程序。我怎样才能实现这个目标?
我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔戏命师 2024-12-31 18:34:18

对此已有很多解决方案。基本上你只需要一个 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文