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!
Glad to see you here Ran.
Glad to be here! 