qwertymarketer
Regular Member
- Jun 20, 2012
- 267
- 94
Alright guys, let's dive in! 
This is not a secret or anything. It is just a method that i used and still working just fine at the moment. This is 100% free. Its fast and secure. I called it 'template redirect method'.
I saw a lot of threads where the newcomer having problems promoting their cb aff link on social media, especially on facebook.
They says~
- Most of url shorteners are not working well lately.
- The goo.gl will block/ban your 'http:sjfhdsklhfdsg;dfdskjlkdsjg.clickbank.net' url.
- The domain name cloak/mask/redirect 301/307/etc.. also not working really well. (What they said. I don't know why. Its still work just fine on my end here tho.)
Don't give up yet!
What you need?
- Blogger account.
- 'The cool template'
(I've included the blogger country redirection script in this template! Your blogger url will stay 'blogspot.com' from all country.)
Here's the live demo of the template - https://hulkaff.blogspot.com (redirect to blogger homepage). Fast and looking good?? lol
Here's the template code;
Just create a new blog on blogger. Click edit your theme html, delete the existing template code. Copy and paste the template code above, and click save. Please change the "http://www.YOURAFFILIATELINKURL.COM".
Now your new 'https://xxxxx.blogspot.com' will act as your affiliate link. No more buying new domain for redirection purpose!
Now you can do the promotion on facebook with peace in mind. Remember don't SPAM with your 'new blogspot aff url'. Stay clean, you will do just fine.
Oh another thing is, now you can take your 'new blogspot aff url', and use it with goo.gl url shortener to track some clicks!
Regards.
This is not a secret or anything. It is just a method that i used and still working just fine at the moment. This is 100% free. Its fast and secure. I called it 'template redirect method'.
I saw a lot of threads where the newcomer having problems promoting their cb aff link on social media, especially on facebook.
They says~
- Most of url shorteners are not working well lately.
- The goo.gl will block/ban your 'http:sjfhdsklhfdsg;dfdskjlkdsjg.clickbank.net' url.
- The domain name cloak/mask/redirect 301/307/etc.. also not working really well. (What they said. I don't know why. Its still work just fine on my end here tho.)
Don't give up yet!
What you need?
- Blogger account.
- 'The cool template'
(I've included the blogger country redirection script in this template! Your blogger url will stay 'blogspot.com' from all country.)
Here's the live demo of the template - https://hulkaff.blogspot.com (redirect to blogger homepage). Fast and looking good?? lol
Here's the template code;
HTML:
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<script type="text/javascript">
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
window.location.replace(blog);
}
</script>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin>
<![CDATA[/*
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
$(body.background.override) margin: 0;
padding: 0;
}
]]>
</b:skin>
</head>
<body>
<script language="javascript">
window.location = "http://www.YOURAFFILIATELINKURL.COM";
</script>
<b:section class='main' id='main' showaddelement='yes'/>
</body>
</html>
Just create a new blog on blogger. Click edit your theme html, delete the existing template code. Copy and paste the template code above, and click save. Please change the "http://www.YOURAFFILIATELINKURL.COM".
Now your new 'https://xxxxx.blogspot.com' will act as your affiliate link. No more buying new domain for redirection purpose!
Now you can do the promotion on facebook with peace in mind. Remember don't SPAM with your 'new blogspot aff url'. Stay clean, you will do just fine.
Oh another thing is, now you can take your 'new blogspot aff url', and use it with goo.gl url shortener to track some clicks!
Regards.
Last edited: