Facebook thinks this site may be unsafe - Driving me crazy!!!!!!!!

ibmethatswhoib

Elite Member
Joined
Feb 17, 2011
Messages
1,568
Reaction score
1,171
I got this message and it's annoying the fack out of me. So this is the full message, I'm sure many of you have gotten.

"Facebook thinks this site may be unsafe. If you're not familiar with it, please provide feedback by marking it as spam (you'll be brought back to Facebook)."

This pops up when people try and click my outbound links on my new facebook page. The problem is that it's an affiliate link that goes to an application they have to fill out with some personal info, so this will definitly screw things up. If they click that it's not spam they still have to sign into facebook and get through it. Even if they don't need to I think just the fact the message says it's spam they will be more hesitant about it. I heard it also does this for sites like tumblr and other blogs.

So I tried to use all the URL shortners and those don't work. I bought a BRAND NEW domain and that didn't work it still shows that. So I know what the problem is, it's where the re-direct ends up and if that domain or affiliate link isn't liked by facebook it shows that.

I found a solution http://pwnzuck.com/but facebook now blocks that. What it does is pretty much re-direct you to another page that you click on the link to your affiliate site.

So what do you think is best without having a landing page. I really don't want to create a landing page I think it will loose people. I know the problem is the page it re-directs too eventually. Any cloaking or any tricks around this you can think of?

Any tips?
 
You will not get around this with any automatic redirect. There was a time when you could just use javascript and it would work because facebook didnt execute client side code, but they added that in to stop me.

So now you need to just host a simple "Click to continue" button on the page.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="us" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
    
<head>

<meta property="og:title" content="moneylink - awesome title here" />
        <meta property="og:image" content="http://www.moneylink.com/images/facebookpicture.jpg" />
        <meta property="og:description" content="Check out this cool site."/>
        <meta property="og:url" content="http://moneylink.com/index.php?moneylink" />
        <meta property="og:site_name" content="moneylink" />
</head>

<body>
<center>
                    
<h1><a href="http://www.moneylink.net/">Click here to continue</a></h1>
                
</center>
</body>
</html>
 
Damn, I tried that and it's still not working. So maybe they feel my FB page isn't trustworthy for some reason, not sure what's going on.
 
you should have the meta data urls and site info relate to a new domain. and the "click here" link would go to your offer.

ecample, go buy www.123456789abcdefg.com

and put this code on it

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="us" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
    
<head>

<meta property="og:title" content="my offer name - awesome title here" />
        <meta property="og:image" content="http://www.123456789abcdefg.com/images/facebookpicture.jpg" />
        <meta property="og:description" content="Check out this cool site."/>
        <meta property="og:url" content="http://123456789abcdefg.com/index.php?moneylink" />
        <meta property="og:site_name" content="123456789abcdefg.com" />
</head>

<body>
<center>
                    
<h1><a href="http://www.offerlink.com/affid">Click here to continue</a></h1>
                
</center>
</body>
</html>

If you want to go 1 step futrher, go to twitter and tweet your link and take the t.co link and put it in place of the offer link (http://www.offerlink.com/affid)
 
Thanks again man, but I tried that with the meta urls and went and change the affiliate link to a shortner and still getting that damn message!
 
Post a link on FB pointing to your page (be sure that this page/site is not marked as spam). Once the link is live on your fb page redirect your site/page to your aff offer

Maybe this is not working but it worked for me, try it
 
bro can u help me? people scared to click on my website link on facebook because it says its unsafe and SPAM Report.jpg

i dont know that the problem is. its a new website. but i think theres nothing wrong with my website. please help thank you.
 
Back
Top