• scole954387

    (@scole954387)


    Hi,

    Is there a way or a plugin that would allow me to hide my affiliate links?

    For example on my blog I have…

    https://www.s-cole.com/recommends/5-Bucks-a-Day-By-Dennis-Becker.php

    that redirect to

    https://sc954387.5buckguy.hop.clickbank.net/?tid=2

    I would like to be able to add/delete/update these links via the admin section. Right now I have to create a php file with:
    header(“Location:https://sc954387.5buckguy.hop.clickbank.net/?tid=2”);

    and save this under my recommends directory.

    Can someone help me throw together a quick plugin for this. It shouldn’t be hard.

    Just have a database with the friendly url (5-Bucks-a-Day-By-Dennis-Becker.php) and the affiliate link (https://sc954387.5buckguy.hop.clickbank.net/?tid=2)

    ie:

    wp_affiliatelinks
    >> idaffiliatelinks
    >> seofriendly
    >> affiliatelink
    >> clicks

    I’m not sure if the plugin can handle the redirect itself, but if not then a simple .htaccess modification should be able to redirect anything under the /recommends/ folder (ie /recommends/WHAT-EVER/) to pull the info from the database and insert it into the header function of the redirect php file.

    I know this is a simple plugin to create and I could do the php code easily, I just don’t have the time to learn the requirements to create a wordpress plugin.

    If someone could create this plugin, it would be great or if someone can work with me to get it created that would be excellent.

    Any takers? ??

Viewing 1 replies (of 1 total)
  • you do not need a plugin, just send the traffic as redirect link to your site, if your account permit this ??

    peace

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Affiliate Link’ is closed to new replies.