[TUT] How to make Fb redirect fanpage (step by step with pics and code)

omagad

Regular Member
Joined
Dec 10, 2010
Messages
272
Reaction score
297
First, you must excuse me if this was posted elsewhere but I can't remember reading any similar guide.
Second, since this is a Fb exploit, there is a chance for your page/account to get suspended, so:

Use at your own risk!


Here we go.

After you created your fanpage search for 'static html: iframe tabs' and go to the app page.

statichtml.png


Click 'Add Static HTML to a Page' and choose your page in the next step ('Add this application to'). Confirm the app by clicking the 'Add Static HTML: iframe tabs' button.

Go to your fan page and click on the 'Welcome' tab in the left.

welcometab.png


In the box titled 'Enter your content here' paste the following code, but remember to replace YOURLINK with the url you want the page to redirect to:

Code:
<html>
<head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<script language='javascript'>
document.location='[COLOR=Red]YOURLINK[/COLOR]';
</script>
</head>
<body>
</body>
</html>
And hit the blue 'save changes' button above to the right.

Now go back to your fan page's main tab and click the 'Edit Page' button on the top right. On the 'Default Landing Tab:' field select your custom tab ('welcome') and hit the 'Save Changes' button.

landingtab.png


That's it!

Now your fan page (ex: facebook.com/pages/YourPage/123456789) will redirect to the chosen website (ex: YOURLINK).
 
Last edited:
i have created more than 10 but
the fan pages are not index in google.

If you're using this script it's because the meta header tells the crawlers to not include the site in the index (thats what the content="noindex,nofollow" thing is)
 
What should I add to the HTML here to resize the page to fit the Facebook window?
 
Thanks man!
I will be trying this out soon, hope everything's still working.
-Josh
 
Back
Top