I've been cashing pretty good lately with this method, and I'm going to share it here exclusively on BHW.
You need an extra domain for extra protection, and a little coding knowledge. Also this method all it does is it maximizes your conversions (you're on your own with how you build traffic).
The code: Two example files, with comments. (vtscan 0/0)
mainsite.html - this is the blog page where you have the video
secondarydomain.php - this is what you use on your secondary domain, to fake the "liked" content and to redirect to the actual CPA offer; you can disguise this as a facebook official page, or you can name it "adclick.php" to bullshit your AM into thinking your traffic comes from a banner or something (not recommended since we only hate facebook)
In a nutshell:
1. build a blog for downloads, you can go with TV series episodes from www.fastpasstv.ms.
2. add the "watch now" button, and make sure (1) your video works and (2) content locker appears only AFTER click.
3. nothing else (like ads and shit) should be on the page, no popu-ps, we need this because it makes the website seem very serious
3. here's the beautiful part, you content lock the video, but before the content locker shows up, you need to use the like-locker. It's a simple script, it makes sure that content unlocker only appears AFTER the page has been liked successfully.
4. the new domain comes in here, the "like" should be given to your secondary domain to avoid banning your main domain. It's just a matter of setting the URL on the Like button. This new domain, all it does is it has OG:META tags (see http://ogp.me). Add on this domain og:title, og:image, og:url and maybe og:type to reflect the CPA offer.
5. Focusing a little on OG:URL, you make it look like this: http://www.secondary-domain.com/index.php?go=x (assuming you're using the default index.php) this code should be in the file right before </body>:
So let's see what this does:
Visitor comes to your blog, clicks "Watch now" then it gets a message. "Please Like To Continue".
When he clicks that "Like" he'd be getting a CPA offer on his Facebook wall, but he won't see or know about it. Then he'll be presented with a content unlocker. Once he solves a survey, he'll get access to the episode.
While he watches that episode (most are 45 minutes long) his friends will be filling in the offer from his wall because it appears in the news feed. You'll get a good 45 minutes time window, and you can go with mobile-based offers because they're just as good.
At about 50K - 100K likes, your secondary domain will be banned by Facebook. This is not an issue because you can now easily swap it (buy a new one) and you're back on track, cashing high.
Good luck!
You need an extra domain for extra protection, and a little coding knowledge. Also this method all it does is it maximizes your conversions (you're on your own with how you build traffic).
The code: Two example files, with comments. (vtscan 0/0)
mainsite.html - this is the blog page where you have the video
secondarydomain.php - this is what you use on your secondary domain, to fake the "liked" content and to redirect to the actual CPA offer; you can disguise this as a facebook official page, or you can name it "adclick.php" to bullshit your AM into thinking your traffic comes from a banner or something (not recommended since we only hate facebook)
In a nutshell:
1. build a blog for downloads, you can go with TV series episodes from www.fastpasstv.ms.
2. add the "watch now" button, and make sure (1) your video works and (2) content locker appears only AFTER click.
3. nothing else (like ads and shit) should be on the page, no popu-ps, we need this because it makes the website seem very serious
3. here's the beautiful part, you content lock the video, but before the content locker shows up, you need to use the like-locker. It's a simple script, it makes sure that content unlocker only appears AFTER the page has been liked successfully.
4. the new domain comes in here, the "like" should be given to your secondary domain to avoid banning your main domain. It's just a matter of setting the URL on the Like button. This new domain, all it does is it has OG:META tags (see http://ogp.me). Add on this domain og:title, og:image, og:url and maybe og:type to reflect the CPA offer.
5. Focusing a little on OG:URL, you make it look like this: http://www.secondary-domain.com/index.php?go=x (assuming you're using the default index.php) this code should be in the file right before </body>:
Code:
<?php if(!empty($_GET['go'])): ?><script type="text/javascript">window.location.href="http://www.your-cpa-offer-link.com...";</script><?php endif; ?>
So let's see what this does:
Visitor comes to your blog, clicks "Watch now" then it gets a message. "Please Like To Continue".
When he clicks that "Like" he'd be getting a CPA offer on his Facebook wall, but he won't see or know about it. Then he'll be presented with a content unlocker. Once he solves a survey, he'll get access to the episode.
While he watches that episode (most are 45 minutes long) his friends will be filling in the offer from his wall because it appears in the news feed. You'll get a good 45 minutes time window, and you can go with mobile-based offers because they're just as good.
At about 50K - 100K likes, your secondary domain will be banned by Facebook. This is not an issue because you can now easily swap it (buy a new one) and you're back on track, cashing high.
Good luck!
Last edited: