Facebook Link Blocking Workaround needed

monsterclicks

Senior Member
Joined
Jul 1, 2009
Messages
1,108
Reaction score
764
I have a URL of my money site that has now been blocked from basic sharing on Facebook.

Is there a simple work around for this without using a standard cloaker ?
 
Go register a domain, host it, create a html page with javascript redirect or http meta refresh (countdown at least 5 sec) forward to your money site. That should do. It even bypass ad reviews. No need for expensive cloakers scripts. All the best.
Code:
[COLOR=brown][FONT=Consolas][COLOR=mediumblue]<[/COLOR]head[COLOR=mediumblue]>[/COLOR][/FONT][/COLOR]
[COLOR=brown][FONT=Consolas][COLOR=mediumblue]<[/COLOR]meta[COLOR=red] http-equiv[COLOR=mediumblue]="refresh"[/COLOR] content[COLOR=mediumblue]="5"[/COLOR][/COLOR][COLOR=mediumblue]>[/COLOR][/FONT][/COLOR]
[COLOR=brown][FONT=Consolas][COLOR=mediumblue]<[/COLOR]/head[COLOR=mediumblue]>[/COLOR][/FONT][/COLOR]
 
Back
Top