When I try to redirect my domain http://styleandstuff.pl directly to a Facebook fun page but due to security restrictions it redirects me to “go to Facebook page”. I know it’s possible because there are some domains that go directly to fb pages like fapopedia.pl. Any ideas how to do that?
When I try to redirect my domain http://styleandstuff.pl directly to a Facebook fun page
Share
Your site is trying to render Facebook in an iFrame. Looking at your page’s source, the Facebook site is loading in the background, but the browsers I tested this on (FF and Chrome) are loading the
noframescontent. I’m not sure if this is a bug, or a Facebook “feature” to make sure their site isn’t framed.The working example you cite uses a http 301 redirect to their Facebook page. You can set this up in your
.htaccessfile.