[Need Help] How to trick Facebook scraping bot ?

shephard

Junior Member
Joined
Jan 14, 2015
Messages
167
Reaction score
36
So far there are only two method I found that can elevate the Facebook domain ban problem.

1. Create an HTML file and upload to your server, which is this thread

I tried this method but after debugging it still leads to my money site, so maybe I did something wrong? (I uploaded it to my public_html on godaddy cPanel)

2. Create a blogger/ wordpress site then insert this code

Code:
<script type='text/javascript'>
  var d='<data:blog.url/>';
  d=d.replace(/.*\/\/[^\/]*/, '');
  location.href = 'http://yourwebsite.com';
</script>

I tried this method and it worked, but you gotta make a lot of blogger sites to mass spam.

Is there any code that can trick Facebook bot ?

Thank you :)
 
Back
Top