doudengjin8251 2011-10-22 07:50
浏览 28

用户在查看前必须喜欢页面

I have struggled with this for quite some time now but figured I would revisit the issue. My goal is to do the same type of thing This facebook page is doing https://www.facebook.com/JimBeam?sk=app_140011936063255

They have made it so that the user must click the like button before reviewing the content.

My normal procedure is to build a welcome.HTML page, create a new app on fb, then assign page to the correct business.

My question is if I designed a new html page, let's call it pre-like.HTML, where would I drop in the code so that this page design displays prior to users being able to see the welcome page?

I guess once the like button is clicked it would redirect users to the welcome page? I would greatly appreciate any advice or good tutorials you could send my way on doing this.

Thank you in advance!!

  • 写回答

3条回答 默认 最新

  • douli2876 2011-10-22 07:59
    关注

    I would check on the server when you get the request for the welcome page. That way you know you are getting the correct information. If they have't liked the page, send them back to the landing page, otherwise allow them to see the welcome page.

    评论

报告相同问题?

悬赏问题

  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了