Affiliate link cloaker with metadata for FB and fake referer.

BaCCa

Junior Member
Joined
Apr 12, 2013
Messages
119
Reaction score
38
Hi,

I'd like to have a setup like this:

When I paste domain.com to facebook, facebook should see defined metadata and format it correctly (embedded link), then I want it to redirect the user to an affiliate link with a fake referer (fake referer being my site where I also promote the product).

I was thinking of making an index file on domain.com where I put the og: tags and stuff and then use meta refresh to affiliate 301 link on my real domain... I'm missing the fake referer part. I want to show real site domain instead of domain.com as referer (like it would show in my example).

How can I solve this and would this idea even work?

What would you recommend?

Thanks.
 
If I understand it correct then I guess this is what you are looking for.

Just get CPA redirector 6.2 and install it in your blog and check with this code in your header part. Don't blank the referer but fake it. CPA redirector can fake the referer.

if(isset($_SERVER['HTTP_REFERER'])) {


echo $_SERVER['HTTP_REFERER'];


}
 
Back
Top