I love blogspot

Website

Supreme Member
Joined
Feb 8, 2008
Messages
1,260
Reaction score
287
...but not for making actual blogs but as a java redirect . Many sites use scripts to decipher url shorteners, but they doesn't work on blogger redirects.
 
could you go futher, why is it important? thanks
 
1. URL shorteners often block and ban domains that peopel report

2. URL shorteners can be decoded using simple scripts. Even long chains of these can be decoded readily. So redirecting to bit.ly to your domain can be thwarted if your original domain is banned.

3. You can make as many of blogger redirects as you want with one domain

4. blogger is very respected so its rarely blocked
 
Wow, excellent idea, I never really thought of something like that. Blogger isn't the only
one you can do that with then. Wordpress.com, Free Webs, anything really.

Thanks,
_Austin
 
How to redirect blogger blogs to affiliate links?

well follow these steps:

1.Sign into your blogger dashboard.

2.Click on the layout link>Edit html

3.Copy the below html code and Paste it anywhere between the head tags.
Code:
<meta equiv="refresh" content="0;url=http://blogaddress.com/"></meta>

note*: Don't forget to replace the 'blogaddress' in the code with your destination url(address)
how+redirect+blog+traffic.jpg


4.SAVE THE CHANGES.. :champion:
 
i couldnt get the meta refresh to work but you can also use

Code:
<script language="javascript">
document.location='Link Here';
</script>

which goes in the head section also and obv. replace Link Here with your link
 
I was looking for this script quiet a while now. Thank you so much
 
i couldnt get the meta refresh to work but you can also use

Code:
<script language="javascript">
document.location='Link Here';
</script>

which goes in the head section also and obv. replace Link Here with your link

Well the one i gave works for new blogger templates.
 
I have used redirects before with blogger and they have disabled all the blogs. I'm not sure if they did it automatically or if someone reported the blog as spam.
 
Back
Top