25.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

07-01-2016, 07:32 PM
Post: #1
[Help] Is there a way to post jvzoo links in facebook?
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!
07-03-2016, 09:24 AM
Post: #2
RE: [Help] Is there a way to post jvzoo links in facebook?
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'
07-03-2016, 03:27 PM
Post: #3
RE: [Help] Is there a way to post jvzoo links in facebook?
Thanks celx! +5reps :)




53.gif