- Feb 28, 2010
- 5,497
- 4,415
Hey so I have had a lot of pages and I have spammed a lot of them to death so after a while Facebook becomes aware of what I am doing and whatever page I post on my spammed page gets deleted in like 2 secs lol.
You think they've stopped my spammed page? Not by a long shot.
I've figured out how to post your page without it getting deleted
So heres what you do. You buy a domain with facebook in the title like funny-facebook.info or something. Now make an index page with this in it:
So what you'll need to do is change the words inside the <title> tags to your facebook page name. Then in the <meta http-equiv> tag, insert your facebook pages url. Then in the <img src> tag put the url where your facebook display picture is located at.
Now post the funny-facebook.info in your status on your spammed page and it will look like an actual facebook page. But when the user clicks on the link a window will open and immediately redirect them to your page you want going viral.
This is an easy way to get by Facebook's prying eyes
Enjoy!
You think they've stopped my spammed page? Not by a long shot.
I've figured out how to post your page without it getting deleted
So heres what you do. You buy a domain with facebook in the title like funny-facebook.info or something. Now make an index page with this in it:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Facebook Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.facebook.com/#!/pages/MyFacebookPage"></HEAD>
<BODY>
<p align="center">Redirecting...</p>
<p align="center">
<img src="FACEBOOK DISPLAY PICTURE URL HERE" border="0">
</p>
</BODY>
</HTML>
So what you'll need to do is change the words inside the <title> tags to your facebook page name. Then in the <meta http-equiv> tag, insert your facebook pages url. Then in the <img src> tag put the url where your facebook display picture is located at.
Now post the funny-facebook.info in your status on your spammed page and it will look like an actual facebook page. But when the user clicks on the link a window will open and immediately redirect them to your page you want going viral.
This is an easy way to get by Facebook's prying eyes
Enjoy!