Skip to main content

Affiliate link Cloaking Widget For Blogger

affiliate cloaking for blogger

Hey there, Happy Sunday to you!
This is a Sunday exposure...
It's happy blogging time, I hope you enjoy every bit of what you get in here...

So, today, I'm going to be exposing something really cool and not so hard to implement...
Do you run your blog with few affiliate linkings? and sometimes get bored of the long ugly affiliate link your readers get to see while they click a link on your blog?
or you are so bothered that you wish you can hide your affiliate links so your readers don't bypass your links...
Well, some readers are like that! "you can't refer me!".

WordPress have got this plugging and you can Read about the best affiliate link cloaking Plugins For Wordpress...

Unlike wordpress, as you know, blogger interface is missing this and many trials to get an affiliate link cloaking widget have proved rather uneasy...

I bet, I should call you lucky; because, it took me lots of findings to finally bump into a working affiliate link cloaking add-on for blogger! it works, probably not like wordpress, but it definitely works...

Here is what to do
1. As always, Back up your blogger template
2. Add this Jquery code just below <head> in your template file.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js" type="text/javascript">

3. Now Search for </head>  and paste the code below just above it.
<script>
var aff = new Arrayundefined);

/* define your links here */
aff['Your affiliate Link1'] = 'Your regular Link1';

aff['Your affiliate Link2'] = 'Your regular Link2';

aff['Your affiliate Link3'] = 'Your regular Link3';

/* do not edit below this point */

/* reverse the key/value pairs so we can lookup based on value */
var aff_reverse = new Arrayundefined);
for undefinedk in aff) {
    aff_reverse[aff[k]] = k;
}

/* scan all links when the document loads */
$undefineddocument).readyundefinedfunctionundefined){
  $undefined'a').attrundefined'href',functionundefined){
    
    /* if the link isn't listed above, do nothing */
    if undefined!aff[$undefinedthis).attrundefined'href')]) {return $undefinedthis).attrundefined'href');}
    /* ok, the link is in our list */
    $undefinedthis).clickundefinedfunctionundefined){
        /* when the link is clicked on, revert it back to the affiliate link */
        //$undefinedthis).attrundefined'href', aff_reverse[$undefinedthis).attrundefined'href')]);
        return true;
    });
    $undefinedthis).mouseupundefinedfunctionundefined){
        /* Firefox ignores onclick event when the link is opened via middle mouse undefinednew tab) */
        $undefinedthis).attrundefined'href', aff_reverse[$undefinedthis).attrundefined'href')]);
        return true;
    });
    $undefinedthis).mouseoutundefinedfunctionundefined){
        /* revert back to non-aff link in case they opened in new tab */
        $undefinedthis).attrundefined'href', aff[$undefinedthis).attrundefined'href')]);
        return true;
    });
    /* change the affiliate link to a non-affiliate link */
    return aff[$undefinedthis).attrundefined'href')];
  });
});
</script>


Cloaking your Affiliate Links
Your affiliate links won't get cloaked just by adding the above to your template file, you need a little customization to get your affiliate links cloaked...

Now to make this work, In the above code, find aff [' Your affiliate Link1'] = ' Your regular Link1 '; and then replace Your affiliate Link1 with your affiliate link
eg. http://affliatelink.com/id=affliate
and then replace your regular Link1 with the simple link that you desire. it is advised that you use your site link.
eg. http://yoursite.com/go/affliate
once you replace the affiliate link as explained above, if you click  http://affliatelink.com/id=affliate in your blog post page, it will automatically look like http://yoursite.com/go/affliate before redirectibg o your supposed affiliate site...

Note that you need to add the real affliate link to your post page, else this won't work.
You can create as many cloak affiliate links as you want

Comments

Popular posts from this blog

Earn While you Save With Alat.ng

If you've always wanted to save up for the future, but didn't take actions for reasons best known to you, now is the time to reconsider your thoughts and take actions, because there is a digital bank known as ALAT waiting to be utilized. What Is A Digital Bank? According to Avoka.com; "Digital banking is the digitization (or moving online) of all the traditional banking activities and programs that historically were only available to customers when physically inside of a bank branch." What is ALAT? ALAT is a digital bank, the first if its kind in Nigeria! It is an innovation of Wema Bank Nigeria, developed to give you easy access to saving your funds and doing other bank transactions without being physically present at the bank.  With Alat digital bank, you can open a savings account using your phone number and Bank Verification Number (BVN) as well as other documents that you will be prompted to upload during the registration process. It’s simple, convenient, reliabl...

How To Add Instagram Feed To Your Blog

You probably have an Instagram account and would want to showcase your pictures in your blog. Adding an Instagram widget to your blog goes beyond just showcasing your account to gaining followers, who wouldn't want more followers? This post will be your guide in embedding an Instagram feed into your blog. For people do not use or have an idea of Instagram, to let you know about the beautiful platform, I will run through it briefly.  Instagram is an online photo and video sharing network which let you share photos and videos straight from your mobile device to your account for your followers viewing pleasure. With Instagram, you can automatically share your photos and videos on social media networks such as Facebook, Twitter, Tumblr, and Flickr. I will be sharing a couple of tutorials with you today that not require a plugin, and can be used on either WordPress or Blogger platform, although I will center more on blogger users. There are many websites that could work ...

An Unbiased Infolinks Review

Today, I will be going over the adnetwork, infolinks.com in my own way. let's find out if it is a good adsense alternative or one that can be used with adsense. Discovering Infolinks I found out about infolinks while searching for AdSense alternatives when I was unable to get AdSense approved for my account, Then I applied with my previous blog but darn, the blog probably did not meet their demands and I was never approved. Few months laters I got AdSense approved for my blog but that didn't live long enough, to my detriment and after been blown off by the infamous Adsense Disablement ish (made me ditch my previous blog)... Months after setting up my new blog, I had to look for an AdSense alternative, and every research I made, didn't exclude Infolinks, and this made me think highly of them and so I had to give an application another shot, this time within a day, I got approved to display ads on my blog... Bam! Such a nice achievement... Getting To Understa...