我已将 Facebook 登录集成到我的网站中。
这是我使用的代码:-
<a rel="facebook-connect" title="Facebook Connect" href="http://www.mysite.com/index.php/facebook/customer_account/connect/"><img src="<?php echo $this->getSkinUrl('images/flogin.png') ?>" /></a>
当我通过替换在本地主机中尝试它时它工作正常href="http://localhost/magento/index.php/facebook/customer_account/connect/"
但是当我将它集成到实时网站时,它会将我重定向到一个空白页面,其 url 如下:-
www.mysite.com/index.php/facebook/customer_account/connect/
之后什么都没有发生。这个问题与上述网址或网站网址或其他任何内容有关吗?
我的应用程序设置是: -
- 网站网址:-
http://www.mysite.com/
- 站点域:-
mysite.com