我目前在彩盒iframe中有以下代码:
<? If($_Session['login']) { ?>
Complete website + Metaheaders facebook like button + fb like button
<? } else { header('location: index.php'); ?>
因此,如果有人登录,则会设置会话并可以查看彩盒内容。如果未设置会话,您将被重定向到主页面。
我的问题如下:当有人登录并按下颜色框iframe中的fb like按钮时,他会抓取index.php的数据。当我删除if会话检查语句时,他会从colorbox iframe中的元标记中获取正确的数据。如何在php会话中使用类似fb的按钮