Best Blackhat Forum

Full Version: [Help] Is there a way to post jvzoo links in facebook?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, help out a noob here...

Is there a way to post jvzoo links in facebook by masking/ redirecting etc.? I only want to share in secret groups to my own audience.

Thanks in advance!
FB catches these a lot more now than they used to, u can try an iframe redirect which should get approved but as for how long it will stay up...

Code:
<!doctype html>
<html lang="en" >
<head>
<meta charset="utf-8" />
<title>Title</title>
<link rel="author" href="http://google.com"/>
<meta property="og:title" content=""/>
<meta property="og:description" content="" />
<base target="_blank" />
</head>
<body>
<iframe style="width: 100%; height: 100%;"
src="http://your-jvzoo-url-here"
scrolling="no" frameborder="0"></iframe>
</body>
</html>

There are lots of examples on YT, look for 'facebook affiliate masking'
Thanks celx! +5reps :)
Reference URL's