What fb app is this

No... I cant do that. I want to add the app to a fan page am making.. I want redirect a fb page to external url, If you know of a solution that will work too.
 
No... I cant do that. I want to add the app to a fan page am making.. I want redirect a fb page to external url, If you know of a solution that will work too.
When someone comes to the FB page, they are redirected to an external page? There was a thread explaining how to do that recently. Search the forums.
 
When someone comes to the FB page, they are redirected to an external page? There was a thread explaining how to do that recently. Search the forums.

You can use this as the typical redirect code usually won't work (blocked by FB)

<body onload="window.location.href='http://www.yourURL.com'">
 
Back
Top