If your website or blog was blocked by Facebook robot due to spamming or malicious whatsoever content, then your website is in a big trouble. Why? Because if you are not doing good in organic search and your main source of pageviews are coming from Facebook, then, how in the world you are going to share your content inside Facebook if Facebook will not allow you to do so because it was blocked.


For this post you do not need to pay someone to be able to bypass the blocking done by Facebook. All you need to do is a little tweaking to be to bypass it. You do not need to use a REDIRECTION because that will only work for some time but not for a long term because Facebook will also block all the URL that you are going to link or associate with the already blocked URL.

FOLLOW THE TUTORIAL BELOW:

1. First, copy the URL that you wanted to share or post on Facebook.

2. Go to REPL.IT and click + new repl button.


3. Next, just select HTML, CSS, JS for your repl,it and press the Create Repl button.


4. Now inside the index.html copy and paste the given code below.
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@media screen and (min-width: 601px) {
    font-size: 80px;
}

@media screen and (max-width: 600px) {
    font-size: 30px;
}
a {text-decoration:none;}
</style>

<a href="PASTE YOUR BLOCKED URL HERE" target="_blank">
<img src="PASTE THE THUMBNAIL URL OF YOUR POST HERE" width="100%" />
<center>
<h4 style='color: red;'>How To Share/Post Blocked URL On Facebook</h4>
<h3>Click here to read article...</h3></a></center>
5. When done! press the RUN button!


6. Then you will see the preview of your article. You can copy the link and then share it on Facebook.


7. Note: Your article link will be like the link that you can see on the image at Step #6.

8. If you wanted to have a shorter link, you can use Cutt.ly to shorten your URL first before sharing it on Facebook page, or your own status.

Important note: Anonymous website links are only hosted by Repl.it for 1 hour. So if you wanted your link to stay forever you need to make an account which is 100% FREE!