Trying this method!

nickjett

Regular Member
Joined
Oct 28, 2010
Messages
258
Reaction score
23
I read this thread the other day, basically claims to drive targetted traffic from facebook.

https://www.blackhatworld.com/seo/method-free-targeted-facebook-traffic.901130

Ive got a spare facebook account i can try this with. So i will test to see if i can drive targeted traffic to a clickbank link.

I could just post update my status with my clickbank link. But when people will see my status and see its an aff link they probably wont click the link.

So ive setup a blogspot blog with the same name as the clickbank product im promoting.

Ive created a nice banner of the clickbank product. Posted the banner as a post on the blogger blog.

Liturally all thats on the blog is a post of the banner I created.

I then edited a bit of the html. When you update your status with a url, Facebook normally adds a clickable image. But unless you add the following code to your bloggers html, Facebook wont do this.

So you just need to add this

Code:
xmlns:og='http://ogp.me/ns#'

To the end of this code as shown below


Code:
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr' xmlns:og='http://ogp.me/ns#'>

Obviously though I dont want the targetted traffic to end up at my blogger blog. So I added a redirect to my aff link

Just add the below code just underneath the <head> tag.

Code:
<script type='text/javascript'>
  var d='<data:blog.url/>';
  d=d.replace(/.*\/\/[^\/]*/, '');
  location.href = 'hop.clickbank.net/';
</script>

Ive now added friends to 50 friends targetted to my niche and ill let you know what happens!
 
Last edited:
That's a pretty cool post that I haven't read before. Best of luck! Keep us updated.
 
All the best and Do not forget to share the result.
 
Back
Top