Home > Paid Traffic Sources > Facebook & Instagram

Squeeze a little cash from Facebook Adboard (3)


06-13-2011 06:49 AM #1 ranaroussi ()
Squeeze a little cash from Facebook Adboard

Hey guys,

Just thought I'll post this little code snippet that I use on my landers to redirect people to click on my ads from Facebook's adboard.

The idea is that most of the adboard "clickers" are other advertisers, so you might want to send them to a different page, or a facebook ads related ecourse ;-)

Just add this to the top of your landers.

[PHP]<?php
$redirect_to = 'http://SOME-FACEBOOK-COURSE.com'; // <-- change this!
if (stristr(@$_SERVER['HTTP_REFERER'], 'facebook.com/ads/adboard')) {
header("Location: $redirect_to"); exit;
}
?>[/PHP]

I should note that this will NOT make you rich in anyway It will, however, hide your landers from casual prying eyes (and make you a few bucks along the way).

Enjoy!


06-13-2011 07:33 AM #2 mrxxg (Member)

Glad to see you here Ran.


06-13-2011 08:00 AM #3 ranaroussi ()

Glad to be here!


Home > Paid Traffic Sources > Facebook & Instagram