okazaki
Senior Member
- Apr 16, 2015
- 886
- 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:
Now change the blue text with your blocked URL info and save it.
For example this URL is blocked.
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.
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.
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.