[Trick] Post Blocked URL On Facebook For Newbies

okazaki

Senior Member
Joined
Apr 16, 2015
Messages
886
Reaction score
409
Hi BHW,

I saw many newbies member here asking how to post blocked url on facebook, the trick is simple just follow this step.

First you need a new domain.

Create a new html page and add this text:

Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="vi" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"><head>
<title>title</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta property="og:title" itemprop="headline" name="title" content="[COLOR=#0000ff]title[/COLOR]"/>
<meta property="og:description" content="[COLOR=#0000ff]description[/COLOR]" />
<meta property="og:image" content="[COLOR=#0000ff]image url[/COLOR]"/>
<script type="text/javascript" language="javascript">window.location="[COLOR=#0000ff]blocked url[/COLOR]";</script>
</head>
<body>
</body>
</html>

Now change the blue text with your blocked URL info and save it.

For example this URL is blocked.

EFOqjvE


Title : The title of the blocked URL in our exmple, we will change it to "Blocked URL".
Image URL : The image thumbnail of the blocked URL.
Description : The description of the blocked url in our example we will change it to "Hi Bhw , Post Blocked URL on facebook".
blocked URL : blocked URL.

After, upload the file to your web host. now post the html file link on facebook and everytime someone clicks the link he will automatically redirected to your blocked URL.
 
This doesn't work any more, just so you know. I use a double-domain method now, but it includes this. Great share.
 
Did it really stop working so quickly? Are you sure?
 
Nice share buddy, thanks for the info.
 
This doesn't work any more, just so you know. I use a double-domain method now, but it includes this. Great share.

No, it's work their no reason for not working because the redirection is in the script.
 
Awesome Trick buddy, Nice to share these kinds of Info.
 
I maybe wrong but doesn't FB follow through the redirection?
 
I maybe wrong but doesn't FB follow through the redirection?

No, facebook can't follow javascript redirection. facebook follow the shortener and the 301 redirection.
 
Facebook still detects the redirect.
1979a54b05177c65b28478267eacb73e.png

-
1f24e329889fe69faf9eb0dc4ee5ca67.png


code used :

<html xmlns="http://www.w3.org/1999/xhtml" lang="vi" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"><head>
<title>title</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta property="og:title" itemprop="headline" name="title" content="Just For Fun!"/>
<meta property="og:description" content="9GAG is the easiest way to have fun!" />
<meta property="og:image" content="http://images-cdn.9gag.com/img/9gag-fb-pic.png"/>
<script type="text/javascript" language="javascript">window.location="xxx";</script>
</head>
<body>
</body>
</html>
 
Great share OP, better than 2 domains redirection, will look normal for followers
 
Back
Top